mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch 'bb-10.3-release' into bb-10.4-release
Note, the fix for "MDEV-23328 Server hang due to Galera lock conflict resolution" was null-merged. 10.4 version of the fix is coming up separately
This commit is contained in:
@ -4983,6 +4983,9 @@ bool LEX::save_prep_leaf_tables()
|
||||
|
||||
bool st_select_lex::save_prep_leaf_tables(THD *thd)
|
||||
{
|
||||
if (prep_leaf_list_state == SAVED)
|
||||
return FALSE;
|
||||
|
||||
List_iterator_fast<TABLE_LIST> li(leaf_tables);
|
||||
TABLE_LIST *table;
|
||||
|
||||
|
Reference in New Issue
Block a user