diff options
author | monty@mysql.com <> | 2005-02-25 17:12:06 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2005-02-25 17:12:06 +0200 |
commit | 7e5f74f8f2502361c9482f24d46aed5993018319 (patch) | |
tree | 6fc367f3ae7c8968bf852d78cccec9f8c03ab417 /mysql-test/t/rpl_rotate_logs.test | |
parent | fe2a800423c96127987d4a9d6eb598bb5a2dca24 (diff) | |
parent | 0a6b7aedb2cec716b98349765bfa369354787b25 (diff) | |
download | mariadb-git-7e5f74f8f2502361c9482f24d46aed5993018319.tar.gz |
Merge with global tree
Diffstat (limited to 'mysql-test/t/rpl_rotate_logs.test')
-rw-r--r-- | mysql-test/t/rpl_rotate_logs.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/rpl_rotate_logs.test b/mysql-test/t/rpl_rotate_logs.test index 7622a93e2a3..2355e92e58b 100644 --- a/mysql-test/t/rpl_rotate_logs.test +++ b/mysql-test/t/rpl_rotate_logs.test @@ -24,7 +24,7 @@ drop table if exists t1, t2, t3, t4; # START SLAVE will fail because it can't read the file (mode 000) # (system error 13) --replace_result $MYSQL_TEST_DIR TESTDIR ---error 1105,1105 +--error 1105,1105,29 start slave; system chmod 600 var/slave-data/master.info; # It will fail again because the file is empty so the slave cannot get valuable |