Bug #14865 | Bug not yet fixed | ||
---|---|---|---|
Submitted: | 11 Nov 2005 14:46 | Modified: | 12 Nov 2005 0:01 |
Reporter: | Markus Popp | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.15 | OS: | Windows (Windows XP/Linux) |
Assigned to: | CPU Architecture: | Any |
[11 Nov 2005 14:46]
Markus Popp
[12 Nov 2005 0:01]
MySQL Verification Team
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html Additional info: c:\mysql\bin>mysqlcheck --all-databases --analyze --optimize -uroot mysqlcheck: Got error: 1044: Access denied for user 'root'@'localhost' to database 'information_schema' when executing 'OPTIMIZE TABLE ... ' c:\mysql\bin>mysqld-nt -V mysqld-nt Ver 5.0.15-nt for Win32 on ia32 (Official MySQL binary) c:\mysql\bin>mysqlcheck --all-databases --analyze --optimize -uroot bug14744.migrationtb OK bug14781.geom OK bug14781.tbtest OK mysql.columns_priv Table is already up to date mysql.db OK mysql.func Table is already up to date mysql.help_category Table is already up to date mysql.help_keyword Table is already up to date mysql.help_relation Table is already up to date mysql.help_topic Table is already up to date mysql.host Table is already up to date mysql.proc Table is already up to date mysql.procs_priv Table is already up to date mysql.tables_priv Table is already up to date mysql.time_zone Table is already up to date mysql.time_zone_leap_second Table is already up to date mysql.time_zone_name Table is already up to date mysql.time_zone_transition Table is already up to date mysql.time_zone_transition_type Table is already up to date mysql.user OK test.t OK test.tb2 Table is already up to date c:\mysql\bin>mysqld-nt -V mysqld-nt Ver 5.0.16-nt for Win32 on ia32 (Source distribution)