diff options
author | sasha@mysql.sashanet.com <> | 2002-01-26 22:26:24 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2002-01-26 22:26:24 -0700 |
commit | 7275dcef35d14ff5f82f3520fe6e6e0766bc13b5 (patch) | |
tree | 7805cfd6c7eb661c4f3022b7fc37478a0908a190 /mysql-test/mysql-test-run.sh | |
parent | 40fcae6d4b7c02e6cd18b98d8d3b8c525e51aeae (diff) | |
download | mariadb-git-7275dcef35d14ff5f82f3520fe6e6e0766bc13b5.tar.gz |
misc replication bugfixes including some needed modifications in IO_CACHE
likely() and unlikely() branch prediction compiler hint macros
clean-up of comments
Diffstat (limited to 'mysql-test/mysql-test-run.sh')
-rw-r--r-- | mysql-test/mysql-test-run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index b9ebac4445d..c36e4e532af 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -832,6 +832,7 @@ start_slave() slave_args="--no-defaults $master_info \ --exit-info=256 \ --log-bin=$MYSQL_TEST_DIR/var/log/$slave_ident-bin \ + --relay-log=$MYSQL_TEST_DIR/var/log/$slave_ident-relay-bin \ --log-slave-updates \ --log=$slave_log \ --basedir=$MY_BASEDIR \ |