1
0
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:
svoj@mysql.com/april.(none)
2006-09-29 01:36:17 +05:00
parent 7ed413d17b
commit 15d330ebce
2 changed files with 2 additions and 1 deletions

View File

@@ -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;