From 1a1d4603384e9cd80dca59cf3ff6b57de6e42020 Mon Sep 17 00:00:00 2001 From: Inaam Rana Date: Mon, 10 May 2010 17:44:40 -0400 Subject: [PATCH] Undo the changes made by Vasil in sys_vars/all_vars when adjusting for the new parameters introduced in the plugin 1.1. Now that we have basic tests for all these new parameters it is no longer needed to adjust the all_vars.result file. --- mysql-test/suite/sys_vars/r/all_vars.result | 8 -------- 1 file changed, 8 deletions(-) diff --git a/mysql-test/suite/sys_vars/r/all_vars.result b/mysql-test/suite/sys_vars/r/all_vars.result index bc36e2cb848..0f741ff930a 100644 --- a/mysql-test/suite/sys_vars/r/all_vars.result +++ b/mysql-test/suite/sys_vars/r/all_vars.result @@ -10,13 +10,5 @@ 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_BUFFER_POOL_INSTANCES -INNODB_USE_NATIVE_AIO -INNODB_PURGE_THREADS -INNODB_PURGE_BATCH_SIZE -INNODB_BUFFER_POOL_INSTANCES drop table t1; drop table t2;