| Bug #13438 | Partitions: crash if engine clause | ||
|---|---|---|---|
| Submitted: | 23 Sep 2005 19:36 | Modified: | 20 Jan 2006 10:27 |
| Reporter: | Peter Gulutzan | ||
| Status: | Closed | ||
| Category: | Server: Partition | Severity: | S3 (Non-critical) |
| Version: | 5.1.2-alpha-debug | OS: | Linux (SUSE 9.2) |
| Assigned to: | Mikael Ronstrom | Target Version: | |
[1 Nov 2005 22:47]
Mikael Ronstrom
Worked in partition management clone
[19 Jan 2006 10:05]
Mikael Ronstrom
Patch pushed and will appear in 5.1.6
[20 Jan 2006 10: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.

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