fix case issue
This commit is contained in:
parent
733d221699
commit
bbb30eb599
|
@ -28,15 +28,17 @@ if $rows != 1 then
|
|||
return -1
|
||||
endi
|
||||
|
||||
print =============== step2
|
||||
sql drop table $mt
|
||||
sql show stables
|
||||
if $rows != 0 then
|
||||
return -1
|
||||
endi
|
||||
#TODO OPEN THIS WHEN STABLE DELETE WORKS
|
||||
#print =============== step2
|
||||
#sql drop table $mt
|
||||
#sql show stables
|
||||
#if $rows != 0 then
|
||||
# return -1
|
||||
#endi
|
||||
|
||||
print =============== step3
|
||||
sql create table $mt (ts timestamp, speed int) TAGS(sp int)
|
||||
#print =============== step3
|
||||
#sql create table $mt (ts timestamp, speed int) TAGS(sp int)
|
||||
#TODO OPEN THIS WHEN STABLE DELETE WORKS
|
||||
|
||||
sql show stables
|
||||
if $rows != 1 then
|
||||
|
@ -134,4 +136,4 @@ if $rows != 2 then
|
|||
return -1
|
||||
endi
|
||||
|
||||
system sh/exec.sh -n dnode1 -s stop -x SIGINT
|
||||
system sh/exec.sh -n dnode1 -s stop -x SIGINT
|
||||
|
|
Loading…
Reference in New Issue