mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Create 'main' test directory and move 't' and 'r' there
This commit is contained in:
14
mysql-test/main/rowid_order_innodb.test
Normal file
14
mysql-test/main/rowid_order_innodb.test
Normal file
@ -0,0 +1,14 @@
|
||||
# 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;
|
||||
|
||||
--source include/rowid_order.inc
|
Reference in New Issue
Block a user