Bug #8571 | impossible where not regocnized | ||
---|---|---|---|
Submitted: | 17 Feb 2005 15:18 | Modified: | 10 Oct 2005 0:02 |
Reporter: | Martin Friebe (Gold Quality Contributor) (OCA) | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S4 (Feature request) |
Version: | 4.1.10 | OS: | Any (*) |
Assigned to: | CPU Architecture: | Any |
[17 Feb 2005 15:18]
Martin Friebe
[17 Feb 2005 18:44]
Martin Friebe
# the following goes WITHOUT index explain select * from tb1 where a > 2 and a = 1; +----+-------------+-------+------+---------------+------+---------+------+------+------------------+ | id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | +----+-------------+-------+------+---------------+------+---------+------+------+------------------+ | 1 | SIMPLE | NULL | NULL | NULL | NULL | NULL | NULL | NULL | Impossible WHERE | +----+-------------+-------+------+---------------+------+---------+------+------+------------------+
[10 Oct 2005 0:02]
Hartmut Holzgraefe
Verified with 4.1.14 and 5.0bk