[TD-4740]<fix>

This commit is contained in:
yihaoDeng 2021-06-17 09:39:30 +08:00
parent 2236360c17
commit 909db89d62
1 changed files with 2 additions and 1 deletions

View File

@ -21,12 +21,13 @@ $mt = $mtPrefix . $i
sql create database $db
sql use $db
sql create table $mt (ts timestamp, tbcol bigint unsigned) TAGS(tgcol bigint)
sql create table $mt (ts timestamp, tbcol bigint unsigned) TAGS(tgcol bigint unsigned)
$i = 0
while $i < 5
$tb = $tbPrefix . $i
sql create table $tb using $mt tags( 0 )
sql create table $tb using $mt tags( -111 )
$x = 0
while $x < $rowNum
$ms = $x . m