memory_cursors.test 416 Bytes
Newer Older
1 2 3 4 5
#### suite/funcs_1/t/memory_cursors.test

# Memory tables should be used
#
# Set $engine_type
6
SET @@session.sql_mode = 'NO_ENGINE_SUBSTITUTION';
7 8
let $engine_type= memory;

9 10 11
let $message= NOT YET IMPLEMENTED: cursor tests;
--source include/show_msg80.inc
exit;
12

13 14 15
# Create some objects needed in many testcases
USE test;
--source suite/funcs_1/include/memory_tb1.inc
16 17 18

--source suite/funcs_1/cursors/cursors_master.test