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_pcontext.h | |
parent | 5dd5253f7e50c21fa758e2eb58f3aa9c9754e733 (diff) | |
download | mariadb-git-667e4b97aa2fe6fbd5aabcf8510f2eaaa255b1eb.tar.gz |
MDEV-14212 Add Field_row for SP ROW variables
Diffstat (limited to 'sql/sp_pcontext.h')
-rw-r--r-- | sql/sp_pcontext.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sp_pcontext.h b/sql/sp_pcontext.h index 9c879099410..990ad35cb57 100644 --- a/sql/sp_pcontext.h +++ b/sql/sp_pcontext.h @@ -60,8 +60,6 @@ public: Spvar_definition field_def; /// Field-type of the SP-variable. - enum_field_types sql_type() const { return field_def.real_field_type(); } - const Type_handler *type_handler() const { return field_def.type_handler(); } public: |