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