From e25e0798e6107302fe9b5dab9f765714d0ec3966 Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Thu, 22 Oct 2020 10:25:21 +0800 Subject: [PATCH] fix test case error --- tests/script/general/insert/insert_drop.sim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/script/general/insert/insert_drop.sim b/tests/script/general/insert/insert_drop.sim index 80c16ff8e4..9b68e5a6a6 100644 --- a/tests/script/general/insert/insert_drop.sim +++ b/tests/script/general/insert/insert_drop.sim @@ -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