mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / t / handler_innodb.test
blob02982716f78fbf3cf9640246a5073cd5998e7c67
1 # t/handler_innodb.test
3 # test of HANDLER ...
5 # Last update:
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