Ошибка базы данных при выполнении запроса: SELECT response_id, parent_id, response_date, response_host, response_subject, response_author, response_author_mail, material_owner_id, IFNULL(u.user_name,r.response_author) AS response_author, IFNULL(u.user_mail,r.response_author_mail) AS response_author_mail, u.user_id as user_id ,response_text FROM response r INNER JOIN material m ON r.material_id = m.material_id LEFT OUTER JOIN user u ON r.user_id = u.user_id WHERE r.material_id='448' ORDER BY response_date DESC LIMIT 100 .
MySQL:Table 'r' is marked as crashed and should be repaired