fix test case error
This commit is contained in:
parent
2c7a9137b5
commit
e25e0798e6
|
@ -52,10 +52,10 @@ sleep 1000
|
||||||
|
|
||||||
sql use $db
|
sql use $db
|
||||||
sql drop table tb5
|
sql drop table tb5
|
||||||
|
$i = 0
|
||||||
while $i < 4
|
while $i < 4
|
||||||
$tbId = $i + $halfNum
|
|
||||||
$tb = $tbPrefix . $i
|
$tb = tb . $i
|
||||||
$x = 0
|
$x = 0
|
||||||
while $x < $rowNum
|
while $x < $rowNum
|
||||||
$xs = $x * $delta
|
$xs = $x * $delta
|
||||||
|
|
Loading…
Reference in New Issue