diff options
author | Alexander Barkov <bar@mariadb.org> | 2013-08-22 13:59:30 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2013-08-22 13:59:30 +0400 |
commit | 9adb6e991ec87b65d04929f115d9d0c899e4ab19 (patch) | |
tree | 92784a64dcfdf27f03ea828e5a210b8fa663869c /sql/item_strfunc.h | |
parent | 879629e6b2b9cd078f4f6b57aeee6f3c70e188cd (diff) | |
download | mariadb-git-9adb6e991ec87b65d04929f115d9d0c899e4ab19.tar.gz |
MDEV-4841 Wrong character set of ADDTIME() and DATE_ADD()
Diffstat (limited to 'sql/item_strfunc.h')
-rw-r--r-- | sql/item_strfunc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/item_strfunc.h b/sql/item_strfunc.h index 9b380108542..86e1aa70a6b 100644 --- a/sql/item_strfunc.h +++ b/sql/item_strfunc.h @@ -64,7 +64,6 @@ public: enum Item_result result_type () const { return STRING_RESULT; } void left_right_max_length(); bool fix_fields(THD *thd, Item **ref); - String *val_str_from_val_str_ascii(String *str, String *str2); }; |