1#### suite/funcs_1/t/innodb_trig_03.test 2 3# InnoDB tables should be used 4# 5# 1. Check if InnoDB is available 6--source include/have_innodb.inc 7# 2. Set $engine_type 8let $engine_type= innodb; 9 10--source suite/funcs_1/triggers/triggers_03.inc 11