提交 395ba3dc 编写于 作者: X Xiaoyu Wang

fix: some syntax parsing problems

上级 20879d0e
...@@ -183,10 +183,10 @@ sql_error alter database db days 0 ...@@ -183,10 +183,10 @@ sql_error alter database db days 0
sql_error alter database db days 14400 # set over than keep sql_error alter database db days 14400 # set over than keep
print ============== modify keep print ============== modify keep
sql alter database db keep 2000 sql alter database db keep 3456000
sql show databases sql show databases
print keep $data7_db print keep $data7_db
if $data7_db != 2000,2000,2000 then if $data7_db != 3456000,3456000,3456000 then
return -1 return -1
endi endi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册