mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
6fec7fc19a
Bug 36788 Multiple funcs_1 'trig' tests are failing on vanilla builds
16 lines
348 B
Text
16 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_08.inc
|
|
DROP TABLE test.tb3;
|
|
|