Bug #74230 | "Impossible WHERE" detection could be smarter | ||
---|---|---|---|
Submitted: | 5 Oct 2014 17:53 | Modified: | 5 Oct 2014 18:03 |
Reporter: | Slava C | Email Updates: | |
Status: | Open | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S4 (Feature request) |
Version: | 5.6.19-ndb-7.3.6 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | impossible where |
[5 Oct 2014 17:53]
Slava C
[5 Oct 2014 18:03]
Slava C
Similarly, it happens on InnoDB: explain select 1 from foo where id<0; -- Using where; Using index