ourdelta-developers team mailing list archive
-
ourdelta-developers team
-
Mailing list archive
-
Message #00237
[Bug 357697] [NEW] no statistics are generated
Public bug reported:
None of the Table/Index/User/Client statistics are generated after I
upgraded my MySQL server. The current installed version is
5.0.77-d8-ourdelta54-log.
mysql> SELECT * FROM INFORMATION_SCHEMA.TABLE_STATISTICS;
Empty set (0.00 sec)
mysql> SELECT * FROM INFORMATION_SCHEMA.INDEX_STATISTICS;
Empty set (0.01 sec)
mysql> SELECT * FROM INFORMATION_SCHEMA.USER_STATISTICS;
Empty set (0.00 sec)
mysql> SELECT * FROM INFORMATION_SCHEMA.CLIENT_STATISTICS;
Empty set (0.00 sec)
Statistics worked before the upgrade, I think the version was 5.0.67
back then. The system is a Debian 5.0, kernel version 2.6.26-1-amd64.
** Affects: ourdelta
Importance: Undecided
Status: New
--
no statistics are generated
https://bugs.launchpad.net/bugs/357697
You received this bug notification because you are a member of OurDelta-
developers, which is the registrant for OurDelta.
Status in OurDelta - Builds for MySQL: New
Bug description:
None of the Table/Index/User/Client statistics are generated after I upgraded my MySQL server. The current installed version is 5.0.77-d8-ourdelta54-log.
mysql> SELECT * FROM INFORMATION_SCHEMA.TABLE_STATISTICS;
Empty set (0.00 sec)
mysql> SELECT * FROM INFORMATION_SCHEMA.INDEX_STATISTICS;
Empty set (0.01 sec)
mysql> SELECT * FROM INFORMATION_SCHEMA.USER_STATISTICS;
Empty set (0.00 sec)
mysql> SELECT * FROM INFORMATION_SCHEMA.CLIENT_STATISTICS;
Empty set (0.00 sec)
Statistics worked before the upgrade, I think the version was 5.0.67 back then. The system is a Debian 5.0, kernel version 2.6.26-1-amd64.
Follow ups
References