mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
lot's of fixes with test cases
This commit is contained in:
@@ -110,3 +110,6 @@ drop table t1;
|
||||
create table t1 select if('2002'='2002','Y','N');
|
||||
select * from t1;
|
||||
drop table if exists t1;
|
||||
create table t1 (a int, key(a));
|
||||
create table t2 (b int, foreign key(b) references t1(a), key(b));
|
||||
drop table if exists t1,t2;
|
||||
|
||||
Reference in New Issue
Block a user