BUGFIX: depart the ls meta lock

This commit is contained in:
obdev
2023-11-20 08:32:44 +00:00
committed by ob-robot
parent 7f360fc2f5
commit 4c53146024
64 changed files with 682 additions and 557 deletions

View File

@ -29,7 +29,7 @@ count(distinct a) count(distinct grp)
create table t2 (pk int primary key, grp int, a int, c char(10));
select grp,max(a)+max(grp),max(c) from t1 group by grp order by grp;
grp max(a)+max(grp) max(c)
NULL NULL
NULL NULL
1 2 a
2 5 c
3 9 E