Stuart Wright
Well-known member
Running from the CLI on our sandbox (xf2.avforums.com):
Running upgrade to 2.2.0 Alpha, step 9... done.
Running upgrade to 2.2.0 Alpha, step 10...
In AbstractStatement.php line 228:
xf_post: MySQL query error [1034]: Incorrect key file for table 'xf_post'; try to repair it
xf:upgrade [--skip-statistics]
Exception query:
ALTER TABLExf_post
ADDtype_data
MEDIUMBLOB NOT NULL AFTERposition
,
ADDvote_score
INT NOT NULL,
ADDvote_count
INT UNSIGNED NOT NULL DEFAULT '0',
ADD KEYthread_id_score_date
(thread_id
,vote_score
DESC,post_date
)