Bug #70044 (Enhancement request) LIST Partition supporting ENUM Data Type
Submitted: 15 Aug 2013 2:38
Reporter: Chao Yang Email Updates:
Status: Open Impact on me:
None 
Category:MySQL Server: DDL Severity:S4 (Feature request)
Version:5.6.12 OS:Any
Assigned to: CPU Architecture:Any
Tags: enum, LIST Partition, partition

[15 Aug 2013 2:38] Chao Yang
Description:
It would be great to have LIST partition supporting ENUM data type since it makes the most amount of sense to have tuple data partitioned via LIST partitioning method.

i.e. an ENUM data type of sex being 'Male' or 'Female' and have the table 'LIST' partitioned based on either male or female.

Currently LIST partitioning does not support ENUM data type.

How to repeat:

i.e. an ENUM data type of sex being 'Male' or 'Female' and have the table 'LIST' partitioned based on either male or female.

Currently LIST partitioning does not support ENUM data type.