I should really take my forum offline and try lol. Will take it offline later and try it and see what happens.
One question though, if I run the queries:
1. ALTER TABLE post ADD INDEX (dateline) ; - This will speed up the new posts query.
2. ALTER TABLE user ADD lastrepcheck INT(10) UNSIGNED NOT NULL ; - Required for new reputation check.
3. UPDATE user SET lastrepcheck = lastvisit ; - Initilise the new field above.
Then I import the new XML file will it try to rebuild the index? or will it just check and skip that part?
|