Bug #3785 Typo in MySQL manual, section 20.2.3.62 mysql_more_results()
Submitted: 16 May 2004 17:52 Modified: 20 May 2004 20:12
Reporter: John P. Linderman Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:N/A OS:N/A
Assigned to: Documentation Team CPU Architecture:Any

[16 May 2004 17:52] John P. Linderman
Description:
The following appears in the "Return Values" section

  Note that in most cases one instead call mysql_next_result()
  to test whether more results exist and initiate the next result
  set if it existed.

This doesn't parse.

How to repeat:
Browse.

Suggested fix:
I think I'd just say

   Note that in most cases one can instead call mysql_next_result()
   to test whether more results exist.

This produces something grammatically correct.  Folks can consult
mysql_next_result() if they want to know what other functions it
performs.  IMHO, the text that follows ("and initiate...") is
more confusing than helpful (e.g., what is the referent of "it"?).
[20 May 2004 20:12] 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, and will be included in the next release of the relevant
product(s).