Bug #14121 Spelling mistake in docs
Submitted: 18 Oct 2005 16:42 Modified: 18 Oct 2005 19:52
Reporter: Ritesh Nadhani Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version: OS:
Assigned to: CPU Architecture:Any

[18 Oct 2005 16:42] Ritesh Nadhani
Description:
Check: http://dev.mysql.com/doc/refman/5.0/en/server-sql-mode.html

ERROR_FOR_DIVISION_BY_ZERO 

Produce an error in strict mode (otherwise a warning) when we encounter a division by zero (or MOD(X,0)) during an INSERT or UPDATE, or in any expression (for example, in a select list or WHERE clause) that involves table data and a division by zero. If this mode is not given, MySQL instead returns NULL for divisions by zero. If used in INSERT IGNORE or UPDATE IGNORE, MySQL generates a warning for divisions by zero, but the result of the operation is NULL. (Implmented in MySQL 5.0.2) 

The last line should be:

(Implemented in MySQL 5.0.2) 

How to repeat:
Check the docs :)
[18 Oct 2005 19:40] MySQL Verification Team
Thank you for the bug report.
[18 Oct 2005 19:52] 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).