Bug #92584 Move LEX_STRING allocation functions out of sql_class.h
Submitted: 27 Sep 2018 8:22 Modified: 1 Oct 2018 14:08
Reporter: Jon Olav Hauglid Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:8.0.14 OS:Any
Assigned to: CPU Architecture:Any

[27 Sep 2018 8:22] Jon Olav Hauglid
Description:
Currently sql_class.h contains 7 different functions for allocating LEX_STRING objects.
There are two problems with this:
- There are 7 different functions for this.
- They don't really fit in sql_class.h, a more natural place would be strfunc.h

How to repeat:
n/a
[1 Oct 2018 14:08] Paul DuBois
Posted by developer:
 
Fixed in 8.0.14.

Code cleanup. No changelog entry needed.