| Bug #71079 | Typo in user manual for UDFs | ||
|---|---|---|---|
| Submitted: | 4 Dec 2013 13:24 | Modified: | 9 Dec 2013 16:12 |
| Reporter: | Sveta Smirnova | Email Updates: | |
| Status: | Not a Bug | Impact on me: | |
| Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
| Version: | 5.6.15 | OS: | Any |
| Assigned to: | Paul DuBois | CPU Architecture: | Any |
[4 Dec 2013 13:24]
Sveta Smirnova
[8 Dec 2013 14:17]
Paul DuBois
What you say would be true if the expression tested arg 0 twice, but it doesn't. It tests arg 0 against the required type for arg 0 and arg 1 against the required type for arg 1.
[9 Dec 2013 16:12]
Paul DuBois
The suggested fix in the bug report fails only if both arguments are the wrong type. We really want failure if either argument is the wrong type.
