Bug #77193 info( ) API description, minor typo
Submitted: 29 May 2015 16:59 Modified: 8 Sep 2015 5:32
Reporter: Fred Battle Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[29 May 2015 16:59] Fred Battle
Description:
Minor doc issue.

On this page
http://dev.mysql.com/doc/internals/en/info-description.html
is the Description of the API info( ).  This text reads like it's missing a "2".
"...you will probably want to have the following in your code: if (records < 2) records = "

Based on the rest of the text, I assume this is meant to read:
if (records < 2) records = 2;

How to repeat:
Read this page:
http://dev.mysql.com/doc/internals/en/info-description.html
[29 May 2015 21:59] MySQL Verification Team
Thank you for the bug report.
[8 Sep 2015 5:32] Erlend Dahl
Should be fixed now.