1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

mysqltest improvements, updates after merge + test for 5.0

This commit is contained in:
msvensson@neptunus.(none)
2005-09-01 17:01:23 +02:00
parent 61be2a143d
commit 4b47ebcfc9
8 changed files with 20 additions and 22 deletions

View File

@@ -140,7 +140,7 @@ select * from t2;
alter table t2 drop key day;
connection master;
delete from t2;
--error 1062;
--error 1062
load data infile '../../std_data/rpl_loaddata2.dat' into table t2 fields
terminated by ',' optionally enclosed by '%' escaped by '@' lines terminated by
'\n##\n' starting by '>' ignore 1 lines;