Page MenuHomePhabricator

"Recent Changes" complains about mySQL for some users
Closed, InvalidPublic

Description

Author: mark.brier

Description:
Both the sysop user AND my personal user are unable to use the "Recent Changes"
special page. A new user was able to use the function without problems (after
restoring preferences to defaults for the affected users, the result is the same).

The error shown is as follows...

Database error
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 "wfSpecialRecentchanges". MySQL returned error "1030: Got
error 127 from table handler (localhost)


Version: 1.4.x
Severity: normal
OS: Linux
Platform: PC

Details

Reference
bz3053

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:45 PM
bzimport set Reference to bz3053.
bzimport added a subscriber: Unknown Object (MLST).

"MySQL error code 127: Record-file is crashed"

You need to repair the recentchanges table. See:
http://dev.mysql.com/doc/mysql/en/repair.html

mark.brier wrote:

Thanks v much, this fixed it!