Posted by Damien Tournoud on March 6, 2010 at 11:20pm
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | comment.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
| Issue tags: | D7 upgrade path |
Issue Summary
We create the comment_num_new index (in comment_update_7003()), just to drop it because we split timestamp into created and changed and recreate it (in comment_update_7007()), just to drop it again and improve it (in comment_update_7014()).
Let's make up our mind once and for all :)
Comments
#1
#2
#3
Looks valid. Committed to CVS HEAD. Thanks.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.