mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
wl#3700 - post-review fixes:
s/ulonglong/key_part_map/, comments
This commit is contained in:
@ -192,7 +192,7 @@ typedef struct st_join_table {
|
||||
JOIN *join;
|
||||
/* Bitmap of nested joins this table is part of */
|
||||
nested_join_map embedding_map;
|
||||
|
||||
|
||||
void cleanup();
|
||||
inline bool is_using_loose_index_scan()
|
||||
{
|
||||
@ -202,11 +202,6 @@ typedef struct st_join_table {
|
||||
}
|
||||
} JOIN_TAB;
|
||||
|
||||
static inline ulonglong tab_to_keypart_map(JOIN_TAB *tab)
|
||||
{
|
||||
return (ULL(1) << tab->ref.key_parts) - 1;
|
||||
}
|
||||
|
||||
enum_nested_loop_state sub_select_cache(JOIN *join, JOIN_TAB *join_tab, bool
|
||||
end_of_records);
|
||||
enum_nested_loop_state sub_select(JOIN *join,JOIN_TAB *join_tab, bool
|
||||
|
Reference in New Issue
Block a user