|
#### suite/funcs_1/t/myisam_trig_0102.test
|
|
|
|
# MyISAM tables should be used
|
|
#
|
|
# Set $engine_type
|
|
SET @@session.sql_mode = 'NO_ENGINE_SUBSTITUTION';
|
|
--source include/have_myisam.inc
|
|
let $engine_type= myisam;
|
|
|
|
--source suite/funcs_1/triggers/triggers_0102.inc
|