Strange error from mysql storage engine
- by zerkms
General error: 1030 Got error -1 from storage engine
the used storage engine is innodb
the query was runned when i got it today morning was:
SELECT feeds.* FROM feeds ORDER BY RAND() LIMIT 1
i know rand() is bad but it's very small table (<500 records) and not loaded project
this error i receive approximately once a day. cannot google anything relevant :-(