1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Remove hard-coded ../var/.. path in test mix_innodb_myisam_binlog,

fails with --vardir option.
This commit is contained in:
knielsen@mysql.com
2006-02-20 09:34:02 +01:00
parent 32a5692733
commit c15158e108
2 changed files with 5 additions and 5 deletions

View File

@ -269,9 +269,9 @@ select get_lock("a",10);
get_lock("a",10)
1
select
(@a:=load_file("MYSQL_TEST_DIR/var/tmp/mix_innodb_myisam_binlog.output"))
(@a:=load_file("MYSQLTEST_VARDIR/tmp/mix_innodb_myisam_binlog.output"))
is not null;
(@a:=load_file("MYSQL_TEST_DIR/var/tmp/mix_innodb_myisam_binlog.output"))
(@a:=load_file("MYSQLTEST_VARDIR/tmp/mix_innodb_myisam_binlog.output"))
is not null
1
select