Bug #70500 | Page cleaner should perform LRU flushing regardless of server activity | ||
---|---|---|---|
Submitted: | 3 Oct 2013 6:29 | Modified: | 12 Sep 2018 12:22 |
Reporter: | Laurynas Biveinis (OCA) | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 5.6.23 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | cleaner, Contribution, flushing |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[27 Jan 2014 16:48]
Inaam Rana
[12 Feb 2018 15:34]
Laurynas Biveinis
MT LRU flusher, main patch for 8.0.4
Attachment: bug70500-8.0.4-1.patch (application/octet-stream, text), 37.15 KiB.
[12 Feb 2018 15:35]
Laurynas Biveinis
MT LRU flusher for 8.0.4, testsuite updates
Attachment: bug70500-8.0.4-2.patch (application/octet-stream, text), 2.10 KiB.
[15 Mar 2018 4:46]
Laurynas Biveinis
Bug 70500 fix for 8.0.4, missed shutdown synchronization bit
Attachment: bug70500-8.0.4-3.patch (application/octet-stream, text), 990 bytes.
[13 Jun 2018 12:45]
Laurynas Biveinis
MT LRU flusher for 8.0.11
Attachment: bug70500-8.0.11.patch (application/octet-stream, text), 46.52 KiB.