diff options
author | Alexander Barkov <bar@mariadb.org> | 2017-10-30 09:24:39 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2017-10-30 09:24:39 +0400 |
commit | 667e4b97aa2fe6fbd5aabcf8510f2eaaa255b1eb (patch) | |
tree | 716f415fe88ced08148dcd3d39e29b6167f73aa3 /sql/sp_head.h | |
parent | 5dd5253f7e50c21fa758e2eb58f3aa9c9754e733 (diff) | |
download | mariadb-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.h | 2 |
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); |