summaryrefslogtreecommitdiff
path: root/sql/sql_base.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2021-06-01 10:38:09 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2021-06-01 10:38:09 +0300
commit9c7a456a92262bdb44b85a05aa9f87369c5b063c (patch)
treeae2354c36aa3220a6ca5e8becc41491b52b9881c /sql/sql_base.h
parent2a4f72b7d2ac30a771a14d097608b0ce282e021c (diff)
parent77d8da57d744505838a7830afbc437e54cc03c50 (diff)
downloadmariadb-git-9c7a456a92262bdb44b85a05aa9f87369c5b063c.tar.gz
Merge 10.4 into 10.5
Diffstat (limited to 'sql/sql_base.h')
-rw-r--r--sql/sql_base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_base.h b/sql/sql_base.h
index ccfacaf9086..0c90a95b5b0 100644
--- a/sql/sql_base.h
+++ b/sql/sql_base.h
@@ -516,6 +516,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.