Bug #46093 Add MERGE cases for ha_partition
Submitted: 9 Jul 2009 16:18 Modified: 17 Aug 2009 9:39
Reporter: kentoku shiba Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Partitions Severity:S4 (Feature request)
Version:5.1.35 OS:Any
Assigned to: Assigned Account CPU Architecture:Any
Tags: Contribution, merge, partition

[9 Jul 2009 16:18] kentoku shiba
Description:
I created a patch file for ha_partition's extra() method.

This patch file works to add 2 cases("HA_EXTRA_ATTACH_CHILDREN" and
"HA_EXTRA_DETACH_CHILDREN") at extra() method to ha_partition.

I created a new storage engine "Vertical Partitioning storage engine"
with supporting table partitioning using MERGE TABLE architecture.
http://launchpad.net/vpformysql
This storage engine needs getting "HA_EXTRA_ATTACH_CHILDREN" and
"HA_EXTRA_DETACH_CHILDREN" through ha_partition.

I want this patch to go into the MySQL distribution.

Could you please take this patch to go into the MySQL distribution?

How to repeat:
n/a

Suggested fix:
n/a
[9 Jul 2009 16:21] kentoku shiba
Patch file for adding MERGE cases to ha_partition

Attachment: mysql-5.1.35.vp.diff (text/plain), 803 bytes.

[13 Jul 2009 11:22] kentoku shiba
DO NOT contribute the code under these url "http://launchpad.net/vpformysql", only the patch file "mysql-5.1.35.vp.diff" is contributed.
[17 Aug 2009 9:39] Susanne Ebrecht
Many thanks for sending a patch. We will check this.