-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
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
Release 2024q4 part 1 #618
Merged
Merged
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c822f0e - Browse repository at this point
Copy the full SHA c822f0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10fd9eb - Browse repository at this point
Copy the full SHA 10fd9ebView commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0d5a14e - Browse repository at this point
Copy the full SHA 0d5a14eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97c2acc - Browse repository at this point
Copy the full SHA 97c2accView commit details -
Configuration menu - View commit details
-
Copy full SHA for afb3ee5 - Browse repository at this point
Copy the full SHA afb3ee5View commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 615f812 - Browse repository at this point
Copy the full SHA 615f812View commit details
Commits on Sep 17, 2024
-
MDEV-34943 Disable replication start on initialization
START REPLIA was issued during initializing which mean that even before /docker-entrypoint/initdb.d there was initializtion going on. Entrypoints that needed data initialzation didn't complete with this nicely. Also if there wasn't any initialization there would be little time for the replication to acheive anything before being shutdown ready for the final start. Moved --skip-slave-start to the default docker_temp_server_start implementation. Technically this is a compaibility break that is likely to be of significants if: * /docker-entrypoint/initdb.d contains a script waiting for replication to catch up. The recitifcation to the previous behaviour is: /docker-entrypoint/initdb.d contains a SQL to START REPLICA. Recommend also having another script that is: until healthcheck.sh --replication_io \ --replication_sql \ --replication_seconds_behind_master=0 \ --replication --no-connect; do sleep 1 done Closes #614
Configuration menu - View commit details
-
Copy full SHA for 5947241 - Browse repository at this point
Copy the full SHA 5947241View commit details -
healthcheck.sh add --no-connect option
There is an implicit --connect option in healthcheck so that a normal use can be sure MariaDB is running on a tcp socket. There is a case in /docker-entrypoint-initdb.d where its desirable to perform healthchecks for components without a --connect. In this case, use --no-connect in the healthcheck to avoid an implicit --connect test.
Configuration menu - View commit details
-
Copy full SHA for d556174 - Browse repository at this point
Copy the full SHA d556174View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e50c40e - Browse repository at this point
Copy the full SHA e50c40eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e9da8e - Browse repository at this point
Copy the full SHA 9e9da8eView commit details
Commits on Nov 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9824707 - Browse repository at this point
Copy the full SHA 9824707View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.