fix test case error

This commit is contained in:
liuyq-617 2020-10-22 10:25:21 +08:00
parent 2c7a9137b5
commit e25e0798e6
1 changed files with 3 additions and 3 deletions

View File

@ -52,10 +52,10 @@ sleep 1000
sql use $db
sql drop table tb5
$i = 0
while $i < 4
$tbId = $i + $halfNum
$tb = $tbPrefix . $i
$tb = tb . $i
$x = 0
while $x < $rowNum
$xs = $x * $delta