I have done some more investigation. The conversion is fine (update_124), and the tracker query is also fine. This was a user error on my part. Instead of using a full backup of my site to copy the data to the test machine, I used the quick backup. The quick backup excludes tables that has "statistics" in the name (a hangover from older versions of Drupal), and hence the table did not exist. False alarm guys. On 5/17/05, K B <kbahey@gmail.com> wrote:
I tried enabling comments, and did enter a few test comments. Still the node_comment_statistics is empty, and hence the replies column still shows 0 replies.
On newly created nodes, the node_comment_statistics gets created.
The workaround is to create row in node_comment_statistics for each row in node manually, but this points out that there is a migration issue.