提交 5bc55638 编写于 作者: H Haojun Liao

[td-225]

上级 4737c8cd
...@@ -133,7 +133,7 @@ if $rows != 4007 then ...@@ -133,7 +133,7 @@ if $rows != 4007 then
return -1 return -1
endi endi
if $data00 != @70-01-01 08:01:43.499@ then if $data00 != @70-01-01 08:01:43.500@ then
return -1 return -1
endi endi
...@@ -143,7 +143,7 @@ if $rows != 3907 then ...@@ -143,7 +143,7 @@ if $rows != 3907 then
return -1 return -1
endi endi
if $data00 != @70-01-01 08:01:43.399@ then if $data00 != @70-01-01 08:01:43.488@ then
return -1 return -1
endi endi
...@@ -152,7 +152,7 @@ if $rows != 3106 then ...@@ -152,7 +152,7 @@ if $rows != 3106 then
return -1 return -1
endi endi
if $data00 != @70-01-01 08:01:43.099@ then if $data00 != @70-01-01 08:01:43.388@ then
return -1 return -1
endi endi
...@@ -161,7 +161,7 @@ if $rows != 3608 then ...@@ -161,7 +161,7 @@ if $rows != 3608 then
return -1 return -1
endi endi
if $data00 != @70-01-01 08:01:43.100@ then if $data00 != @70-01-01 08:01:43.450@ then
return -1 return -1
endi endi
...@@ -344,11 +344,11 @@ if $data11 != 1 then ...@@ -344,11 +344,11 @@ if $data11 != 1 then
return -1 return -1
endi endi
if $data12 != NULL then if $data12 != null then
return -1 return -1
endi endi
if $data13 != NULL then if $data13 != null then
return -1 return -1
endi endi
...@@ -371,8 +371,11 @@ sql_error select 1 interval(1h); ...@@ -371,8 +371,11 @@ sql_error select 1 interval(1h);
sql_error select count(*); sql_error select count(*);
sql_error select sum(k); sql_error select sum(k);
sql_error select 'abc'; sql_error select 'abc';
sql_error select k+1,sum(k) from tm0;
sql_error select k, sum(k) from tm0;
sql_error select k, sum(k)+1 from tm0;
#=============================tbase-1205 #=============================tbase-1205
sql select count(*) from tm1 where ts<now and ts>= now -1d interval(1h) fill(NULL); sql select count(*) from tm1 where ts<now and ts>= now -1d interval(1h) fill(NULL);
system sh/exec.sh -n dnode1 -s stop -x SIGINT
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册