diff options
author | unknown <jani@ua141d10.elisa.omakaista.fi> | 2005-01-25 20:08:16 +0200 |
---|---|---|
committer | unknown <jani@ua141d10.elisa.omakaista.fi> | 2005-01-25 20:08:16 +0200 |
commit | 026dacc1acb3e8454d6099e503560289e1343de8 (patch) | |
tree | e938bd73b845e2ec70ec562a1bcbdaa1aada9173 /mysql-test/t/rpl_rotate_logs.test | |
parent | 082ea8482400bb773185dd496f49c6a62cf27f68 (diff) | |
download | mariadb-git-026dacc1acb3e8454d6099e503560289e1343de8.tar.gz |
Some minor fixes.
mysql-test/mysql-test-run.sh:
Less restricted permissions.
mysql-test/r/rpl_rotate_logs.result:
If the path where mysql-test-run was run was symlinked, this test could
fail. This is a fix.
mysql-test/t/rpl_rotate_logs.test:
If the path where mysql-test-run was run was symlinked, this test could
fail. This is a fix.
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 63ddf495347..2b5c72d16d2 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 +--error 1105,1105 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 |