1
by brian
clean slate |
1 |
#### suite/funcs_1/t/memory_cursors.test |
2 |
||
3 |
# Memory tables should be used |
|
4 |
#
|
|
5 |
# Set $engine_type |
|
6 |
let $engine_type= memory; |
|
7 |
||
8 |
let $message= NOT YET IMPLEMENTED: cursor tests; |
|
9 |
--source include/show_msg80.inc |
|
10 |
exit; |
|
11 |
||
12 |
# Create some objects needed in many testcases |
|
13 |
USE test; |
|
14 |
--source suite/funcs_1/include/memory_tb1.inc |
|
15 |
||
16 |
--source suite/funcs_1/cursors/cursors_master.test |
|
17 |