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

Fix null bitmap bytes being cleared #126

Merged
merged 1 commit into from Mar 10, 2020

Conversation

repnop
Copy link
Contributor

@repnop repnop commented Mar 10, 2020

Fixes #125.

The cause was the bitmap bytes being cleared by the &=, only if the very last bit of that byte would ever be set (if it was null), all others would be AND'd away to zero

@mehcode
Copy link
Member

mehcode commented Mar 10, 2020

Thanks for investigating this and fixing it.

@mehcode mehcode merged commit fc61037 into launchbadge:master Mar 10, 2020
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.

[MySQL] Statement with NULL column values fails with "Incorrect arguments to mysqld_stmt_execute"
2 participants