Код: Выделить всё
mysql> check table request_prices;
+----------------------+-------+----------+----------------------------------------------+
| Table | Op | Msg_type | Msg_text |
+----------------------+-------+----------+----------------------------------------------+
| della.request_prices | check | warning | Table is marked as crashed |
| della.request_prices | check | error | Record at pos: 45870212 is not remove-marked |
| della.request_prices | check | error | record delete-link-chain corrupted |
| della.request_prices | check | error | Corrupt |
+----------------------+-------+----------+----------------------------------------------+
4 rows in set (0.04 sec)
крашед
и в итоге в процессах висела большое количество запросов типа
Код: Выделить всё
State: Waiting for table
Info: SELECT (IF(c.is_absolute = 0, AVG(price), AVG(price/distance))) average, c.id, c.parent_id, is_absol
*************************** 291. row ***************************
Id: 27036
User: della
Host: localhost
db: della
Command: Query
Time: 47664
State: Waiting for table
Info: SELECT (IF(c.is_absolute = 0, AVG(price), AVG(price/distance))) average, c.id, c.parent_id, is_absol
*************************** 292. row ***************************
Id: 27052
User: della
Host: localhost
db: della
Command: Query
Time: 47657
State: Waiting for table
Info: SELECT (IF(c.is_absolute = 0, AVG(price), AVG(price/distance))) average, c.id, c.parent_id, is_absol
*************************** 293. row ********