Bug #56348 Mangled sentence in Innodb_buffer_pool_read_ahead docs
Submitted: 29 Aug 2010 16:15 Modified: 9 Sep 2010 23:30
Reporter: Baron Schwartz (Basic Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:qc OS:Any
Assigned to: John Russell CPU Architecture:Any

[29 Aug 2010 16:15] Baron Schwartz
Description:
The sentence here doesn't make sense:

#

Innodb_buffer_pool_read_ahead

(InnoDB Plugin only) Indicates whether the The number of pages read into the InnoDB buffer pool by the read-ahead background thread.

This variable was added in MySQL 5.1.41.
#

Innodb_buffer_pool_read_ahead_evicted

(InnoDB Plugin only) Indicates whether the The number of pages read into the InnoDB buffer pool by the read-ahead background thread that were subsequently evicted without having been accessed by queries.

This variable was added in MySQL 5.1.41.

How to repeat:
Read the docs
[29 Aug 2010 17:05] Valeriy Kravchuk
Indeed, this manual page, http://dev.mysql.com/doc/refman/5.1/en/server-status-variables.html, must be fixed.
[9 Sep 2010 23:30] John Russell
Fixed in the source. Change should be visible in the next day or so.