Closed (fixed)
Project:
Project issue tracking
Version:
5.x-2.x-dev
Component:
Issues
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2007 at 13:47 UTC
Updated:
30 Aug 2007 at 20:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
gerhard killesreiter commentedNot sure what has been changed inthe meantime but the new index is not used.
Comment #2
gerhard killesreiter commentedI am confused
alter table project_issues add index nid_assigned (nid,assigned);
The explain says:
Comment #3
hunmonk commentedattached patch adds the described index. untested.
Comment #4
hunmonk commentedworks for updates and fresh install on postgres.
Comment #5
dwwtypos causing SQL errors in the update on mysql. new patch works fine on mysql upgrade and install. since i didn't touch the pgsql cases, I'm calling this RTBC. ;)
Comment #6
hunmonk commentedcomitted to HEAD, 4.7.x-1.x, 4.7.x-2.x
Comment #7
(not verified) commented