Skip to content
/ server Public

MDEV-21543: use bitwise & to fix build error on amd64-msan-clang-20-debug#4707

Open
MohamedM216 wants to merge 1 commit intoMariaDB:mainfrom
MohamedM216:MDEV-21543/fix-pr-4625
Open

MDEV-21543: use bitwise & to fix build error on amd64-msan-clang-20-debug#4707
MohamedM216 wants to merge 1 commit intoMariaDB:mainfrom
MohamedM216:MDEV-21543/fix-pr-4625

Conversation

@MohamedM216
Copy link
Contributor

Jira issue: MDEV-21543

@grooverdan
Copy link
Member

thank you - https://buildbot.mariadb.org/#/builders/866/builds/3343

@gkodinov gkodinov added the External Contribution All PRs from entities outside of MariaDB Foundation, Corporation, Codership agreements. label Mar 2, 2026
Copy link
Member

@gkodinov gkodinov left a comment

Choose a reason for hiding this comment

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

Thank you for working on this. This is a preliminary review.

Please add a commit message to your commit so that it complies with CODING_STANDARDS.md.

And please keep working with Daniel on his review.

@MohamedM216
Copy link
Contributor Author

Thanks @gkodinov for your feedback. This PR only fixes #4625, so I think the current commit message is sufficient and already complies with the 72-character limit specified in CODING_STANDARDS.md. Additionally, since there is only a single commit, there isn’t any commit history to revise.

Please let me know if you would still prefer a more detailed commit message and how you would like it to be.

@grooverdan
Copy link
Member

grooverdan commented Mar 3, 2026

Recommendation on commit message:

MDEV-21543: Speed up VARCHAR pad space handling in multibyte collations (fix)

Correct compilation on clang-20 by using a bitwise & rather than the
incorrect &&.

…ns (fix)

Correct compilation on clang-20 by using a bitwise & rather than the
incorrect &&.
@MohamedM216 MohamedM216 force-pushed the MDEV-21543/fix-pr-4625 branch from 0a76cc9 to 121d13f Compare March 4, 2026 15:05
@MohamedM216
Copy link
Contributor Author

Updated. Thanks!

@MohamedM216 MohamedM216 requested a review from grooverdan March 4, 2026 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

External Contribution All PRs from entities outside of MariaDB Foundation, Corporation, Codership agreements.

Development

Successfully merging this pull request may close these issues.

3 participants