Bug #74151 | Clean up some code in the InnoDB change buffer | ||
---|---|---|---|
Submitted: | 30 Sep 2014 9:11 | Modified: | 7 Oct 2014 13:51 |
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 9:11]
Marko Mäkelä
[7 Oct 2014 13:53]
Daniel Price
Fixed as of the upcoming 5.7.6 release, and here's the changelog entry: The "InnoDB" change buffer tree, which was created inside the "InnoDB" data dictionary cache unnecessarily, is now created directly, bypassing the cache. This patch also removes the "DICT_UNIVERSAL" flag, which was always set in in connection with "DICT_IBUF". Neither flag is used for persistent data structures, which makes the "DICT_UNIVERSAL" flag unnecessary.