Bug #13538 | Query giving error if referred field is indexed | ||
---|---|---|---|
Submitted: | 27 Sep 2005 20:02 | Modified: | 27 Sep 2005 20:58 |
Reporter: | Alessandro Polverini | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.1.11a-4sarge1 | OS: | Linux (Debian Sarge) |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
[27 Sep 2005 20:02]
Alessandro Polverini
[27 Sep 2005 20:09]
MySQL Verification Team
We need a test case, if you can upload the tables for to repeat in our side: ftp://ftp.mysql.com:/pub/mysql/upload with a name like bug13538.* would be nice. Thanks in advance.
[27 Sep 2005 20:11]
MySQL Verification Team
Sorry I meant the dump of the tables not the tables.
[27 Sep 2005 20:23]
Alessandro Polverini
Hello Miguel, I've uploaded the file bug13538.sql.bz2 in the ftp site indicated by you. Hth, Alex
[27 Sep 2005 20:58]
MySQL Verification Team
I was unable to repeat with current source server, then most probably an issue already fixed which was present on your server version: mysql> SELECT referer,count(*) as num FROM `Operation` group by referer order by -> num desc limit 5; +---------------------------------------------------------------+--------+ | referer | num | +---------------------------------------------------------------+--------+ | NULL | 177936 | | http://editarea.com/iw/multiadm/main/index.jsp | 7930 | | http://iw.nibbles.it/iw/multiadm/main/index.jsp | 5280 | | http://www.editarea.com/iw/core/main/page.jsp?menuId=menu1563 | 4810 | | http://dominuse.editarea.com/iw/adm/main/index.jsp | 3736 | +---------------------------------------------------------------+--------+ 5 rows in set (15.37 sec) mysql> select version(); +------------------+ | version() | +------------------+ | 4.1.15-debug-log | +------------------+ 1 row in set (0.00 sec) Thank you for the feedback and bug report.
[27 Sep 2005 21:11]
Alessandro Polverini
Thanks for your help, I'll forward the bug the debian mantainers of the package. Alex