Comment 3 for bug 890623

Revision history for this message
Olivier Doucet (odoucet) wrote :

Quick note about how to 'fix' this bug :
run ANALYZE TABLE on each table on the server by executing "mysqlcheck --analyze --all-databases -v -uroot -p"
(user provided must view all databases / tables).