summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index f8405ef14ca..3f55b3baae1 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -1237,6 +1237,8 @@ typedef struct st_lex : public Query_tables_list
context_stack.pop();
}
+ bool copy_db_to(char **p_db, uint *p_db_length) const;
+
Name_resolution_context *current_context()
{
return context_stack.head();