mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
After merge fix.
This commit is contained in:
@@ -124,6 +124,7 @@ drop table t3,t2,t1;
|
||||
# Test table without unions
|
||||
#
|
||||
create table t1 (a int not null, key(a)) engine=merge;
|
||||
--error 1030
|
||||
select * from t1;
|
||||
drop table t1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user