Bug #110797 | log0files_capacity.cc * OS_FILE_LOG_BLOCK_SIZE <= soft_logical_capacity | ||
---|---|---|---|
Submitted: | 25 Apr 2023 7:04 | Modified: | 20 Dec 2023 17:48 |
Reporter: | Olivier Doucet | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S2 (Serious) |
Version: | 8.0 | OS: | Linux |
Assigned to: | CPU Architecture: | x86 |
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
[17 May 2023 7:08]
Olivier Doucet
[17 May 2023 7:08]
Olivier Doucet
log_sys structure from gdb
Attachment: log_sys.txt (text/plain), 13.71 KiB.
[26 May 2023 6:21]
Olivier Doucet
gdb session with mysql official binary
Attachment: btfull.txt (text/plain), 18.85 KiB.
[26 May 2023 15:20]
Olivier Doucet
bt full from mysql-community-minimal-8.0.32-1.el8.x86_64
Attachment: btfull.txt (text/plain), 19.64 KiB.
[26 May 2023 15:31]
Olivier Doucet
bt full : LOG_WRITER_HARD_CAPACITY_MIN + OS_FILE_LOG_BLOCK_SIZE <= physical_capacity * FREE_FILE_RATIO - OVERHEAD
Attachment: btfull.txt (text/plain), 20.27 KiB.