~jlukas79/+junk/mysql-server

« back to all changes in this revision

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

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# Memory tables should be used
4
4
#
5
5
# Set $engine_type
 
6
SET @@session.sql_mode = 'NO_ENGINE_SUBSTITUTION';
6
7
let $engine_type= memory;
7
8
 
8
9
let $message= NOT YET IMPLEMENTED: cursor tests;