diff options
Diffstat (limited to 'mysql-test/t/handler_innodb.test')
-rw-r--r-- | mysql-test/t/handler_innodb.test | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mysql-test/t/handler_innodb.test b/mysql-test/t/handler_innodb.test new file mode 100644 index 00000000000..7f9fdb8de56 --- /dev/null +++ b/mysql-test/t/handler_innodb.test @@ -0,0 +1,18 @@ +# t/handler_innodb.test +# +# test of HANDLER ... +# +# Last update: +# 2006-07-31 ML test refactored (MySQL 5.1) +# code of t/handler.test and t/innodb_handler.test united +# main testing code put into include/handler.inc +# rename t/innodb_handler.test to t/handler_innodb.test +# + +# should work in embedded server after mysqltest is fixed +--source include/not_embedded.inc + +--source include/have_innodb.inc +let $engine_type= InnoDB; + +--source include/handler.inc |