Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
N/A
-
None
Description
Our kb on timezones for Windows does not provide a solution for 10.6+ because the MySQL timezones are incompatible (Offset is a keyword in MariaDB only).
Because we now have a mirror service can we generate the timezones sql files here for distribution.
Suggestion:
A cron job that runs:
$ docker pull docker.io/library/mariadb:10.6
|
$ docker run --rm docker.io/library/mariadb:10.6 mariadb-tzinfo-to-sql /usr/share/zoneinfo > zoneinfo.sql
|
The mariadb image is semi frequently updated as its ubuntu base image is also updated, hence bringing with it updated /usr/share/zoneinfo. Also as we do releases and the mariadb-tzinfo-to-sql changes we get that change automatically.
Attachments
Issue Links
- is caused by
-
MDEV-27113 Importing timezone tables does not work in recent version
- Closed
- relates to
-
MDEV-28263 mariadb-tzinfo-to-sql binlog, embedded, and performance fixes
- Closed
-
MDBF-557 Faster timezone updates was: Remove DST support for "America/Mexico_City" timezone
- Open