mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
After merge fixes
This commit is contained in:
parent
e85e573971
commit
9a63c8e0e4
3 changed files with 6 additions and 7 deletions
|
|
@ -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;
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue