summaryrefslogtreecommitdiff
path: root/mysql-test/main/rowid_order_innodb.test
blob: d60c29bebf79450cb3513d586d853949c78ff3ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# t/rowid_order_innodb.test
#
# Test for rowid ordering (and comparison) functions.
# do index_merge select for tables with PK of various types. 
#
# Last update:
# 2006-07-28 ML test refactored (MySQL 5.1)
#               main code t/rowid_order_innodb.test -> include/rowid_order.inc
#

--source include/have_innodb.inc
let $engine_type= InnoDB;
SET @save_stats_persistent=@@GLOBAL.innodb_stats_persistent;
SET GLOBAL innodb_stats_persistent=0;

--source include/rowid_order.inc

SET GLOBAL innodb_stats_persistent=@save_stats_persistent;