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:
None 
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

File: Maximum allowed size is 50MB.
Description:
Privacy:

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:

[8 May 2020 12:57] xiaoyu wang
Design and implementation

Attachment: Design.pdf (application/pdf, text), 656.84 KiB.

[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.