~linuxjedi/drizzle/trunk-bug-667053

« back to all changes in this revision

Viewing changes to mysql-test/suite/funcs_1/t/ndb_cursors.test

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#### suite/funcs_1/t/ndb_cursors.test
 
2
 
 
3
# NDB tables should be used
 
4
#
 
5
# 1. Check if ndb is available
 
6
--source include/have_ndb.inc
 
7
# 2. Set $engine_type
 
8
let $engine_type= ndb;
 
9
 
 
10
let $message= NOT YET IMPLEMENTED: cursor tests;
 
11
--source include/show_msg80.inc
 
12
exit;
 
13
 
 
14
# Create some objects needed in many testcases
 
15
USE test;
 
16
--source suite/funcs_1/include/ndb_tb1.inc
 
17
 
 
18
--source suite/funcs_1/cursors/cursors_master.test
 
19