diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2021-06-01 09:14:59 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2021-06-01 09:14:59 +0300 |
commit | 77d8da57d744505838a7830afbc437e54cc03c50 (patch) | |
tree | 3c7ce417ece9fa900ca7797cfd6902ddfee0e21d /sql/sql_base.h | |
parent | 26f9ff0a6006e2c473623a54612cbcbf77e02058 (diff) | |
parent | 950a2200603d5b4a8f7e978624f38a46bca896bc (diff) | |
download | mariadb-git-77d8da57d744505838a7830afbc437e54cc03c50.tar.gz |
Merge 10.3 into 10.4
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 28a787c56dd..5d30c3611dc 100644 --- a/sql/sql_base.h +++ b/sql/sql_base.h @@ -512,6 +512,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. |