1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Make it possible to run mysql-test-run.pl with default test suite in different vardir.

This commit is contained in:
msvensson@neptunus.(none)
2006-01-24 08:30:54 +01:00
parent 8dce5e198d
commit 09ec2919a1
82 changed files with 459 additions and 404 deletions

View File

@ -153,7 +153,7 @@ select hex(c1), hex(c2) from t1;
connection master;
# Let's have a look at generated SETs.
--replace_result $MYSQL_TEST_DIR MYSQL_TEST_DIR
--exec $MYSQL_BINLOG --short-form $MYSQL_TEST_DIR/var/log/master-bin.000001
--exec $MYSQL_BINLOG --short-form $MYSQLTEST_VARDIR/log/master-bin.000001
drop table t1;
sync_slave_with_master;