mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
11 lines
235 B
Text
11 lines
235 B
Text
|
#### suite/funcs_1/t/ndb_trig_0407.test
|
||
|
|
||
|
# NDB tables should be used
|
||
|
#
|
||
|
# 1. Check if NDB is available
|
||
|
--source include/have_ndb.inc
|
||
|
# 2. Set $engine_type
|
||
|
let $engine_type= ndbcluster;
|
||
|
|
||
|
--source suite/funcs_1/triggers/triggers_0407.inc
|