mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
Fix hardcoded /tmp path (which causes problems when running multiple
tests on a single machine) to use $MYSQLTEST_VARDIR/tmp instead. mysql-test/r/log_state.result: Fix hardcoded /tmp/ path. mysql-test/t/log_state.test: Fix hardcoded /tmp/ path.
This commit is contained in:
parent
bc5c62e5a0
commit
758d4bb80b
2 changed files with 3 additions and 2 deletions
|
|
@ -80,7 +80,8 @@ set global general_log_file='';
|
|||
--replace_column 2 #
|
||||
show variables like 'general_log_file';
|
||||
set global general_log= OFF;
|
||||
set global general_log_file='/tmp/log.master';
|
||||
--replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR
|
||||
eval set global general_log_file='$MYSQLTEST_VARDIR/tmp/log.master';
|
||||
set global general_log= ON;
|
||||
create table t1(f1 int);
|
||||
drop table t1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue