Bug #1617 modulo instead of modulus
Submitted: 21 Oct 2003 14:16 Modified: 25 Oct 2003 10:07
Reporter: Mike Hillyer Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:n/a OS:n/a
Assigned to: Paul DuBois CPU Architecture:Any

[21 Oct 2003 14:16] Mike Hillyer
Description:
On http://www.mysql.com/doc/en/Date_calculations.html:

A different way to accomplish the same task is to add 1 to get the next month after the current one (after using the modulo function (MOD) to wrap around the month value to 0 if it is currently 12): 

modulo = modulus

How to repeat:
Look at page

Suggested fix:
Replace modulo with modulus.
[25 Oct 2003 10:07] Paul DuBois
As far as I can tell, "modulo function" is used about
as much as "modulus function". The report includes
no reason to believe otherwise. If you have additional
information on the issue, of course, please submit
another comment, but for now, I'll close the report