Merge branch 'feat/tsdb_refact' of github.com:taosdata/TDengine into feat/tsdb_refact
This commit is contained in:
commit
a12f04b2fd
|
@ -1 +1 @@
|
|||
Subproject commit 1c8924dc668e6aa848214c2fc54e3ace3f5bf8df
|
||||
Subproject commit 7ed7a97715388fa144718764d6bf20f9bfc29a12
|
|
@ -97,23 +97,23 @@ if $data01 != 8 then
|
|||
goto loop1
|
||||
endi
|
||||
|
||||
if $data02 != 4 then
|
||||
if $data02 != 6 then
|
||||
print =====data02=$data02
|
||||
goto loop1
|
||||
endi
|
||||
|
||||
if $data03 != 4 then
|
||||
print ======$data03
|
||||
if $data03 != 52 then
|
||||
print ======data03=$data03
|
||||
goto loop1
|
||||
endi
|
||||
|
||||
if $data04 != 52 then
|
||||
print ======$data04
|
||||
print ======data04=$data04
|
||||
goto loop1
|
||||
endi
|
||||
|
||||
if $data05 != 13 then
|
||||
print ======$data05
|
||||
print ======data05=$data05
|
||||
goto loop1
|
||||
endi
|
||||
|
||||
|
|
Loading…
Reference in New Issue