A database query syntax error has occurred. This may indicate a bug in
the software. The last attempted database query was:

    (SQL query hidden)

from within function "SearchMySQL::update". MySQL returned error "145:
Table './wikidb/searchindex' is marked as crashed and should be repaired
(localhost)".

The database table has been repaired:

mysql> REPAIR TABLE searchindex;
+--------------------+--------+----------+-------------------------------------------------+
| Table              | Op     | Msg_type | Msg_text            |
+--------------------+--------+----------+-------------------------------------------------+
| wikidb.searchindex | repair | info | Wrong bytesec: 49- 56- 49 at 46328936; Skipped |
| wikidb.searchindex | repair | status   | OK            |
+--------------------+--------+----------+-------------------------------------------------+
2 rows in set (23.47 sec)

mysql> CHECK TABLE searchindex;
+--------------------+-------+----------+----------+
| Table              | Op    | Msg_type | Msg_text |
+--------------------+-------+----------+----------+
| wikidb.searchindex | check | status   | OK       |
+--------------------+-------+----------+----------+
1 row in set (0.79 sec)

I did a test edit on a page, and it seems to be working OK now.

C.
--
Clayton Cornell       [email protected]
OpenOffice.org Documentation Project co-lead
StarOffice - Sun Microsystems, Inc. - Hamburg, Germany

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to