1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge branch '10.4' into 10.5

This commit is contained in:
Oleksandr Byelkin
2023-11-08 12:59:00 +01:00
396 changed files with 10324 additions and 5797 deletions

View File

@ -309,6 +309,7 @@ typedef struct st_join_table {
Table_access_tracker *tracker;
Table_access_tracker *jbuf_tracker;
Time_and_counter_tracker *jbuf_unpack_tracker;
/*
Bitmap of TAB_INFO_* bits that encodes special line for EXPLAIN 'Extra'
column, or 0 if there is no info.
@ -541,7 +542,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()