summaryrefslogtreecommitdiff
path: root/sql/sp_head.h
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.org>2015-11-26 14:40:40 +0400
committerAlexander Barkov <bar@mariadb.org>2015-11-26 14:40:40 +0400
commitb50fa6dab2d2c00dc253ec9f22f3de9fec1105e9 (patch)
tree10d4e25199d0d39f8bddcb6efadf3dc3fa88f77a /sql/sp_head.h
parent253be36c0f48fc3669fa0d919f03e2c21919c89a (diff)
downloadmariadb-git-b50fa6dab2d2c00dc253ec9f22f3de9fec1105e9.tar.gz
Removing the unused "field_type" parameter in
sp_head::fill_field_definition().
Diffstat (limited to 'sql/sp_head.h')
-rw-r--r--sql/sp_head.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sp_head.h b/sql/sp_head.h
index e96a17f813e..f2a02702ecf 100644
--- a/sql/sp_head.h
+++ b/sql/sp_head.h
@@ -418,7 +418,6 @@ public:
TABLE *table);
bool fill_field_definition(THD *thd, LEX *lex,
- enum enum_field_types field_type,
Column_definition *field_def);
void set_info(longlong created, longlong modified,