mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Bug#27070 server logs are created unrequested and in wrong directory
- Avoid defaault log file names looking like <hostname>.pid.slow.log by using the FN_REPLACE_EXT flag to 'fn_format' - Remove the default log files generated by log_state.test before test completes
This commit is contained in:
@ -132,3 +132,8 @@ select * from mysql.general_log;
|
||||
# Cleanup (must be done last to avoid delayed 'Quit' message in general log)
|
||||
#
|
||||
disconnect con1;
|
||||
|
||||
# Remove the log files that was created in the "default location"
|
||||
# i.e var/run
|
||||
--remove_file $MYSQLTEST_VARDIR/run/master.log
|
||||
--remove_file $MYSQLTEST_VARDIR/run/master-slow.log
|
||||
|
Reference in New Issue
Block a user