mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 23:34:34 +01:00
17 lines
348 B
Text
17 lines
348 B
Text
|
#### suite/funcs_1/t/ndb_triggers.test
|
||
|
|
||
|
# ndb tables should be used
|
||
|
#
|
||
|
# 1. Check if ndb is available
|
||
|
--source include/have_ndb.inc
|
||
|
# 2. Set $engine_type
|
||
|
let $engine_type= ndb;
|
||
|
|
||
|
# Create some objects needed in many testcases
|
||
|
USE test;
|
||
|
--source suite/funcs_1/include/ndb_tb3.inc
|
||
|
|
||
|
--source suite/funcs_1/triggers/triggers_09.inc
|
||
|
DROP TABLE test.tb3;
|
||
|
|