We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the past, to fix an issue when running MySQL service locally on a HDD we needed to set MYSQL_INITDB_SKIP_TZINFO: 1 (see #2030)
MYSQL_INITDB_SKIP_TZINFO: 1
Currently this bugfix is already available for 10.4.12 (see MariaDB/mariadb-docker#262 (comment))
removing MYSQL_INITDB_SKIP_TZINFO: 1 will allow us adding more tests related to datetime operations for MySQL.
The text was updated successfully, but these errors were encountered:
CI: Update MySQL to 10.4.12, fix ibis-project#2162
b5adb4c
2b6c511
CI: Update MySQL to 10.4.12, fix #2162 (#2163)
c2f2ccc
FYI the upstream docker library packages have been fixed wrt to TZ initialization.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
In the past, to fix an issue when running MySQL service locally on a HDD we needed to set
MYSQL_INITDB_SKIP_TZINFO: 1
(see #2030)Currently this bugfix is already available for 10.4.12 (see MariaDB/mariadb-docker#262 (comment))
removing
MYSQL_INITDB_SKIP_TZINFO: 1
will allow us adding more tests related to datetime operations for MySQL.The text was updated successfully, but these errors were encountered: