- [时长]:80[状态]:copy to tmp table[信息]:ALTER TABLE pre_forum_post_1 ORDER BY
- pid ASC
- [时长]:80[状态]:Locked[信息]:ALTER TABLE pre_forum_post_1 CHANGE
- `pid` `pid` INT(10) UNSIGNED NOT NULL, CHANGE `replycredit` `replycredit`
- int(10) NOT NULL default '0', CHANGE `status` `status` int(10) NOT NULL default
- '0', ADD UNIQUE KEY pid (pid), DROP PRIMARY KEY, ADD `position` INT(8) UNSIGNED
- NOT NULL AUTO_INCREMENT, ADD PRIMARY KEY(`tid`, `position`), DROP INDEX
- authorid, ADD INDEX authorid (authorid,invisible)
复制代码 |