30 Jan
2009
30 Jan
'09
11:58 p.m.
User: dww Branch: DRUPAL-5 Date: Fri, 30 Jan 2009 22:58:23 +0000 Modified files: /modules/cvslog cvs.module Log message: #74238 by Jeremy Andrews, dww: Major query optimization for the CVS commit message page by avoiding DISTINCT when we don't need it, and by removing the JOIN on {cvs_repositories} since that's such a tiny table and we can use the {cvs_messages} index if we don't JOIN. We just statically cache the data from {cvs_repositories} from a separate (trivial) query in the one function that used it. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/cvslog/cvs.module&...