mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
pbxt suite is now a main-pbxt overlay
This commit is contained in:
@ -310,7 +310,7 @@ create table t1 (,b int);
|
||||
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'b int)' at line 1
|
||||
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;
|
||||
drop table if exists t2,t1;
|
||||
create table t1(id int not null, name char(20));
|
||||
insert into t1 values(10,'mysql'),(20,'monty- the creator');
|
||||
create table t2(id int not null);
|
||||
|
Reference in New Issue
Block a user