Bug #89640 Contribution by Facebook: Test case for max_binlog_cache_size and LOAD DATA ...
Submitted: 13 Feb 2018 1:58 Modified: 30 Apr 2018 16:56
Reporter: FBContrib Admin Email Updates:
Status: Closed Impact on me:
None 
Category:Tests: Server Severity:S3 (Non-critical)
Version:5.6 OS:Any
Assigned to: CPU Architecture:Any

[13 Feb 2018 1:58] FBContrib Admin
Description:
Background innformation provided by Facebook:
Abstract:

Need to check whether load data infile fails if it tries to create a
binlog cache fails with size greater than max_binlog_cache_size. Its
failing with ER_TRANS_CACHE_FULL error.

Added a test case so that any future modifications in the code notifies
the error.

Repo: https://github.com/mysql/mysql-server
Patch on top of 8.0.4: https://github.com/mysql/mysql-server/commit/577fbcf856cd693434d554545d499559bcdd3695
Facebook commits: https://github.com/facebook/mysql-5.6/commit/cd75236

How to repeat:
See description

Suggested fix:
See contribution code attached
[13 Feb 2018 1:58] FBContrib Admin
Test case for max_binlog_cache_size and LOAD DATA INFILE 
(*) This code is contributed under the Facebook agreement

Contribution: fb_patch_29.txt (text/plain), 2.22 KiB.

[30 Apr 2018 16:56] Margaret Fisher
Posted by developer:
 
Individual test cases don't normally get a changelog entry, but thanks again for the contribution.