mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-19702 Refactor Bitmap<N> to be based on ulonglong, not on uint32
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
This commit is contained in:
@ -1193,9 +1193,6 @@ struct st_cond_statistic;
|
||||
#define CHECK_ROW_FOR_NULLS_TO_REJECT (1 << 0)
|
||||
#define REJECT_ROW_DUE_TO_NULL_FIELDS (1 << 1)
|
||||
|
||||
/* Bitmap of table's fields */
|
||||
typedef Bitmap<MAX_FIELDS> Field_map;
|
||||
|
||||
class SplM_opt_info;
|
||||
|
||||
struct vers_select_conds_t;
|
||||
|
Reference in New Issue
Block a user