Commit 9a8ef8f7 authored by Bjorn Munch's avatar Bjorn Munch

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
parent d059ac14
...@@ -4105,8 +4105,8 @@ sub mysqld_arguments ($$$) { ...@@ -4105,8 +4105,8 @@ sub mysqld_arguments ($$$) {
if ( $mysql_version_id >= 50106 ) if ( $mysql_version_id >= 50106 )
{ {
# Turn on logging to both tables and file # Turn on logging to file
mtr_add_arg($args, "--log-output=table,file"); mtr_add_arg($args, "--log-output=file");
} }
# Check if "extra_opt" contains skip-log-bin # Check if "extra_opt" contains skip-log-bin
......
--log-slow-queries --log-output=table,file --log-slow-queries
--log-slow-queries --log-output=table,file --log-slow-queries
--log-slow-queries --log-long-format --log-queries-not-using-indexes --log-output=table,file --log-slow-queries --log-long-format --log-queries-not-using-indexes
--log-slow-queries --log-long-format --log-queries-not-using-indexes --myisam-recover="" --log-output=table,file --log-slow-queries --log-long-format --log-queries-not-using-indexes --myisam-recover=""
--log-output=table,file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment