mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
SQL: main.flush_read_lock fix [#302]
This commit is contained in:
committed by
Aleksey Midenkov
parent
f9714ef6f4
commit
ecf259cacf
@@ -4907,6 +4907,9 @@ static bool get_all_archive_tables(THD *thd,
|
||||
if (thd->variables.vers_hide == VERS_HIDE_NEVER)
|
||||
return false;
|
||||
|
||||
if (thd->variables.vers_alter_history != VERS_ALTER_HISTORY_SURVIVE)
|
||||
return false;
|
||||
|
||||
Dynamic_array<LEX_CSTRING *> all_db;
|
||||
LOOKUP_FIELD_VALUES lookup_field_values= {
|
||||
{C_STRING_WITH_LEN("%")}, {NULL, 0}, true, false};
|
||||
|
||||
Reference in New Issue
Block a user