diff options
author | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-08-27 15:17:09 +0200 |
---|---|---|
committer | Bjorn Munch <Bjorn.Munch@sun.com> | 2009-08-27 15:17:09 +0200 |
commit | d458d55755d7acc83db89d6ca0e2cf008000a8c7 (patch) | |
tree | 16197b94050a4abb1f676541aeefbb222c4d564e /mysql-test/t/log_tables-master.opt | |
parent | d307fbbf2c4356cecbcc3546ba3ffd5554497e16 (diff) | |
download | mariadb-git-d458d55755d7acc83db89d6ca0e2cf008000a8c7.tar.gz |
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
Diffstat (limited to 'mysql-test/t/log_tables-master.opt')
-rw-r--r-- | mysql-test/t/log_tables-master.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/log_tables-master.opt b/mysql-test/t/log_tables-master.opt index 35ff7911705..3ece9710a45 100644 --- a/mysql-test/t/log_tables-master.opt +++ b/mysql-test/t/log_tables-master.opt @@ -1 +1 @@ ---log-slow-queries +--log-output=table,file --log-slow-queries |