Bug #85471 Refactor Item::const_item() as a non-virtual function
Submitted: 15 Mar 2017 19:49 Modified: 17 Aug 2017 18:48
Reporter: Roy Lyseng Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Optimizer Severity:S3 (Non-critical)
Version:8.0 OS:Any
Assigned to: CPU Architecture:Any

[15 Mar 2017 19:49] Roy Lyseng
Description:
Implement Item::const_item() as a non-virtual function over the virtual
function Item::used_tables().

The benefit of this is to avoid having to maintain two properties of class Item, hence it will be simpler to keep the code base consistent.

The patch is built upon the code from Bug#84705: Refactor const_item processing

How to repeat:
N/A

Suggested fix:
Refactor Item::const_item()
[17 Aug 2017 18:48] Paul DuBois
Posted by developer:
 
Fixed in 8.0.3.

Code cleanup. No changelog entry needed.