-
Notifications
You must be signed in to change notification settings - Fork 480
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
Null merge PS 5.7.44-49 at https://github.com/percona/percona-server/commit/1c4f3827625 into 8.0 #5288
Merged
oleksandr-kachan
merged 17 commits into
percona:8.0
from
oleksandr-kachan:null-merge-mysql-5.7.44-49
Apr 22, 2024
Merged
Null merge PS 5.7.44-49 at https://github.com/percona/percona-server/commit/1c4f3827625 into 8.0 #5288
oleksandr-kachan
merged 17 commits into
percona:8.0
from
oleksandr-kachan:null-merge-mysql-5.7.44-49
Apr 22, 2024
Conversation
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
https://perconadev.atlassian.net/browse/PS-9067 When --mem is used to run MTR tests, thy are run in memory using tmpfs. This causes inconsistencies when recodring test results, since the file paths are not deterministic. So, replace_regex is used to mask the variable paths percona_statement_set.test and bug84640.test. For percona_changed_page_bmp_flush.test, the generated warning is suppressed.
PS-9067 Fix MTR test failures when run with --mem
https://perconadev.atlassian.net/browse/PS-9096 Bug#35764496 mysql/mysql-server@fc8b390e7bf The parameter type to the helper functions was int and was truncating the value passed. Fixed by making sure the length parameter is consistent.
https://perconadev.atlassian.net/browse/PS-9096 Bug#35967676 mysql/mysql-server@4611cc258e3 Add the missing STL headers to allow compiling on VS2022.
PS-9096 Backport bug fixes from MySQL 8.0
…-percent_ngram PS-9048 fix 5.7: Fixed problem with percent character in n-grams
https://perconadev.atlassian.net/browse/PS-9096 Raised MYSQL_VERSION_EXTRA to 49 in MYSQL_VERSION file. Raised PERCONA_INNODB_VERSION to 49 in univ.i file.
PS-9096 Update the versions numbers
PKG-14 Rework 5.7 tarballs
PS-9133 Telemetry metrics show wrong version
https://perconadev.atlassian.net/browse/PS-9040 Add top-level .clang-tidy file, and extra files in strings/, mysys/, sql/ and unittest/gunit/.
https://perconadev.atlassian.net/browse/PS-9040 Creates a workflow to be triggered on a pull request to perform clang-tidy checks on the changed code and post the violations as comments on the pull request to be addressed. The workflow triggers a run of generating comiplation commands and uses the same to perform a clang-tidy check on the modified files and generates a report of the warnings in the changed code through a github action bot in the form of review comments on the pull request.
PS-9040 Integrate clang-tidy checks for Percona server
Release 5.7.44-49
percona-ysorokin
approved these changes
Apr 22, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.