[td-1456]

This commit is contained in:
Haojun Liao 2020-09-16 09:31:50 +08:00
parent 5c055cbfcb
commit 1446d990d4
1 changed files with 1 additions and 0 deletions

View File

@ -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);