From ae41b0073ba1e3eb04e6a7e56a52f47bcd27c2fe Mon Sep 17 00:00:00 2001 From: Bjorn Munch Date: Mon, 26 Sep 2011 10:47:08 +0200 Subject: [PATCH] Fixed test sys_vars.all_vars: innodb_large_prefix no longer missing --- mysql-test/suite/sys_vars/r/all_vars.result | 2 -- 1 file changed, 2 deletions(-) diff --git a/mysql-test/suite/sys_vars/r/all_vars.result b/mysql-test/suite/sys_vars/r/all_vars.result index 715ad9e2c15..af05e3bc393 100644 --- a/mysql-test/suite/sys_vars/r/all_vars.result +++ b/mysql-test/suite/sys_vars/r/all_vars.result @@ -11,7 +11,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_LARGE_PREFIX -INNODB_LARGE_PREFIX drop table t1; drop table t2;