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

Merge neptunus.(none):/home/msvensson/mysql/mysqltest_var/my51-mysqltest_var

into  neptunus.(none):/home/msvensson/mysql/mysql-5.1-new
This commit is contained in:
msvensson@neptunus.(none)
2006-02-07 18:04:50 +01:00
77 changed files with 450 additions and 396 deletions

View File

@ -6,7 +6,7 @@ drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
start slave;
reset master;
create table test.t1(a int, b int, unique(b));
load data infile '../../std_data/rpl_loaddata.dat' into table test.t1;
load data infile '../std_data_ln/rpl_loaddata.dat' into table test.t1;
select count(*) from test.t1;
count(*)
2