summaryrefslogtreecommitdiff
path: root/mysql-test/suite/parts/t/partition_auto_increment_ndb.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/parts/t/partition_auto_increment_ndb.test')
-rw-r--r--mysql-test/suite/parts/t/partition_auto_increment_ndb.test41
1 files changed, 0 insertions, 41 deletions
diff --git a/mysql-test/suite/parts/t/partition_auto_increment_ndb.test b/mysql-test/suite/parts/t/partition_auto_increment_ndb.test
deleted file mode 100644
index 7aa3839762d..00000000000
--- a/mysql-test/suite/parts/t/partition_auto_increment_ndb.test
+++ /dev/null
@@ -1,41 +0,0 @@
-################################################################################
-# t/partition_auto_increment_ndb.test #
-# #
-# Purpose: #
-# Tests around auto increment column #
-# NDB branch #
-# #
-# Note: NDB behavior for auto_increment on secondary column in #
-# multi-column-index is NOT like MyISAM, instead it uses the same #
-# behavior as if it was the primary column. #
-#------------------------------------------------------------------------------#
-# Original Author: MattiasJ #
-# Original Date: 2008-09-02 #
-# Change Author: #
-# Change Date: #
-# Change: #
-################################################################################
-
-#
-# NOTE: PLEASE DO NOT ADD NOT MYISAM SPECIFIC TESTCASES HERE !
-# TESTCASES WHICH MUST BE APPLIED TO ALL STORAGE ENGINES MUST BE ADDED IN
-# THE SOURCED FILES ONLY.
-#
-
-# The server must support partitioning.
---source include/have_partition.inc
-
-#------------------------------------------------------------------------------#
-# Engine specific settings and requirements
---source include/have_ndb.inc
-
-##### Storage engine to be tested
-let $engine= 'NDB';
-connection default;
-#enable hash partitioning
-SET new=on;
-
-#------------------------------------------------------------------------------#
-# Execute the tests to be applied to all storage engines
---source suite/parts/inc/partition_auto_increment.inc
-