1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Bug #46322 Sporadic timeout in mysql_upgrade.test

Apparently caused by logging to table
Turn on logging to file only, add to .opt file for tests needing log to table
This commit is contained in:
Bjorn Munch
2009-08-27 15:17:09 +02:00
parent d307fbbf2c
commit d458d55755
6 changed files with 7 additions and 6 deletions

View File

@ -4105,8 +4105,8 @@ sub mysqld_arguments ($$$) {
if ( $mysql_version_id >= 50106 )
{
# Turn on logging to both tables and file
mtr_add_arg($args, "--log-output=table,file");
# Turn on logging to file
mtr_add_arg($args, "--log-output=file");
}
# Check if "extra_opt" contains skip-log-bin