summaryrefslogtreecommitdiff
path: root/mysql-test/t/handler_myisam.test
blob: 90acfae13115840857a3c8bfef79ac151a309b7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# t/handler_myisam.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/handler.test to t/handler_myisam.test
#

# should work in embedded server after mysqltest is fixed
--source include/not_embedded.inc

let $engine_type= MyISAM;

--source include/handler.inc