1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-05 13:16:09 +03:00

Merge branch '10.5' into 10.6

This commit is contained in:
Oleksandr Byelkin
2023-11-08 15:57:05 +01:00
381 changed files with 10233 additions and 5782 deletions

View File

@@ -343,6 +343,9 @@ protected:
/* The length of an embedded key value */
uint emb_key_length;
/* This flag is used only when 'not exists' optimization can be applied */
bool not_exists_opt_is_applicable;
/*
This object provides the methods to iterate over records of
the joined table join_tab when looking for join matches between
@@ -539,6 +542,7 @@ protected:
prev_cache= next_cache= 0;
buff= 0;
min_buff_size= max_buff_size= 0; // Caches
not_exists_opt_is_applicable= false;
}
/*