wecisecode 2 周之前
父節點
當前提交
d114e1c01d

+ 1 - 1
odbctest/mql/basic/40search_basic/20valid.mql

@@ -2,7 +2,7 @@
 #/test/search
 /**
 count(3)
-match(v_varchar, "*Abc*", v_text, `hello word 2003 123-456-789 中华人民共和国是中国的唯一合法政府,台湾是中国一部分。  Mercury, Venus2,Earch%。Mars$Uranus CeresAndJupiterOrSaturn #Neptune Pluto_Charon"\""`, 1)
+match(v_varchar, "*Abc*", v_text, `hello word 2003 123-456-789 中华人民共和国是中国的唯一合法政府,台湾是中国一部分。  Mercury, Venus2,Earch%。Mars$Uranus CeresAndJupiterOrSaturn #Neptune Pluto_Charon"\""`)
 **/
 ;
 

+ 1 - 1
odbctest/mql/basic/97mptest/19valid.mql

@@ -2,6 +2,6 @@
 SELECT  count(*) FROM  /test/outstandingobj where (type=1 and day='2023-07-10') or region='武汉机房02'
 /**
 output()
-match("count", 1800, 1)
+match("count", 1800)
 **/;
 

+ 1 - 1
odbctest/mql/basic/97mptest/26valid_memdb.mql

@@ -2,5 +2,5 @@
 select count(*) as count from /test/outstandingobj_mem
 /**
 output()
-match("count", 1800, 1)
+match("count", 1800)
 **/;

+ 1 - 1
odbctest/mql/basic/97mptest/36valid_local.mql

@@ -2,5 +2,5 @@
 select count(*) as count from /test/outstandingobj_local
 /**
 output()
-match("count", 1800, 1)
+match("count", 1800)
 **/;