mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
wl#3700 - post-review fixes:
s/ulonglong/key_part_map/, comments
This commit is contained in:
@ -47,7 +47,6 @@ typedef Bitmap<64> key_map; /* Used for finding keys */
|
||||
#else
|
||||
typedef Bitmap<((MAX_INDEXES+7)/8*8)> key_map; /* Used for finding keys */
|
||||
#endif
|
||||
typedef ulong key_part_map; /* Used for finding key parts */
|
||||
typedef ulong nesting_map; /* Used for flags of nesting constructs */
|
||||
/*
|
||||
Used to identify NESTED_JOIN structures within a join (applicable only to
|
||||
|
Reference in New Issue
Block a user