diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2021-06-01 11:39:38 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2021-06-01 11:39:38 +0300 |
commit | a722ee88f33296eee6a72855570677c48dce7ebf (patch) | |
tree | 128ce4696a80fd953836b4a9eed20ab8afc4e61c /sql/sql_base.h | |
parent | 5727d56260e66d9b9f2dee6783385c5928d4f3a3 (diff) | |
parent | 9c7a456a92262bdb44b85a05aa9f87369c5b063c (diff) | |
download | mariadb-git-a722ee88f33296eee6a72855570677c48dce7ebf.tar.gz |
Merge 10.5 into 10.6
Diffstat (limited to 'sql/sql_base.h')
-rw-r--r-- | sql/sql_base.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_base.h b/sql/sql_base.h index cafb5967480..19713a051bf 100644 --- a/sql/sql_base.h +++ b/sql/sql_base.h @@ -518,6 +518,8 @@ bool extend_table_list(THD *thd, TABLE_LIST *tables, Prelocking_strategy *prelocking_strategy, bool has_prelocking_list); +void promote_select_describe_flag_if_needed(LEX *lex); + /** A context of open_tables() function, used to recover from a failed open_table() or open_routine() attempt. |