Ошибка
Статический анализ:
Найдено 2 ошибок при анализе.
A new statement was found, but no delimiter between it and the previous one. (near "`DESC`" at position 320)
Unrecognized alter operation. (near "" at position 0)
SQL запрос:
-- -- Индексы таблицы `xf_post` -- ALTER TABLE `xf_post` ADD PRIMARY KEY (`post_id`), ADD KEY `thread_id_post_date` (`thread_id`,`post_date`), ADD KEY `thread_id_position` (`thread_id`,`position`), ADD KEY `user_id` (`user_id`), ADD KEY `post_date` (`post_date`), ADD KEY `thread_id_score_date` (`thread_id`,`DESC`,`post_date`)
Ответ MySQL:
#1072 - Ключевой столбец 'DESC' в таблице не существует