~linuxjedi/drizzle/trunk-bug-667053

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#### suite/funcs_1/t/ndb_cursors.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;

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

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

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