1#### suite/funcs_1/t/myisam_bitdata.test
2
3# MyISAM tables should be used
4#
5# Set $engine_type
6SET @@session.sql_mode = 'NO_ENGINE_SUBSTITUTION';
7--source include/have_myisam.inc
8let $engine_type= myisam;
9
10let $message= NOT YET IMPLEMENTED: bitdata tests;
11--source include/show_msg80.inc
12exit;
13
14# Create some objects needed in many testcases
15USE test;
16--source suite/funcs_1/include/myisam_tb4.inc
17
18--source suite/funcs_1/bitdata/bitdata_master.test
19