MY-94
Пользователь
Отредактируйте в следующих ревизиях..
Отредактируйте в следующих ревизиях..
[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8' at line 17
[Err] -- --------------------------------------------------------
--
-- Структура таблицы `bb_bt_last_torstat`
--
CREATE TABLE IF NOT EXISTS `bb_bt_last_torstat` (
`topic_id` mediumint(8) unsigned NOT NULL DEFAULT '0',
`user_id` mediumint(9) NOT NULL DEFAULT '0',
`dl_status` tinyint(1) NOT NULL DEFAULT '0',
`up_add` bigint(20) unsigned NOT NULL DEFAULT '0',
`down_add` bigint(20) unsigned NOT NULL DEFAULT '0',
`release_add` bigint(20) unsigned NOT NULL DEFAULT '0',
`bonus_add` bigint(20) unsigned NOT NULL DEFAULT '0',
`speed_up` bigint(20) unsigned NOT NULL DEFAULT '0',
`speed_down` bigint(20) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`topic_id`,`user_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
[Msg] Finished - Unsuccessfully
--------------------------------------------------
Dr_Brown, можешь её пропускать.