Bug #75735 Fix all the array bounds warnings
Submitted: 3 Feb 2015 0:46 Modified: 18 Feb 2015 14:25
Reporter: Anitha Gopi Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Optimizer Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[3 Feb 2015 0:46] Anitha Gopi
Description:
This is a request from webscale-  https://github.com/webscalesql/webscalesql-5.6/commit/cb91e9cb97720ac161ae6a4af2821f4c9097...

How to repeat:
These were detected with gcc
[18 Feb 2015 14:25] Paul DuBois
Noted in 5.6.24, 5.7.7, 5.8.0 changelogs.

Corrections were made for a number of code issues that resulted in
compiler warnings about array bounds, possibly uninitialized
variables, and variables being set but not used.