summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/r/all_vars.result
diff options
context:
space:
mode:
authorBjorn Munch <bjorn.munch@oracle.com>2011-09-26 10:47:08 +0200
committerBjorn Munch <bjorn.munch@oracle.com>2011-09-26 10:47:08 +0200
commit9fb56539d055375b5881ded8d31131af5a81816c (patch)
tree280c9f3b23330556bf2ac3ed194cd11f1037782e /mysql-test/suite/sys_vars/r/all_vars.result
parent5ed1f30647970cd1c83368fad98653daee3e5fef (diff)
downloadmariadb-git-9fb56539d055375b5881ded8d31131af5a81816c.tar.gz
Fixed test sys_vars.all_vars: innodb_large_prefix no longer missing
Diffstat (limited to 'mysql-test/suite/sys_vars/r/all_vars.result')
-rw-r--r--mysql-test/suite/sys_vars/r/all_vars.result2
1 files changed, 0 insertions, 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;