1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +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

@ -277,7 +277,7 @@ t3 CREATE TABLE `t3` (
drop table t3,t2,t1;
create table t1 (a int not null, key(a)) engine=merge;
select * from t1;
a
ERROR HY000: Got error 124 from storage engine
drop table t1;
create table t1 (a int not null, b int not null, key(a,b));
create table t2 (a int not null, b int not null, key(a,b));