blob: 6ac7f0f9acfbdd3d492b2615ffe4abe86c88be44 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#### suite/funcs_1/t/memory_trig_0102.test
# Memory tables should be used
#
# Set $engine_type
SET @@session.sql_mode = 'NO_ENGINE_SUBSTITUTION';
let $engine_type= memory;
--source suite/funcs_1/include/bug28309_skip.inc
--source suite/funcs_1/triggers/triggers_0102.inc
|