mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge with 4.0.18
This commit is contained in:
@ -38,8 +38,8 @@ select * from t2;
|
||||
b c
|
||||
5 0
|
||||
6 11
|
||||
drop table t1;
|
||||
drop table t2;
|
||||
drop table t1;
|
||||
create table t1(a int auto_increment, key(a));
|
||||
create table t2(b int auto_increment, c int, key(b));
|
||||
insert into t1 values (10);
|
||||
|
Reference in New Issue
Block a user