From 6fb04b81ff278238c9276658aa604f570d6a4ee0 Mon Sep 17 00:00:00 2001 From: Vasil Dimov <vasil.dimov@oracle.com> Date: Wed, 14 Apr 2010 14:53:08 +0300 Subject: [PATCH] Update the result file for sys_vars.all_vars since the imported InnoDB provides a few more config variables. --- mysql-test/suite/sys_vars/r/all_vars.result | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mysql-test/suite/sys_vars/r/all_vars.result b/mysql-test/suite/sys_vars/r/all_vars.result index 0f741ff930a..564f587049f 100644 --- a/mysql-test/suite/sys_vars/r/all_vars.result +++ b/mysql-test/suite/sys_vars/r/all_vars.result @@ -10,5 +10,11 @@ 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_USE_NATIVE_AIO +INNODB_PURGE_THREADS +INNODB_PURGE_BATCH_SIZE +INNODB_USE_NATIVE_AIO +INNODB_PURGE_THREADS +INNODB_PURGE_BATCH_SIZE drop table t1; drop table t2;