fix error
This commit is contained in:
parent
95fba837f9
commit
99016d14d4
|
@ -610,17 +610,6 @@ if $rows != 1 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
|
|
||||||
sql alter database d1 fsync 0
|
|
||||||
sql show topics;
|
|
||||||
if $rows != 0 then
|
|
||||||
return -1
|
|
||||||
endi
|
|
||||||
|
|
||||||
sql show databases;
|
|
||||||
if $rows != 1 then
|
|
||||||
return -1
|
|
||||||
endi
|
|
||||||
|
|
||||||
sql drop database d1
|
sql drop database d1
|
||||||
sql show topics;
|
sql show topics;
|
||||||
if $rows != 0 then
|
if $rows != 0 then
|
||||||
|
@ -644,17 +633,6 @@ if $rows != 1 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
|
|
||||||
sql alter database d1 fsync 0
|
|
||||||
sql show topics;
|
|
||||||
if $rows != 1 then
|
|
||||||
return -1
|
|
||||||
endi
|
|
||||||
|
|
||||||
sql show databases;
|
|
||||||
if $rows != 1 then
|
|
||||||
return -1
|
|
||||||
endi
|
|
||||||
|
|
||||||
sql drop database d1
|
sql drop database d1
|
||||||
sql show topics;
|
sql show topics;
|
||||||
if $rows != 0 then
|
if $rows != 0 then
|
||||||
|
|
Loading…
Reference in New Issue