2007-02-06 13:35:54 +01:00
|
|
|
#### suite/funcs_1/t/ndb_cursors.test
|
|
|
|
|
2008-01-08 13:56:01 +01:00
|
|
|
# NDB tables should be used
|
2007-02-06 13:35:54 +01:00
|
|
|
#
|
|
|
|
# 1. Check if ndb is available
|
|
|
|
--source include/have_ndb.inc
|
|
|
|
# 2. Set $engine_type
|
|
|
|
let $engine_type= ndb;
|
|
|
|
|
2008-03-12 12:56:07 +01:00
|
|
|
let $message= NOT YET IMPLEMENTED: cursor tests;
|
|
|
|
--source include/show_msg80.inc
|
|
|
|
exit;
|
2007-02-06 13:35:54 +01:00
|
|
|
|
2008-03-12 12:56:07 +01:00
|
|
|
# Create some objects needed in many testcases
|
|
|
|
USE test;
|
|
|
|
--source suite/funcs_1/include/ndb_tb1.inc
|
2007-02-06 13:35:54 +01:00
|
|
|
|
|
|
|
--source suite/funcs_1/cursors/cursors_master.test
|
|
|
|
|