summaryrefslogtreecommitdiff
path: root/sql/sp_head.h
diff options
context:
space:
mode:
authorAlexey Botchkov <holyfoot@askmonty.org>2016-01-27 14:58:52 +0400
committerAlexey Botchkov <holyfoot@askmonty.org>2016-01-28 11:12:03 +0400
commitd16d40be2c47d8be5360ae7604f0199635dc0063 (patch)
treeb239d01faadc378f239b29d706da19bf8a0386e3 /sql/sp_head.h
parent34df3140f2e5fe3a8531c5f6eb430e2192bfa737 (diff)
downloadmariadb-git-d16d40be2c47d8be5360ae7604f0199635dc0063.tar.gz
MDEV-5273 Prepared statement doesn't return metadata after prepare.
SHOW CREATE PROCEDURE/FUNCTION fixed.
Diffstat (limited to 'sql/sp_head.h')
-rw-r--r--sql/sp_head.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/sp_head.h b/sql/sp_head.h
index dbdb957aa79..5a91423739c 100644
--- a/sql/sp_head.h
+++ b/sql/sp_head.h
@@ -340,6 +340,9 @@ public:
bool
execute_procedure(THD *thd, List<Item> *args);
+ static void
+ show_create_routine_get_fields(THD *thd, int type, List<Item> *fields);
+
bool
show_create_routine(THD *thd, int type);