summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.org>2017-08-15 17:13:59 +0400
committerAlexander Barkov <bar@mariadb.org>2017-08-15 17:13:59 +0400
commit6ac3d7511c8f2d5f3b1df22d2e313c962b86e872 (patch)
tree914f1baed495fea36160328e59302603b1128abb /sql/sql_lex.h
parent1743883d55747b0157aae94f595bd21abbc65ea9 (diff)
parentb5098f3daeb4cc33628ed3c7abd5bafb9b42c91a (diff)
downloadmariadb-git-6ac3d7511c8f2d5f3b1df22d2e313c962b86e872.tar.gz
Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3
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 a052775adba..4da86538006 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -3176,6 +3176,8 @@ public:
return NULL;
return make_sp_head_no_recursive(thd, name, sph);
}
+ bool sp_body_finalize_function(THD *);
+ bool sp_body_finalize_procedure(THD *);
bool call_statement_start(THD *thd, sp_name *name);
bool call_statement_start(THD *thd, const LEX_CSTRING *name);
bool call_statement_start(THD *thd, const LEX_CSTRING *name1,