diff options
author | Magnus Svensson <msvensson@mysql.com> | 2009-01-24 15:55:48 +0100 |
---|---|---|
committer | Magnus Svensson <msvensson@mysql.com> | 2009-01-24 15:55:48 +0100 |
commit | 66f000c912d35021f2049572557ff0d15db363a0 (patch) | |
tree | 390a27ec100e641a35599c5fd58273de95898a42 /mysql-test/include | |
parent | 66bf048dd35a82aeb48d7b4701a85be772f2ae91 (diff) | |
download | mariadb-git-66f000c912d35021f2049572557ff0d15db363a0.tar.gz |
WL#4198 mtr.pl v2
- fix typo, use "$old_log_error" as name when loading from .err-old file
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/check-warnings.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/check-warnings.test b/mysql-test/include/check-warnings.test index 8b0d2803081..ca9c434e265 100644 --- a/mysql-test/include/check-warnings.test +++ b/mysql-test/include/check-warnings.test @@ -42,7 +42,7 @@ if ($mysql_errno) 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='$log_error'; + set file_name='$old_log_error'; } # Call check_warnings to filter out any warning in |