summaryrefslogtreecommitdiff
path: root/sql/sp_head.h
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.org>2017-08-15 16:41:58 +0400
committerAlexander Barkov <bar@mariadb.org>2017-08-15 16:41:58 +0400
commitb5098f3daeb4cc33628ed3c7abd5bafb9b42c91a (patch)
tree2c15581b898deb94bc902bf882f54b47b7930c71 /sql/sp_head.h
parent3f7f0c6a290ceac5703a00060f8a5fdeef39fce6 (diff)
downloadmariadb-git-b5098f3daeb4cc33628ed3c7abd5bafb9b42c91a.tar.gz
MDEV-13533 Remove the THD parameter from sp_head::init_sp_name()
Diffstat (limited to 'sql/sp_head.h')
-rw-r--r--sql/sp_head.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sp_head.h b/sql/sp_head.h
index e3cedb6e30a..730b2c11b43 100644
--- a/sql/sp_head.h
+++ b/sql/sp_head.h
@@ -320,7 +320,7 @@ public:
/** Copy sp name from parser. */
void
- init_sp_name(THD *thd, const sp_name *spname);
+ init_sp_name(const sp_name *spname);
/** Set the body-definition start position. */
void