[td-1456]
This commit is contained in:
parent
5c055cbfcb
commit
1446d990d4
|
@ -154,6 +154,7 @@ if $rows != 46 then
|
||||||
endi
|
endi
|
||||||
|
|
||||||
print ========>td-1317, empty table last_row query crashed
|
print ========>td-1317, empty table last_row query crashed
|
||||||
|
sql drop table if exists m1;
|
||||||
sql create table m1(ts timestamp, k int) tags (a int);
|
sql create table m1(ts timestamp, k int) tags (a int);
|
||||||
sql create table t1 using m1 tags(1);
|
sql create table t1 using m1 tags(1);
|
||||||
sql create table t2 using m1 tags(2);
|
sql create table t2 using m1 tags(2);
|
||||||
|
|
Loading…
Reference in New Issue