| Bug #120949 | Sql_cmd_secondary_load_unload::mysql_secondary_load_or_unload(THD*, Table_ref*): Assertion `m_alter_info->requested_algo | ||
|---|---|---|---|
| Submitted: | 17 Jul 5:24 | ||
| Reporter: | xingwang Verdant | Email Updates: | |
| Status: | Open | Impact on me: | |
| Category: | MySQL Server | Severity: | S3 (Non-critical) |
| Version: | 8.4.10 | OS: | Ubuntu (ubuntu22.04 docker in the fedora host) |
| Assigned to: | CPU Architecture: | x86 (x64) | |
| Tags: | assertion failure, crash, input-validation, MySQL 8.4.10, Secondary Engine, SECONDARY_LOAD/UNLOAD | ||
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
