diff options
author | Magnus Svensson <msvensson@mysql.com> | 2009-01-24 18:31:41 +0100 |
---|---|---|
committer | Magnus Svensson <msvensson@mysql.com> | 2009-01-24 18:31:41 +0100 |
commit | 2a89260d31b1eb85e86c27fc814b8b95226e183b (patch) | |
tree | ade4136b35f4e5ac4d6daa4bea5d423fa833f2a8 /mysql-test/include/check-warnings.test | |
parent | 66f000c912d35021f2049572557ff0d15db363a0 (diff) | |
download | mariadb-git-2a89260d31b1eb85e86c27fc814b8b95226e183b.tar.gz |
Bug#42320 Read also "mysql.err-old" when checking the server for warnings
- disable check of .err-old until bug has been fixed
Diffstat (limited to 'mysql-test/include/check-warnings.test')
-rw-r--r-- | mysql-test/include/check-warnings.test | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mysql-test/include/check-warnings.test b/mysql-test/include/check-warnings.test index ca9c434e265..6dff51d07d8 100644 --- a/mysql-test/include/check-warnings.test +++ b/mysql-test/include/check-warnings.test @@ -39,10 +39,11 @@ if ($mysql_errno) # Also load the .err-old file where there might be # additional warnings - let $old_log_error = $log_error-old; - chmod 0644 $old_log_error; - eval load data infile '$old_log_error' into table error_log (line) - set file_name='$old_log_error'; + # Disabled intil Bug#42320 has been fixed + #let $old_log_error = $log_error-old; + #chmod 0644 $old_log_error; + #eval load data infile '$old_log_error' into table error_log (line) + # set file_name='$old_log_error'; } # Call check_warnings to filter out any warning in |