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'; 7let $engine_type= myisam; 8 9let $message= NOT YET IMPLEMENTED: bitdata tests; 10--source include/show_msg80.inc 11exit; 12 13# Create some objects needed in many testcases 14USE test; 15--source suite/funcs_1/include/myisam_tb4.inc 16 17--source suite/funcs_1/bitdata/bitdata_master.test 18