mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
11 lines
231 B
Text
11 lines
231 B
Text
|
#### suite/funcs_1/t/ndb_trig_03.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_03.inc
|