Bug #13438 Partitions: crash if engine clause
Submitted: 23 Sep 2005 17:36 Modified: 20 Jan 2006 9:27
Reporter: Peter Gulutzan Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Partitions Severity:S3 (Non-critical)
Version:5.1.2-alpha-debug OS:Linux (SUSE 9.2)
Assigned to: Mikael Ronström CPU Architecture:Any

[23 Sep 2005 17:36] Peter Gulutzan
Description:
If I use "engine=engine_type" inside a "(PARTITION ...)"
clause, I get a crash.

How to repeat:
mysql> create table th (s1 int) partition by list (s1) partitions 1
    ->  (partition x1 values in (1) engine=memory);
ERROR 2013 (HY000): Lost connection to MySQL server during query
[1 Nov 2005 21:47] Mikael Ronström
Worked in partition management clone
[19 Jan 2006 9:05] Mikael Ronström
Patch pushed and will appear in 5.1.6
[20 Jan 2006 9:27] Jon Stephens
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html

Additional info:

Documented fix in 5.1.6 changelog. Closed.