Bug #67389 contradictory documentation
Submitted: 26 Oct 2012 16:39 Modified: 19 Feb 2016 1:46
Reporter: Mathieu Jobin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S2 (Serious)
Version: OS:Any
Assigned to: Paul DuBois CPU Architecture:Any

[26 Oct 2012 16:39] Mathieu Jobin
Description:
While evaluating the Archive storage engine.
I noticed that on both

http://dev.mysql.com/doc/refman/5.6/en/archive-storage-engine.html
and 
http://dev.mysql.com/doc/refman/5.1/en/archive-storage-engine.html

at the top it says "Locking granularity => Table"

while below it says "The ARCHIVE engine uses row-level locking."

we would need to know which is correct.

thanks

How to repeat:
open up the documentation, and read on
[29 Oct 2012 18:45] MySQL Verification Team
that page also says archive doesn't support REPLACE, but it does, at least on 5.5.28.
[19 Feb 2016 1:46] Paul DuBois
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly.

Row-level locking.
REPLACE is supported.