Bug #71010 | sql/sql_resolver.cc refers to partition engine fields when building without it | ||
---|---|---|---|
Submitted: | 26 Nov 2013 12:55 | Modified: | 8 Jan 2014 18:00 |
Reporter: | Patrick Middleton | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S3 (Non-critical) |
Version: | 5.6.14GA | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | Contribution |
[26 Nov 2013 12:55]
Patrick Middleton
[26 Nov 2013 12:56]
Patrick Middleton
Patch against sql/sql_resolver.cc 5.6.14GA
Attachment: sql_resolver.cc.patch (application/octet-stream, text), 497 bytes.
[29 Nov 2013 17:49]
Sveta Smirnova
Thank you for the report. Verified as described.
[29 Nov 2013 17:50]
Sveta Smirnova
In order for us to accept your contribution you need to sign OCA as described in the "Contributions" tab.
[8 Jan 2014 18:00]
Paul DuBois
Noted in 5.6.16, 5.7.4 changelogs. sql_resolver.cc referred to partitioning code that should have been protected by an #ifdef, even when MySQL was configured with -DWITH_PARTITION_STORAGE_ENGINE=OFF.
[3 Feb 2014 11:05]
Laurynas Biveinis
5.6$ bzr log -r 5676 ------------------------------------------------------------ revno: 5676 committer: Roy Lyseng <roy.lyseng@oracle.com> branch nick: mysql-5.6 timestamp: Tue 2013-12-10 09:24:24 +0100 message: Bug#71010: Bug#17876794: sql/sql_resolver.cc refers to partition engine fields An #ifdef was missed in this file.