Bug #90144 | Contribution by Facebook: Detach InnoDB buffer pool before creating core | ||
---|---|---|---|
Submitted: | 20 Mar 2018 18:43 | Modified: | 31 Aug 2018 12:52 |
Reporter: | FBContrib Admin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 5.6 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[20 Mar 2018 18:43]
FBContrib Admin
[20 Mar 2018 18:43]
FBContrib Admin
Detach InnoDB buffer pool before creating core (*) This code is contributed under the Facebook agreement
Contribution: fb_patch_32.txt (text/plain), 20.07 KiB.
[31 Aug 2018 12:52]
Daniel Price
Posted by developer: Fixed as of the upcoming 8.0.14 release, and here's the changelog entry: "To reduce the size of core files, the innodb_buffer_pool_in_core_file variable can be disabled to prevent InnoDB buffer pool pages from being written to core files. Thanks to Facebook for the contribution." MySQL Reference Manual updates. Changes should appear online within 24 hours. (1) innodb_buffer_pool_in_core_file description https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html (2) core-file description https://dev.mysql.com/doc/refman/8.0/en/server-options.html (3) core_file description https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html (4) core-file-size description https://dev.mysql.com/doc/refman/8.0/en/mysqld-safe.html (5) What's New in 8.0 https://dev.mysql.com/doc/refman/8.0/en/mysql-nutshell.html