Skip to content
Snippets Groups Projects
Commit 22d9b97d authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy Committed by Konstantin Osipov
Browse files

Improve column mask calculation

If the update operation changes a field with number >= 64, the
column mask of the update op is set to UINT64_MAX.
Lets use the last bit of the column mask as the flag, that all
fields with numbers >= 63 could be changed. Then if the indexed
positions are less than 64, the column mask will be always working.

Closes #1716
parent 3ce12ff2
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment