summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/t/innodb_index_large_prefix.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/innodb/t/innodb_index_large_prefix.test')
-rw-r--r--mysql-test/suite/innodb/t/innodb_index_large_prefix.test2
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/suite/innodb/t/innodb_index_large_prefix.test b/mysql-test/suite/innodb/t/innodb_index_large_prefix.test
index 3ed8aa6e096..b43ff033903 100644
--- a/mysql-test/suite/innodb/t/innodb_index_large_prefix.test
+++ b/mysql-test/suite/innodb/t/innodb_index_large_prefix.test
@@ -1,7 +1,5 @@
# Testcase for worklog #5743: Lift the limit of index key prefixes
---source include/have_innodb.inc
-
let $innodb_file_format_orig=`select @@innodb_file_format`;
let $innodb_file_per_table_orig=`select @@innodb_file_per_table`;
let $innodb_file_format_max_orig=`select @@innodb_file_format_max`;