~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/t/read_many_rows_innodb.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
# 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