mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '10.10' into 10.11
This commit is contained in:
@ -554,7 +554,7 @@ typedef struct st_join_table {
|
||||
/* Becomes true just after the used range filter has been built / filled */
|
||||
bool is_rowid_filter_built;
|
||||
|
||||
void build_range_rowid_filter_if_needed();
|
||||
bool build_range_rowid_filter_if_needed();
|
||||
|
||||
void cleanup();
|
||||
inline bool is_using_loose_index_scan()
|
||||
|
Reference in New Issue
Block a user