fix case issue
This commit is contained in:
parent
733d221699
commit
bbb30eb599
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue