From d710ccf82c12e8751a16cd7f5a3a01451658c383 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 8 Sep 2006 03:18:05 -0400 Subject: Rearranged test cases, move InnoDB test cases to partition_innodb --- mysql-test/t/partition_range.test | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'mysql-test/t/partition_range.test') diff --git a/mysql-test/t/partition_range.test b/mysql-test/t/partition_range.test index 8719cbd98c4..12495fdae73 100644 --- a/mysql-test/t/partition_range.test +++ b/mysql-test/t/partition_range.test @@ -9,18 +9,6 @@ drop table if exists t1; --enable_warnings -# -# Bug 21339: Crash in Explain Partitions -# -create table t1 (a date) -engine = innodb -partition by range (year(a)) -(partition p0 values less than (2006), - partition p1 values less than (2007)); -explain partitions select * from t1 -where a between '2006-01-01' and '2007-06-01'; -drop table t1; - # # More checks for partition pruning # -- cgit v1.2.1