diff options
Diffstat (limited to 'mysql-test/t/partition.test')
-rw-r--r-- | mysql-test/t/partition.test | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mysql-test/t/partition.test b/mysql-test/t/partition.test index 928d855f9f4..488d2ccda3f 100644 --- a/mysql-test/t/partition.test +++ b/mysql-test/t/partition.test @@ -14,15 +14,6 @@ drop table if exists t1; --enable_warnings # -# Bug#14367: Partitions: crash if utf8 column -# -create table t1 (s1 char(2) character set utf8) -partition by list (case when s1 > 'cz' then 1 else 2 end) -(partition p1 values in (1), - partition p2 values in (2)); -drop table t1; - -# # Bug 15890: Strange number of partitions accepted # -- error 1064 |