diff options
author | Alexander Barkov <bar@mariadb.org> | 2015-09-17 11:05:07 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2015-09-17 11:05:07 +0400 |
commit | d9b25ae3db8584bde809c0ab3230cbe151fa489b (patch) | |
tree | cb0ae8c91d4f1bcd614c3c1b2d7847f3ef7a130f /sql/item.h | |
parent | c69cf93bfb3a221d9106f3695aa16e11f7e8b7fb (diff) | |
download | mariadb-git-d9b25ae3db8584bde809c0ab3230cbe151fa489b.tar.gz |
MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty strings
MDEV-8468 CAST and INSERT work differently for DECIMAL/INT vs DOUBLE for a string with trailing spaces
Diffstat (limited to 'sql/item.h')
-rw-r--r-- | sql/item.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sql/item.h b/sql/item.h index 6a4e5481b36..2b845064dce 100644 --- a/sql/item.h +++ b/sql/item.h @@ -3043,13 +3043,6 @@ public: }; -longlong -longlong_from_string_with_check(CHARSET_INFO *cs, const char *cptr, - const char *end); -double -double_from_string_with_check(CHARSET_INFO *cs, const char *cptr, - const char *end); - class Item_static_string_func :public Item_string { const char *func_name; |