1#### suite/funcs_1/t/myisam_trig_08.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 10--source suite/funcs_1/triggers/triggers_08.inc 11