Bug #292 | Search on NULL value returns 0 results | ||
---|---|---|---|
Submitted: | 15 Apr 2003 10:20 | Modified: | 15 Apr 2003 10:29 |
Reporter: | Ryan R | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.0.12 | OS: | Linux (linux glibc 2.2) |
Assigned to: | CPU Architecture: | Any |
[15 Apr 2003 10:20]
Ryan R
[15 Apr 2003 10:29]
MySQL Verification Team
All comparisons with NULL always return NULL and never true nor false. For comparison with NULL's only IS NULL and / or IS NOT NULL may be used.