1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

merging fix

This commit is contained in:
holyfoot/hf@mysql.com/hfmain.(none)
2007-04-29 18:46:06 +05:00
parent 2fcebef31f
commit 35ca5a4f87
6 changed files with 54 additions and 19 deletions

View File

@ -459,6 +459,7 @@ id c counter
3 b 2
4 a 2
drop table t1;
End of 5.0 tests
CREATE TABLE t1 (a int, b int);
insert into t1 values (1,1),(1,2);
CREATE TABLE t2 (primary key (a)) select * from t1;