1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-07 04:01:59 +03:00
mariadb/mysql-test/suite/funcs_1/t/innodb_trig_03.test

12 lines
256 B
Plaintext

#### 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