blob: ad11465ff3c6b197b1c849686990a090226f6a86 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#### suite/funcs_1/t/innodb_trig_09.test
# InnoDB tables should be used
#
# 1. Check if InnoDB is available
--source include/have_innodb.inc
# 2. Set $engine_type
let $engine_type= innodb;
--source suite/funcs_1/triggers/triggers_09.inc
|