summaryrefslogtreecommitdiff
path: root/mysql-test/t/handler_myisam.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/handler_myisam.test')
-rw-r--r--mysql-test/t/handler_myisam.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/t/handler_myisam.test b/mysql-test/t/handler_myisam.test
index 90acfae1311..644c28de5b2 100644
--- a/mysql-test/t/handler_myisam.test
+++ b/mysql-test/t/handler_myisam.test
@@ -13,5 +13,9 @@
--source include/not_embedded.inc
let $engine_type= MyISAM;
+let $other_engine_type= MEMORY;
+# There is unfortunately no other all time available storage engine
+# which supports the handler interface
+let $other_handler_engine_type= MyISAM;
--source include/handler.inc