Commit 21779a32 authored by Bjorn Munch's avatar Bjorn Munch

Fixed test sys_vars.all_vars: innodb_large_prefix no longer missing

parent 1873ea3f
...@@ -11,7 +11,5 @@ There should be *no* long test name listed below: ...@@ -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 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; left join t1 on variable_name=test_name where test_name is null;
There should be *no* variables listed below: There should be *no* variables listed below:
INNODB_LARGE_PREFIX
INNODB_LARGE_PREFIX
drop table t1; drop table t1;
drop table t2; drop table t2;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment