Skip to content
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

PS-9096 Backport bug fixes from MySQL 8.0 #5220

Merged
merged 2 commits into from
Feb 6, 2024

Conversation

VarunNagaraju
Copy link
Contributor

@VarunNagaraju VarunNagaraju commented Feb 5, 2024

https://perconadev.atlassian.net/browse/PS-9096

  • Fixes the type of the length parameter in MD5 encryption methods.
  • Fixes a compilation failure in VS2022.

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.
Copy link
Collaborator

@percona-ysorokin percona-ysorokin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@VarunNagaraju VarunNagaraju merged commit c9d2a4c into percona:5.7 Feb 6, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants