On Monday, December 28, 2015 at 5:00:41 PM UTC-5, [email protected] wrote: > > Looks like it is down again > > A database query error has occurred. This may indicate a bug in the > software. > > - Query: > SELECT > > rev_id,rev_page,rev_text_id,rev_timestamp,rev_comment,rev_user_text,rev_user,rev_minor_edit,rev_deleted,rev_len,rev_parent_id,rev_sha1,rev_content_format,rev_content_model,page_namespace,page_title,page_id,page_latest,page_is_redirect,page_len,user_name > > FROM `wikicryptopp_revision` INNER JOIN `wikicryptopp_page` ON ((page_id = > rev_page)) LEFT JOIN `wikicryptopp_user` ON ((rev_user != 0) AND (user_id > = > rev_user)) WHERE page_id = '2135' AND rev_id = '13037' LIMIT 1 > - Function: Revision::fetchFromConds > - Error: 145 Table './my_wiki/wikicryptopp_revision' is marked as > crashed and should be repaired (localhost > > Fixed, thanks.
---------- MariaDB [my_wiki]> REPAIR TABLE wikicryptopp_revision; +-------------------------------+--------+----------+----------+ | Table | Op | Msg_type | Msg_text | +-------------------------------+--------+----------+----------+ | my_wiki.wikicryptopp_revision | repair | status | OK | +-------------------------------+--------+----------+----------+ 1 row in set (0.07 sec) MariaDB [my_wiki]> -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
