diff options
author | Alexander Barkov <bar@mariadb.org> | 2017-08-15 16:41:58 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2017-08-15 16:41:58 +0400 |
commit | b5098f3daeb4cc33628ed3c7abd5bafb9b42c91a (patch) | |
tree | 2c15581b898deb94bc902bf882f54b47b7930c71 /sql/sp_head.h | |
parent | 3f7f0c6a290ceac5703a00060f8a5fdeef39fce6 (diff) | |
download | mariadb-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.h | 2 |
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 |