Bug #3482 | MySQL returns empty set when using index | ||
---|---|---|---|
Submitted: | 16 Apr 2004 1:59 | Modified: | 28 Apr 2004 10:47 |
Reporter: | Christian Roche | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 4.1.1a-alpha | OS: | Windows (Windows NT 4.0 SP6a) |
Assigned to: | CPU Architecture: | Any |
[16 Apr 2004 1:59]
Christian Roche
[28 Apr 2004 7:27]
MySQL Verification Team
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html Additional info: C:\servers\4.1.2\bin>mysql -uroot test Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 to server version: 4.1.2-alpha-max Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> SELECT block, count(*) FROM test WHERE idate -> between '2004-01-01' AND '2004-01-06' -> AND country = 'GBRMORA' GROUP BY block; +--------+----------+ | block | count(*) | +--------+----------+ | 447890 | 8 | +--------+----------+ 1 row in set (0.00 sec)