Strange error from mysql storage engine
Posted
by zerkms
on Stack Overflow
See other posts from Stack Overflow
or by zerkms
Published on 2010-04-14T21:10:04Z
Indexed on
2010/04/14
21:13 UTC
Read the original article
Hit count: 284
mysql
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 :-(
© Stack Overflow or respective owner