Bug #99490 | Support temporal feature | ||
---|---|---|---|
Submitted: | 8 May 2020 12:56 | Modified: | 11 May 2020 7:58 |
Reporter: | xiaoyu wang (OCA) | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S4 (Feature request) |
Version: | MySQL 8.0.3 Community Server | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | Contribution, Temporal Database |
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
[8 May 2020 12:57]
xiaoyu wang
[8 May 2020 12:58]
xiaoyu wang
User manual and examples
Attachment: Manual.pdf (application/pdf, text), 653.96 KiB.
[8 May 2020 12:59]
xiaoyu wang
Source code apart from mysql-test
Attachment: src.patch (application/octet-stream, text), 256.92 KiB.
[8 May 2020 13:01]
xiaoyu wang
Some newly introduced test files
Attachment: mysql-test.patch (application/octet-stream, text), 55.59 KiB.