Bug #82776 Inaccurate words in locking reads usage example
Submitted: 29 Aug 2016 7:11 Modified: 8 Sep 2016 12:04
Reporter: Neo Alex Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S5 (Performance)
Version:5.7 OS:Any
Assigned to: CPU Architecture:Any
Tags: documentation

[29 Aug 2016 7:11] Neo Alex
Description:
In the documentation ( http://dev.mysql.com/doc/refman/5.7/en/innodb-locking-reads.html ) usage example, the sentence is not accurate for the example:

    "Any transaction that tries to read or write to the applicable row in the PARENT table waits until you are finished"

should be 

    "Any transaction that tries to acquire an exclusive lock in the applicable row in the PARENT table waits until you are finished"

How to repeat:
open the link http://dev.mysql.com/doc/refman/5.7/en/innodb-locking-reads.html and search for sentence "Any transaction that tries to read or write to the applicable row in the PARENT table waits until you are finished"

Suggested fix:
modify to "Any transaction that tries to acquire an exclusive lock in the applicable row in the PARENT table waits until you are finished"
[31 Aug 2016 14:26] MySQL Verification Team
Verified as a documentation bug.
[8 Sep 2016 12:04] Daniel Price
Posted by developer:
 
The reference documentation has been revised. The change should appear online soon.
Thank you for the bug report.