config root man

Current Path : /home/usr.opt/mysql57/mysql-test/suite/funcs_1/t/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //home/usr.opt/mysql57/mysql-test/suite/funcs_1/t/myisam_cursors.test

#### suite/funcs_1/t/myisam_cursors.test

# MyISAM tables should be used
#
# Set $engine_type
SET @@session.sql_mode = 'NO_ENGINE_SUBSTITUTION';
--source include/have_myisam.inc
let $engine_type= myisam;

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/myisam_tb1.inc

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


Man Man