-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: BI-5792 Upgrade MySQL version to 8.0.40 (#729)
* Upgrade MySQL version to 8.0.40 * Update MySQL connector to use DOUBLE type for dates (because of FLOAT overflow) * Update MySQL dialect mentions to version 8.0.40 across tests and definitions * Update MySQL version references to 8.0.40 in dialects and localization files * Compiled licalization * Fix backward compatibility issues * Revert "Fix backward compatibility issues" This reverts commit 47fcf83. * Revert "Compiled licalization" This reverts commit bddda72. * Revert "Update MySQL version references to 8.0.40 in dialects and localization files" This reverts commit e266bd0. * Revert "Update MySQL dialect mentions to version 8.0.40 across tests and definitions" This reverts commit 93c7fce. --------- Co-authored-by: Denis Khamitov <[email protected]>
- Loading branch information
1 parent
fb0ae83
commit 3c418f8
Showing
4 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
lib/dl_connector_mysql/docker-compose/Dockerfile.db-mysql-8.0.12
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
lib/dl_connector_mysql/docker-compose/Dockerfile.db-mysql-8.0.40
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# FROM mysql:8.0.40 | ||
FROM mysql:8.0.40@sha256:d58ac93387f644e4e040c636b8f50494e78e5afc27ca0a87348b2f577da2b7ff | ||
|
||
COPY db-mysql/docker-entrypoint-initdb.d /docker-entrypoint-initdb.d |