summaryrefslogtreecommitdiff
path: root/sql/sp_head.h
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.org>2017-10-30 09:24:39 +0400
committerAlexander Barkov <bar@mariadb.org>2017-10-30 09:24:39 +0400
commit667e4b97aa2fe6fbd5aabcf8510f2eaaa255b1eb (patch)
tree716f415fe88ced08148dcd3d39e29b6167f73aa3 /sql/sp_head.h
parent5dd5253f7e50c21fa758e2eb58f3aa9c9754e733 (diff)
downloadmariadb-git-667e4b97aa2fe6fbd5aabcf8510f2eaaa255b1eb.tar.gz
MDEV-14212 Add Field_row for SP ROW variables
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 272bc5d445c..ac0f406f854 100644
--- a/sql/sp_head.h
+++ b/sql/sp_head.h
@@ -41,7 +41,7 @@
*/
Item::Type
-sp_map_item_type(enum enum_field_types type);
+sp_map_item_type(const Type_handler *handler);
uint
sp_get_flags_for_command(LEX *lex);