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

@ -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);