~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/t/rowid_order_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/rowid_order_innodb.test
 
2
#
 
3
# Test for rowid ordering (and comparison) functions.
 
4
# do index_merge select for tables with PK of various types. 
 
5
#
 
6
# Last update:
 
7
# 2006-07-28 ML test refactored (MySQL 5.1)
 
8
#               main code t/rowid_order_innodb.test -> include/rowid_order.inc
 
9
#
 
10
 
 
11
--source include/have_innodb.inc
 
12
let $engine_type= InnoDB;
 
13
 
 
14
--source include/rowid_order.inc