diff options
author | unknown <ramil@mysql.com> | 2005-05-18 15:10:43 +0500 |
---|---|---|
committer | unknown <ramil@mysql.com> | 2005-05-18 15:10:43 +0500 |
commit | 93e8f1824a4b1f6839c2e6ca2efc050a8bdf32f1 (patch) | |
tree | 2694b150e10876ec586f39b44d1cc75a6fc0e901 /mysql-test/t/rpl_variables.test | |
parent | 37e5df797cd986ccffc4f998ff1cd1d3e0cb8aab (diff) | |
download | mariadb-git-93e8f1824a4b1f6839c2e6ca2efc050a8bdf32f1.tar.gz |
A fix (bug #10703: rpl_variables.test failure).
mysql-test/r/rpl_variables.result:
A fix (bug #10703: rpl_variables.test failure).
"$SLAVE_LOAD_TMPDIR" may differ from the "$MYSQL_TEST_DIR/var/tmp".
mysql-test/t/rpl_variables.test:
A fix (bug #10703: rpl_variables.test failure).
"$SLAVE_LOAD_TMPDIR" may differ from the "$MYSQL_TEST_DIR/var/tmp".
Diffstat (limited to 'mysql-test/t/rpl_variables.test')
-rw-r--r-- | mysql-test/t/rpl_variables.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/rpl_variables.test b/mysql-test/t/rpl_variables.test index a4a6e69c845..ea40181ecd3 100644 --- a/mysql-test/t/rpl_variables.test +++ b/mysql-test/t/rpl_variables.test @@ -5,7 +5,7 @@ set global sql_slave_skip_counter=100; # BUG #7800: Add various-slave related variables to SHOW VARIABLES show variables like 'slave_compressed_protocol'; ---replace_result $MYSQL_TEST_DIR MYSQL_TEST_DIR +--replace_column 2 SLAVE_LOAD_TMPDIR show variables like 'slave_load_tmpdir'; # We just set some arbitrary values in variables-master.opt so we can test # that a list of values works correctly |