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