1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Bug #27070 server logs are created unrequested and in wrong directory

mysql-test/t/log_state.test:
  Remove the "remove_file" for slow.log file, that file will now end up
  in var/log
This commit is contained in:
unknown
2007-03-23 13:39:16 +01:00
parent bd430c6322
commit 5f62ccb46d

View File

@@ -136,4 +136,3 @@ 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