diff options
Diffstat (limited to 'mysql-test/suite/handler/innodb.test')
-rw-r--r-- | mysql-test/suite/handler/innodb.test | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mysql-test/suite/handler/innodb.test b/mysql-test/suite/handler/innodb.test index d752da7dc31..6527c4bb8bb 100644 --- a/mysql-test/suite/handler/innodb.test +++ b/mysql-test/suite/handler/innodb.test @@ -9,11 +9,6 @@ # rename t/innodb_handler.test to t/handler_innodb.test # -if (`select plugin_auth_version < "5.6.15" from information_schema.plugins where plugin_name='innodb'`) -{ - --skip Not fixed in InnoDB before 5.6.15 -} - --source include/have_innodb.inc let $engine_type= InnoDB; |