Bug #107941 | Corruption in 8.0.29 related to instant DDL | ||
---|---|---|---|
Submitted: | 21 Jul 2022 19:47 | Modified: | 6 Dec 2022 8:13 |
Reporter: | Marc Reilly | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: DDL | Severity: | S2 (Serious) |
Version: | 8.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | corruption crash, instant ddl, instant ddl |
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
[21 Jul 2022 19:52]
Marc Reilly
[21 Jul 2022 19:52]
Marc Reilly
repro_2.log
Attachment: repro_2.log (application/octet-stream, text), 35.91 KiB.
[21 Jul 2022 19:53]
Marc Reilly
repro_3.log
Attachment: repro_3.log (application/octet-stream, text), 38.01 KiB.
[30 Sep 2022 23:23]
Marc Reilly
repro 3
Attachment: repro3.sh (text/x-sh), 5.83 KiB.
[30 Sep 2022 23:23]
Marc Reilly
repro 2
Attachment: repro2.sh (text/x-sh), 4.70 KiB.
[30 Sep 2022 23:24]
Marc Reilly
repro 1
Attachment: repro1.sh (text/x-sh), 4.99 KiB.
[30 Sep 2022 23:24]
Marc Reilly
Install dbdeployer and sysbench - setup env for bug repro
Attachment: repro_install_sysbench_dbdeployer.sh (text/x-sh), 2.19 KiB.
[1 Oct 2022 0:22]
Marc Reilly
Also attached rhel 8 scripts if thats easier. Same steps, just diff directory/package names
Attachment: rhel8scripts.zip (application/zip, text), 6.34 KiB.