mariadb/mysql-test/t/rowid_order_innodb.test
Sergei Golubchik 2682a280c8 allow suite.pm to skip combinations that originate from test/include files.
storage/innobase/handler/handler0alter.cc:
  for NEWDATE key_type says unsigned, thus col->prtype says unsigned,
  but field->flags says signed. Use the same flag for value retrieval
  that was used for value storage.
2012-02-07 16:22:36 +01:00

14 lines
382 B
Text

# 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_xtradb.inc
let $engine_type= InnoDB;
--source include/rowid_order.inc