18 Sep
2006
18 Sep
'06
10:20 p.m.
User: dww Branch: DRUPAL-4-7 Date: Mon, 18 Sep 2006 22:20:05 +0000 Modified files: /modules/cvslog cvs.install Log message: #83332: slight schema correction: we don't need the additional KEY on nid, since nid is the left-most column in the PRIMARY KEY. however, we still want the extra KEY on tag, or else if we just SELECT or WHERE on the tag without referring to nid, the PRIMARY KEY won't help us. http://dev.mysql.com/doc/refman/5.0/en/mysql-indexes.html for more info. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/cvslog/cvs.install...