Bug #101978 | Generated columns (virtual & stored) do not update on replica | ||
---|---|---|---|
Submitted: | 11 Dec 2020 20:19 | Modified: | 20 Apr 2021 18:09 |
Reporter: | Vasilis Kioustelidis | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S1 (Critical) |
Version: | 8.0.22 | OS: | CentOS (7.9.2009) |
Assigned to: | CPU Architecture: | x86 ( Intel(R) Xeon(R) CPU E5-2630 v2 @ 2.60GHz) | |
Tags: | functional index, functional index, replication, virtual column |
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
[12 Dec 2020 3:13]
Vasilis Kioustelidis
[12 Dec 2020 3:19]
Vasilis Kioustelidis
This is a docker instance creation template
Attachment: mysql_docker_template.sh (application/octet-stream, text), 925 bytes.
[16 Dec 2020 9:51]
Umesh Shastry
MySQL Server 8.0.22 test results
Attachment: 101978_8.0.22.results.txt (text/plain), 22.72 KiB.