ndb_trig_08.test 352 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
#### 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;

mleich@five.local.lan's avatar
mleich@five.local.lan committed
10 11 12
# Create some objects needed in many testcases
USE test;
--source suite/funcs_1/include/ndb_tb3.inc
13 14
    
--source suite/funcs_1/triggers/triggers_08.inc
mleich@five.local.lan's avatar
mleich@five.local.lan committed
15
DROP TABLE test.tb3;
16