[td-225]update the sim.
This commit is contained in:
parent
4dedf537e6
commit
1f670fc95a
|
@ -781,4 +781,14 @@ if $data11 != 2 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
|
|
||||||
|
sql_error select count(*) from m1 group by tbname,k,f1;
|
||||||
|
sql_error select count(*) from m1 group by tbname,k,a;
|
||||||
|
sql_error select count(*) from m1 group by k, tbname;
|
||||||
|
sql_error select count(*) from m1 group by k,f1;
|
||||||
|
sql_error select count(*) from tm0 group by tbname;
|
||||||
|
sql_error select count(*) from tm0 group by a;
|
||||||
|
sql_error select count(*) from tm0 group by k,f1;
|
||||||
|
|
||||||
|
sql_error select count(*),f1 from m1 group by tbname,k;
|
||||||
|
|
||||||
system sh/exec.sh -n dnode1 -s stop -x SIGINT
|
system sh/exec.sh -n dnode1 -s stop -x SIGINT
|
||||||
|
|
Loading…
Reference in New Issue