1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

after review fix

mysql-test/t/subselect.test:
  ufter merge fix
This commit is contained in:
unknown
2003-11-02 16:56:39 +02:00
parent 94f4aebcdd
commit 75139c2bc1
2 changed files with 8 additions and 2 deletions

View File

@ -999,4 +999,3 @@ select * from t1 where (select count(*) from t2 group by t1.s2) = 1;
-- error 1109
select count(*) from t2 group by t1.s2;
drop table t1, t2;