提交 bbb30eb5 编写于 作者: D dapan1121

fix case issue

上级 733d2216
...@@ -28,15 +28,17 @@ if $rows != 1 then ...@@ -28,15 +28,17 @@ if $rows != 1 then
return -1 return -1
endi endi
print =============== step2 #TODO OPEN THIS WHEN STABLE DELETE WORKS
sql drop table $mt #print =============== step2
sql show stables #sql drop table $mt
if $rows != 0 then #sql show stables
return -1 #if $rows != 0 then
endi # return -1
#endi
print =============== step3 #print =============== step3
sql create table $mt (ts timestamp, speed int) TAGS(sp int) #sql create table $mt (ts timestamp, speed int) TAGS(sp int)
#TODO OPEN THIS WHEN STABLE DELETE WORKS
sql show stables sql show stables
if $rows != 1 then if $rows != 1 then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册