summaryrefslogtreecommitdiff
path: root/mysql-test/include
diff options
context:
space:
mode:
authorGeorgi Kodinov <joro@sun.com>2009-03-11 15:03:25 +0200
committerGeorgi Kodinov <joro@sun.com>2009-03-11 15:03:25 +0200
commitfb36c97705b48d527a5eff6269ab82af28532a07 (patch)
treeeb902365720d8ee8c4d55a862e2f68b602625cf4 /mysql-test/include
parentba1b5eb4b5149293df466f8713c02f2614dd22f4 (diff)
parent11570d64fcffa66feaf1fdb8072fdfb9dbd865ca (diff)
downloadmariadb-git-fb36c97705b48d527a5eff6269ab82af28532a07.tar.gz
merged 5.1-main -> 5.1-bugteam
Diffstat (limited to 'mysql-test/include')
-rw-r--r--mysql-test/include/check-warnings.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/check-warnings.test b/mysql-test/include/check-warnings.test
index 2144957f742..5295dd51a85 100644
--- a/mysql-test/include/check-warnings.test
+++ b/mysql-test/include/check-warnings.test
@@ -26,7 +26,7 @@ create temporary table error_log (
) engine=myisam;
# Get the name of servers error log
-let $log_error= query_get_value(show variables like 'log_error', Value, 1);
+let $log_error= $MTR_LOG_ERROR;
let $log_warning= $log_error.warnings;
# Try tload the warnings into a temporary table,