Bug #72639 pfs_rw_lock_x_lock_func is defined twice in sync0rw.h
Submitted: 14 May 2014 0:10 Modified: 14 May 2014 20:34
Reporter: Rongrong Zhong Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: InnoDB storage engine Severity:S3 (Non-critical)
Version:5.6.17 OS:Any
Assigned to: CPU Architecture:Any

[14 May 2014 0:10] Rongrong Zhong
Description:
Two copies of the same function definition. I guess we all don't mind to have 10 less useless lines in InnoDB?

How to repeat:
Open storage/innobase/include/sync0rw.h and search for pfs_rw_lock_x_lock_func.

Suggested fix:
Remove one of them.
[14 May 2014 20:34] MySQL Verification Team
Thank you for the bug report.