summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl_loaddata.test
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2005-09-01 17:01:23 +0200
committermsvensson@neptunus.(none) <>2005-09-01 17:01:23 +0200
commit4b47ebcfc9b80fad19ae844b4c67a13ca4af0830 (patch)
treed05f731fdf5db3f807667cbb59f41f497da23ead /mysql-test/t/rpl_loaddata.test
parent61be2a143d509f4c0e1c5b81ac223a114ad8837f (diff)
downloadmariadb-git-4b47ebcfc9b80fad19ae844b4c67a13ca4af0830.tar.gz
mysqltest improvements, updates after merge + test for 5.0
Diffstat (limited to 'mysql-test/t/rpl_loaddata.test')
-rw-r--r--mysql-test/t/rpl_loaddata.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/rpl_loaddata.test b/mysql-test/t/rpl_loaddata.test
index baa8dbec09d..1da41bfa913 100644
--- a/mysql-test/t/rpl_loaddata.test
+++ b/mysql-test/t/rpl_loaddata.test
@@ -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;