diff options
author | msvensson@pilot.mysql.com <> | 2007-12-12 18:19:24 +0100 |
---|---|---|
committer | msvensson@pilot.mysql.com <> | 2007-12-12 18:19:24 +0100 |
commit | d918988baa943a18b17468f7cf2aa73833217f83 (patch) | |
tree | d8f656e22aba024da4a03e6e02e35d33d6f184a8 /mysql-test/t/user_var-binlog.test | |
parent | 601cb9f96b01f34da27084f6039b752a4f28c35d (diff) | |
download | mariadb-git-d918988baa943a18b17468f7cf2aa73833217f83.tar.gz |
WL#4189
- dynamic configuration support
- safe process
- cleanups
- create new suite for fedarated
Diffstat (limited to 'mysql-test/t/user_var-binlog.test')
-rw-r--r-- | mysql-test/t/user_var-binlog.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/user_var-binlog.test b/mysql-test/t/user_var-binlog.test index 70f2f0fa7a6..0098f237de9 100644 --- a/mysql-test/t/user_var-binlog.test +++ b/mysql-test/t/user_var-binlog.test @@ -16,9 +16,9 @@ source include/show_binlog_events.inc; # more important than SHOW BINLOG EVENTS, mysqlbinlog (where we # absolutely need variables names to be quoted and strings to be # escaped). ---replace_result $MYSQL_TEST_DIR MYSQL_TEST_DIR +let $MYSQLD_DATADIR= `select @@datadir`; flush logs; ---exec $MYSQL_BINLOG --short-form $MYSQLTEST_VARDIR/log/master-bin.000001 +--exec $MYSQL_BINLOG --short-form $MYSQLD_DATADIR/master-bin.000001 drop table t1; # End of 4.1 tests |