Bug #80342 session_track_gtids is not optimal
Submitted: 11 Feb 2016 15:04 Modified: 11 Feb 2016 15:42
Reporter: Mikiya Okuno Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: Replication Severity:S3 (Non-critical)
Version:5.7.11 OS:Any
Assigned to: CPU Architecture:Any

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:

[11 Feb 2016 15:05] Mikiya Okuno
Ugly ugly test program. Modify credentials according to your environment.

Attachment: gtid-test.c (text/x-csrc), 3.84 KiB.

[11 Feb 2016 15:29] Mikiya Okuno
Test program without SET GTID_NEXT

Attachment: gtid-test-rev2.c (text/x-csrc), 2.48 KiB.