Skip to content

Commit

Permalink
MDEV-19702 Refactor Bitmap<N> to be based on ulonglong, not on uint32
Browse files Browse the repository at this point in the history
Removed Field_map, since it was used only in a single function.

Fixed is_indexed_agg_distinct(), since it relied on initialization of
Bitmap in constructor.

Fixes MDEV-25888 in 10.4
  • Loading branch information
vaintroub committed Jun 10, 2021
1 parent 0b9a59b commit e85df7f
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 231 deletions.

0 comments on commit e85df7f

Please sign in to comment.