blob: f97d4cadd16eceec7d7e74f731a20dd7819ea717 (
plain)
1
2
3
4
5
6
7
8
9
|
#### suite/funcs_1/t/myisam_trig_0407.test
# MyISAM tables should be used
#
# Set $engine_type
SET @@session.sql_mode = 'NO_ENGINE_SUBSTITUTION';
let $engine_type= myisam;
--source suite/funcs_1/triggers/triggers_0407.inc
|