1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-16172: Enable skipped tests

This commit is contained in:
Marko Mäkelä
2018-05-17 09:35:35 +03:00
parent 4c7608aeb1
commit 66afb5ecb7
10 changed files with 0 additions and 46 deletions

View File

@ -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;