[MDEV-14224] Running mysql_tzinfo_to_sql produces errors for leapseconds and tzdata.zi files in centos package tzdata Created: 2017-10-30 Updated: 2021-05-02 Resolved: 2017-10-31 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Configuration |
| Affects Version/s: | 10.1, 5.5.56, 10.2 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Christopher Barry Rose | Assignee: | Sergei Golubchik |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Centos 7/RHEL 7 |
||
| Issue Links: |
|
||||||||
| Description |
|
In a VMWARE virtual machine running a fresh minimal install of centos 7. Updates to current packages as of 10/30/2017. MariaDB installed from Maridb Repo. (Version 10.1.28-1) (also verified for 10.2 and version 5.5.56) When running
The following warnings are generated
I have verified both files exist. Both appear to be in correct format. Both are parts of the tzdata package from the centos base repo. |
| Comments |
| Comment by Sergei Golubchik [ 2017-10-31 ] | ||||||||||
|
Both files exist and in the correct format. But:
They exists, but they are not timezone data. Which is exactly what mysql_tzinfo_to_sql says, "unable to load the file as time zone". In other words — it's normal. You just have some files in the non-timezone format in your /usr/share/zoneinfo, nothing to worry about. | ||||||||||
| Comment by Christopher Barry Rose [ 2017-11-01 ] | ||||||||||
|
This is odd because I never had the script carp this message before when building these servers. It just suddenly started doing this. |