Bug #76774 | debug only-code may have side effects in ha_innobase::commit_inplace_alter_table | ||
---|---|---|---|
Submitted: | 21 Apr 2015 13:42 | Modified: | 11 May 2015 13:38 |
Reporter: | Mattias Jonsson | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 5.7 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[21 Apr 2015 13:42]
Mattias Jonsson
[11 May 2015 13:38]
Daniel Price
Posted by developer: Fixed as of the upcoming 5.7.8, 5.8.0 releases, and here's the changelog entry: Debug only code set "m_prebuilt", which may affect in-place "ALTER TABLE" behaviour. "m_prebuilt" to should not be used to store an intermediate value in debug-only code.