mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
53 lines
2.5 KiB
Text
53 lines
2.5 KiB
Text
|
################################################################################
|
||
|
# t/partition_int_ndb.test #
|
||
|
# #
|
||
|
# Purpose: #
|
||
|
# Tests around integer type #
|
||
|
# NDB branch #
|
||
|
# #
|
||
|
#------------------------------------------------------------------------------#
|
||
|
# Original Author: HH #
|
||
|
# Original Date: 2006-08-01 #
|
||
|
# Change Author: #
|
||
|
# Change Date: #
|
||
|
# Change: #
|
||
|
################################################################################
|
||
|
|
||
|
#
|
||
|
# NOTE: PLEASE DO NOT ADD NOT NDB SPECIFIC TESTCASES HERE !
|
||
|
# TESTCASES WHICH MUST BE APPLIED TO ALL STORAGE ENGINES MUST BE ADDED IN
|
||
|
# THE SOURCED FILES ONLY.
|
||
|
#
|
||
|
# Please read the README at the end of include/partition.pre before changing
|
||
|
# any of the variables.
|
||
|
#
|
||
|
|
||
|
#------------------------------------------------------------------------------#
|
||
|
# General not engine specific settings and requirements
|
||
|
|
||
|
##### Options, for debugging support #####
|
||
|
let $debug= 0;
|
||
|
|
||
|
# The server must support partitioning.
|
||
|
--source include/have_partition.inc
|
||
|
|
||
|
#------------------------------------------------------------------------------#
|
||
|
# Engine specific settings and requirements
|
||
|
|
||
|
##### Storage engine to be tested
|
||
|
--source include/have_ndb.inc
|
||
|
let $engine= 'NDB';
|
||
|
|
||
|
#------------------------------------------------------------------------------#
|
||
|
# Execute the tests to be applied to all storage engines
|
||
|
--source suite/partitions/include/partition_tinyint.inc
|
||
|
--source suite/partitions/include/partition_smallint.inc
|
||
|
--source suite/partitions/include/partition_int.inc
|
||
|
--source suite/partitions/include/partition_mediumint.inc
|
||
|
--source suite/partitions/include/partition_bigint.inc
|
||
|
# --source include/partition_tinyint.inc
|
||
|
# --source include/partition_samllint.inc
|
||
|
# --source include/partition_int.inc
|
||
|
# --source include/partition_mediumint.inc
|
||
|
# --source include/partition_bigint.inc
|