blob: 4cb8e190ca010e94a6b9d84c07ddc5d8bd6108a7 (
plain)
1
2
3
4
5
6
7
8
9
|
#### suite/funcs_1/t/myisam_trig_0102.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_0102.inc
|