mirror of
https://github.com/MariaDB/server.git
synced 2025-05-10 02:01:19 +03:00
17 lines
353 B
Plaintext
17 lines
353 B
Plaintext
#### 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_1011ext.inc
|
|
DROP TABLE test.tb3;
|
|
|