1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

test updates

This commit is contained in:
jmiller@mysql.com
2006-02-09 15:29:57 +01:00
parent 3c426cd787
commit a66d8a5b3b
7 changed files with 15 additions and 8 deletions

View File

@ -4,7 +4,7 @@ reset master;
reset slave;
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
start slave;
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);