Bug #97353 Rename Field::real_maybe_null() to Field::is_nullable()
Submitted: 24 Oct 2019 6:41 Modified: 4 Nov 2019 12:37
Reporter: Jon Olav Hauglid Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:8.0.20 OS:Any
Assigned to: CPU Architecture:Any

[24 Oct 2019 6:41] Jon Olav Hauglid
Description:
Field::real_maybe_null() returns true if the given field is a NOT NULL field.
Rename the function to is_nullable() to better indicate what it does.

How to repeat:
n/a
[4 Nov 2019 12:37] Paul DuBois
Posted by developer:
 
Fixed in 8.0.20.

Code cleanup. No changelog entry required.