~linuxjedi/drizzle/trunk-bug-667053

1
2
3
4
5
6
7
8
9
10
11
12
13
14
#### suite/funcs_1/t/memory_triggers.test

# Memory tables should be used
#
# Set $engine_type
let $engine_type= memory;

# Create some objects needed in many testcases
USE test;
--source suite/funcs_1/include/memory_tb3.inc

--source suite/funcs_1/triggers/triggers_03.inc
DROP TABLE test.tb3;