summaryrefslogtreecommitdiff
path: root/mysql-test/suite/parts/t/part_supported_sql_func_ndb.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/parts/t/part_supported_sql_func_ndb.test')
-rw-r--r--mysql-test/suite/parts/t/part_supported_sql_func_ndb.test46
1 files changed, 0 insertions, 46 deletions
diff --git a/mysql-test/suite/parts/t/part_supported_sql_func_ndb.test b/mysql-test/suite/parts/t/part_supported_sql_func_ndb.test
deleted file mode 100644
index 5ac6b2a504f..00000000000
--- a/mysql-test/suite/parts/t/part_supported_sql_func_ndb.test
+++ /dev/null
@@ -1,46 +0,0 @@
-################################################################################
-# t/part_supported_sql_funcs_ndb.test #
-# #
-# Purpose: #
-# Tests which SQL functions are allowed in partinioning clauses with #
-# NDB. #
-# #
-#------------------------------------------------------------------------------#
-# Original Author: HH #
-# Original Date: 2006-11-22 #
-# 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.
-#------------------------------------------------------------------------------#
-# General not engine specific settings and requirements
-
-##### Options, for debugging support #####
-let $debug= 0;
-let $do_long_tests= 1;
-
-# 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';
-connection default;
-
-# range, list and hash partitioning in ndb requires new_mode
---disable_query_log
-set new=on;
---enable_query_log
-let $max_8_partitions= 1;
-let $no_reorg_partition= 1;
-let $drop_partition_not_supported= 1;
-#------------------------------------------------------------------------------#
---source suite/parts/inc/part_supported_sql_funcs_main.inc