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