SELECT count( `w_id` ) AS sess, SUM( TIMESTAMPDIFF(MINUTE , `start` , `end` ) ) AS `minutesonsite` FROM `watcher_enter` WHERE `start` != `end` AND `user_hash` = '42c2ea67a04b6ccfbaa8015e52c2b88b';
Table './dom4m_kzru/watcher_enter' is marked as crashed and last (automatic?) repair failed