After merge fixes

This commit is contained in:
unknown 2004-09-05 02:31:11 +03:00
commit 9a63c8e0e4
3 changed files with 6 additions and 7 deletions

View file

@ -256,7 +256,6 @@ drop temporary table t1;
create table t1 select a from t1 union select a from t2;
--error 1109
select a from t1 union select a from t2 order by t2.a;
drop table t1; # Drop temporary table
drop table t1,t2;
#