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

MCOL-173 Fix null handling for bulk inserts #8

Merged
merged 1 commit into from Sep 9, 2016

Conversation

LinuxJedi
Copy link
Contributor

When infinidb_use_import_for_batchinsert is enabled the NULL handling
for the batch insert was incorrect. This is due to an off-by-one on the
NULL bitmap. This also affects INSERT...SELECT.

When infinidb_use_import_for_batchinsert is enabled the NULL handling
for the batch insert was incorrect. This is due to an off-by-one on the
NULL bitmap. This also affects INSERT...SELECT.
@davidhall586 davidhall586 merged commit 820ad23 into mariadb-corporation:develop Sep 9, 2016
tntnatbry pushed a commit to tntnatbry/mariadb-columnstore-engine that referenced this pull request Mar 2, 2020
MCOL-641 1. Implement int128 version of strtoll.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants