mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.1 into 10.2
This commit is contained in:
@ -144,3 +144,7 @@ select * from t2;
|
||||
a
|
||||
1
|
||||
drop table tmp,t2;
|
||||
create table t1 (a int) engine=memory;
|
||||
rename table t1 to non_existent.t2;
|
||||
ERROR 42000: Unknown database 'non_existent'
|
||||
drop table t1;
|
||||
|
Reference in New Issue
Block a user