diff options
author | unknown <kostja@bodhi.(none)> | 2007-10-30 15:25:39 +0300 |
---|---|---|
committer | unknown <kostja@bodhi.(none)> | 2007-10-30 15:25:39 +0300 |
commit | 5f4783cf4ba129388cd175020db80311759ccefe (patch) | |
tree | ff0f1ddf4c87e7047c37ef89ec0f60d902522097 /mysql-test/suite/rpl/include | |
parent | f139033063f0af6b5df61c729b5a2a6406f28a64 (diff) | |
download | mariadb-git-5f4783cf4ba129388cd175020db80311759ccefe.tar.gz |
Make sure rpl.rpl_innodb_mixed_dml passes even if rpl_mixed.dat is read-only.
This is important for a development environment where not all source files
are checked out.
Diffstat (limited to 'mysql-test/suite/rpl/include')
-rw-r--r-- | mysql-test/suite/rpl/include/rpl_mixed_dml.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/rpl/include/rpl_mixed_dml.inc b/mysql-test/suite/rpl/include/rpl_mixed_dml.inc index 96dfdbed541..a3ff022c43c 100644 --- a/mysql-test/suite/rpl/include/rpl_mixed_dml.inc +++ b/mysql-test/suite/rpl/include/rpl_mixed_dml.inc @@ -53,7 +53,7 @@ DELETE FROM t2 WHERE a = 2; --echo ******************** LOAD DATA INFILE ******************** --exec cp ./suite/rpl/data/rpl_mixed.dat $MYSQLTEST_VARDIR/tmp/ LOAD DATA INFILE '../tmp/rpl_mixed.dat' INTO TABLE t1 FIELDS TERMINATED BY '|' ; ---exec rm $MYSQLTEST_VARDIR/tmp/rpl_mixed.dat +--remove_file $MYSQLTEST_VARDIR/tmp/rpl_mixed.dat SELECT * FROM t1; --source suite/rpl/include/rpl_mixed_check_select.inc --source suite/rpl/include/rpl_mixed_clear_tables.inc |