summaryrefslogtreecommitdiff
path: root/sql/item.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/item.h')
-rw-r--r--sql/item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item.h b/sql/item.h
index b3dbc0ce46f..f6ad9ed1567 100644
--- a/sql/item.h
+++ b/sql/item.h
@@ -964,7 +964,7 @@ public:
{
return (null_value=(*ref)->get_date_result(ltime,fuzzydate));
}
- bool send(Protocol *prot, String *tmp){ return (*ref)->send(prot, tmp); }
+ bool send(Protocol *prot, String *tmp);
void make_field(Send_field *field) { (*ref)->make_field(field); }
bool fix_fields(THD *, struct st_table_list *, Item **);
int save_in_field(Field *field, bool no_conversions)