Bug #6319 | not clear documented behaviour, string function FIELD(NULL,.....) | ||
---|---|---|---|
Submitted: | 29 Oct 2004 10:46 | Modified: | 29 Oct 2004 14:42 |
Reporter: | Matthias Leich | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | OS: | ||
Assigned to: | Paul DuBois | CPU Architecture: | Any |
[29 Oct 2004 10:46]
Matthias Leich
[29 Oct 2004 14:42]
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). Additional info: NULL = any value is not TRUE so NULL is "not found". FIELD() returns 0. I've updated the manual to indicate this.