Bug #74150 | Remove tablespace_version | ||
---|---|---|---|
Submitted: | 30 Sep 2014 8:58 | Modified: | 9 Oct 2014 19:03 |
Reporter: | Marko Mäkelä | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 5.7.5 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[30 Sep 2014 8:58]
Marko Mäkelä
[9 Oct 2014 19:03]
Daniel Price
Fixed as of the upcoming 5.7.6 release, and here's the changelog entry: Removed "fil_space_t::tablespace_version" field, which was introduced to keep track of "ALTER TABLE...DISCARD TABLESPACE" followed by "ALTER TABLE IMPORT TABLESPACE" operations. It ensured that a change buffer merge would not occur for old buffered entries while a tablespace with the same "space_id" was imported. The "tablespace_version" field was redundant and no longer required.