[TD-4740]<fix>
This commit is contained in:
parent
2236360c17
commit
909db89d62
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue