Bug #4434 | New time zone functions missing data and documentation | ||
---|---|---|---|
Submitted: | 7 Jul 2004 15:15 | Modified: | 30 Jul 2004 16:15 |
Reporter: | Rick Robinson | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.1.3 | OS: | Any (All) |
Assigned to: | Dmitry Lenev | CPU Architecture: | Any |
[7 Jul 2004 15:15]
Rick Robinson
[7 Jul 2004 16:50]
Dmitry Lenev
Hi, Rick! Thank you for your interest in MySQL and for testing our new features! Your bug report consists from two parts: 1st part is missing documentation about time zone functionality and about related variable naming chages. Documentation proposal was already sent to MySQL documentation team thus manual should be updated accordingly really soon. 2nd part is request for bundling of time zone data with MySQL and automatical filling of system time zone describing tables. Again work on this issue already started :) Meanwhile if you are working on some Unix-like OS you can use mysql_tzinfo_to_sql utility which is bundled with MySQL for filling mysql.time_zone* tables. For this you need to run mysql_tzinfo_to_sql with path to directory containing zoneinfo files (usually it is something like /usr/share/zoneinfo/) as argument and pipe generated SQL to input of mysql commad-line client connected to 'mysql' database as root user. So something like the following should do the trick: mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql
[30 Jul 2004 16:15]
Sergei Golubchik
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: manual is updated