mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
test updates
This commit is contained in:
@ -24,7 +24,7 @@ use mysqltest_to;
|
||||
select * from a;
|
||||
i
|
||||
3
|
||||
create table t1 (a int);
|
||||
create table t1 (a int primary key);
|
||||
create table t2 (a int);
|
||||
insert into t1 values (1);
|
||||
insert into t2 values (1);
|
||||
|
Reference in New Issue
Block a user