Bug #33488 | Help tables in mysql database are empty. | ||
---|---|---|---|
Submitted: | 23 Dec 2007 9:44 | Modified: | 11 Feb 2008 17:16 |
Reporter: | Santo Leto | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Packaging | Severity: | S3 (Non-critical) |
Version: | 5.0.52 | OS: | Windows (XPSP2) |
Assigned to: | CPU Architecture: | Any | |
Tags: | help_category, help_keyword, help_relation, help_topic, mysql help tables |
[23 Dec 2007 9:44]
Santo Leto
[24 Dec 2007 17:46]
Valeriy Kravchuk
Thank you for a bug report. Verified just as described. All help*.MYD files are 0 bytes long in mysql-enterprise-gpl-noinstall-5.0.52-win32. Yo may copy these tables from other package, but I understand that this workaround may be unaccaptable.
[11 Feb 2008 17:16]
Valeriy Kravchuk
Looks like this is already fixed since 5.0.54: mysql> select version(); +------------------------------+ | version() | +------------------------------+ | 5.0.54-enterprise-gpl-nt-log | +------------------------------+ 1 row in set (0.00 sec) mysql> select COUNT(*) FROM `mysql`.`help_topic`; +----------+ | COUNT(*) | +----------+ | 462 | +----------+ 1 row in set (0.05 sec)