提交 d29dcb4b 编写于 作者: L liuyao

add loop

上级 b6108921
...@@ -89,7 +89,7 @@ sleep 1000 ...@@ -89,7 +89,7 @@ sleep 1000
sql select * from streamtST1; sql select * from streamtST1;
$loop_count = $loop_count + 1 $loop_count = $loop_count + 1
if $loop_count == 10 then if $loop_count == 30 then
return -1 return -1
endi endi
...@@ -219,7 +219,7 @@ sql select * from streamtST1; ...@@ -219,7 +219,7 @@ sql select * from streamtST1;
sleep 1000 sleep 1000
$loop_count = $loop_count + 1 $loop_count = $loop_count + 1
if $loop_count == 10 then if $loop_count == 30 then
return -1 return -1
endi endi
...@@ -258,7 +258,7 @@ sql select * from streamtST3; ...@@ -258,7 +258,7 @@ sql select * from streamtST3;
sleep 1000 sleep 1000
$loop_count = $loop_count + 1 $loop_count = $loop_count + 1
if $loop_count == 10 then if $loop_count == 30 then
return -1 return -1
endi endi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册