~drizzle-trunk/drizzle/development

1 by brian
clean slate
1
# t/read_many_rows_innodb.test
2
#
3
# Check how filesort and buffered-record-reads works with InnoDB.
4
# This test takes a long time.
5
#
6
# Last update:
7
# 2006-08-03 ML test refactored (MySQL 5.1)
8
#               main code --> include/read_many_rows_innodb.inc
9
#
10
11
--source include/big_test.inc
12
13
--source include/have_innodb.inc
14
let $engine_type= InnoDB;
15
let $other_engine_type= MyISAM;
16
17
--source include/read_many_rows.inc