~ubuntu-branches/ubuntu/precise/mysql-5.5/precise-201203300109

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2011-11-08 11:31:13 UTC
  • Revision ID: package-import@ubuntu.com-20111108113113-3ulw01fvi4vn8m25
Tags: upstream-5.5.17
ImportĀ upstreamĀ versionĀ 5.5.17

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#### suite/funcs_1/t/myisam_cursors.test
 
2
 
 
3
# MyISAM tables should be used
 
4
#
 
5
# Set $engine_type
 
6
SET @@session.sql_mode = 'NO_ENGINE_SUBSTITUTION';
 
7
let $engine_type= myisam;
 
8
 
 
9
let $message= NOT YET IMPLEMENTED: cursor tests;
 
10
--source include/show_msg80.inc
 
11
exit;
 
12
 
 
13
# Create some objects needed in many testcases
 
14
USE test;
 
15
--source suite/funcs_1/include/myisam_tb1.inc
 
16
 
 
17
--source suite/funcs_1/cursors/cursors_master.test
 
18