mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
11 lines
239 B
Text
11 lines
239 B
Text
|
#### suite/funcs_1/t/innodb_triggers.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/trig_frkey.inc
|