Bug #73269 one_flushed defined but not used
Submitted: 11 Jul 2014 2:15 Modified: 25 Jul 2014 12:32
Reporter: zhai weixiang (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: InnoDB storage engine Severity:S3 (Non-critical)
Version:5.7.4 OS:Any
Assigned to: CPU Architecture:Any

[11 Jul 2014 2:15] zhai weixiang
Description:
[/u01/proj/mysql-5.7.4-m14/storage/innobase]
$grep 'one_flushed' -R * --color
include/log0log.h:      ibool           one_flushed; /*!< during a flush, this is

How to repeat:
read the code 

Suggested fix:
remove it.
[11 Jul 2014 7:10] MySQL Verification Team
Hello Zhai,

Thank you for the bug report.
Verifying based on the code inspection.

Thanks,
Umesh
[25 Jul 2014 12:32] Daniel Price
Fixed as of the upcoming 5.7.5 release, and here's the changelog entry:

Removed unused "one_flush" variable from "storage/innobase/include/log0log.h". 

Thank you for the bug report.