diff options
author | unknown <sanja@montyprogram.com> | 2013-07-04 10:39:19 +0300 |
---|---|---|
committer | unknown <sanja@montyprogram.com> | 2013-07-04 10:39:19 +0300 |
commit | 6135585efa4c85779a2814e31c83a7e45e719a4e (patch) | |
tree | 4e4ee5b71799fb80af7f7849034b06a42d99a94e /sql/item_strfunc.h | |
parent | c7020dfd70a62dcf4297f732593205621b8b80a2 (diff) | |
download | mariadb-git-6135585efa4c85779a2814e31c83a7e45e719a4e.tar.gz |
fixed typo.
Diffstat (limited to 'sql/item_strfunc.h')
-rw-r--r-- | sql/item_strfunc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_strfunc.h b/sql/item_strfunc.h index c4fdc453ccc..ac5b9976745 100644 --- a/sql/item_strfunc.h +++ b/sql/item_strfunc.h @@ -901,7 +901,7 @@ public: const char *func_name() const { return "collate"; } enum Functype functype() const { return COLLATE_FUNC; } 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 */ return args[0]->field_for_view_update(); |