summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Dimov <vasil.dimov@oracle.com>2011-02-23 16:39:54 +0200
committerVasil Dimov <vasil.dimov@oracle.com>2011-02-23 16:39:54 +0200
commit9f699b39f86a67df2d848918b7553eb1922be36c (patch)
tree404ce66086fccd40a3446691c951edd09b58f52d
parentf91ce0413bfb7554705077f11eeb46ae9dfb3695 (diff)
downloadmariadb-git-9f699b39f86a67df2d848918b7553eb1922be36c.tar.gz
Fix the failing sys_vars.all_vars on behalf of Sunny
-rw-r--r--mysql-test/suite/sys_vars/r/all_vars.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/sys_vars/r/all_vars.result b/mysql-test/suite/sys_vars/r/all_vars.result
index 418330f078d..fae91659ecd 100644
--- a/mysql-test/suite/sys_vars/r/all_vars.result
+++ b/mysql-test/suite/sys_vars/r/all_vars.result
@@ -11,8 +11,10 @@ There should be *no* long test name listed below:
select variable_name as `There should be *no* variables listed below:` from t2
left join t1 on variable_name=test_name where test_name is null;
There should be *no* variables listed below:
+INNODB_ROLLBACK_SEGMENTS
INNODB_STATS_METHOD
INNODB_FILE_FORMAT_MAX
+INNODB_ROLLBACK_SEGMENTS
INNODB_STATS_METHOD
INNODB_FILE_FORMAT_MAX
drop table t1;