wecisecode 3 天之前
父节点
当前提交
e5f796e650
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      .gitignore
  2. 1 1
      odbctest/mql/basic/10basic/41.insert.mql

+ 1 - 0
.gitignore

@@ -14,6 +14,7 @@ bak/
 
 
 odbctest/mql/mql.conf
 odbctest/mql/mql.conf
 
 
+*.lock
 *.log
 *.log
 *.bak
 *.bak
 *.exe
 *.exe

+ 1 - 1
odbctest/mql/basic/10basic/41.insert.mql

@@ -46,7 +46,7 @@ sleep(2s)
 **/
 **/
 ;
 ;
 
 
-select * from /test/foo
+select * from /test/foo refresh
 /**
 /**
 output()
 output()
 count(10)
 count(10)