~linuxjedi/drizzle/trunk-bug-667053

« back to all changes in this revision

Viewing changes to mysql-test/suite/funcs_1/t/falcon_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/falcon_cursors.test
 
2
# created: 2007-11-02 by hhunger
 
3
 
 
4
# Falcon tables should be used
 
5
#
 
6
# 1. Check if Falcon is available
 
7
--source include/have_falcon.inc
 
8
# 2. Set $engine_type
 
9
let $engine_type= falcon;
 
10
 
 
11
let $message= NOT YET IMPLEMENTED: cursor tests;
 
12
--source include/show_msg80.inc
 
13
exit;
 
14
 
 
15
# Create some objects needed in many testcases
 
16
USE test;
 
17
--source suite/funcs_1/include/falcon_tb1.inc
 
18
 
 
19
--source suite/funcs_1/cursors/cursors_master.test
 
20