Commit 6135585e authored by unknown's avatar unknown

fixed typo.

parent c7020dfd
...@@ -901,7 +901,7 @@ class Item_func_set_collation :public Item_str_func ...@@ -901,7 +901,7 @@ class Item_func_set_collation :public Item_str_func
const char *func_name() const { return "collate"; } const char *func_name() const { return "collate"; }
enum Functype functype() const { return COLLATE_FUNC; } enum Functype functype() const { return COLLATE_FUNC; }
virtual void print(String *str, enum_query_type query_type); virtual void print(String *str, enum_query_type query_type);
Item_field *filed_for_view_update() Item_field *field_for_view_update()
{ {
/* this function is transparent for view updating */ /* this function is transparent for view updating */
return args[0]->field_for_view_update(); return args[0]->field_for_view_update();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment