error in:
select (select count(id) from server) as serverCount, (select count(id) from owner) as userCount, (select count(id) from jobs where active='1') as jobCount, (select count(id) from result_storage where tick > '1369032770') as messCount
result:
Table './premiumm_mon/result_storage' is marked as crashed and should be repaired
code: 145