mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.5' into 10.6
This commit is contained in:
@ -547,7 +547,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