提交 3fe83c84 编写于 作者: H Haojun Liao

[td-255] fix error in sim.

上级 ffc58d64
...@@ -362,9 +362,9 @@ if $rows != 5 then ...@@ -362,9 +362,9 @@ if $rows != 5 then
endi endi
print ======================>td-11169 print ======================>td-11169
create stable m1 (ts timestamp , k int) tags(a binary(15000)); sql create stable m1 (ts timestamp , k int) tags(a binary(15000));
create table tm0 using m1 tags('abc'); sql create table tm0 using m1 tags('abc');
insert into tm0 values(now, 1); sql insert into tm0 values(now, 1);
select top(k, 100), a from m1; sql select top(k, 100), a from m1;
system sh/exec.sh -n dnode1 -s stop -x SIGINT system sh/exec.sh -n dnode1 -s stop -x SIGINT
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册