1 # t/handler_innodb.test
6 # 2006-07-31 ML test refactored (MySQL 5.1)
7 # code of t/handler.test and t/innodb_handler.test united
8 # main testing code put into include/handler.inc
9 # rename t/innodb_handler.test to t/handler_innodb.test
12 # should work in embedded server after mysqltest is fixed
13 --source include/not_embedded.inc
15 --source include/have_innodb.inc
16 let $engine_type= InnoDB;
17 let $other_engine_type= MEMORY;
18 let $other_handler_engine_type= MyISAM;
20 --source include/handler.inc