diff options
author | Alexander Barkov <bar@mariadb.com> | 2020-08-09 14:25:22 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.com> | 2020-08-10 07:47:59 +0400 |
commit | 9b2fe4bd12e72fbb4235ec01f5013e331d87e9c3 (patch) | |
tree | 4bf0859aa31db6de7d31a59e8403afe3f5871626 /sql/protocol.h | |
parent | 2b6dd87b2c137229863f5eb0128a869b12785cdb (diff) | |
download | mariadb-git-9b2fe4bd12e72fbb4235ec01f5013e331d87e9c3.tar.gz |
MDEV-23435 Functions do not convert numbers to character_set_results
Diffstat (limited to 'sql/protocol.h')
-rw-r--r-- | sql/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/protocol.h b/sql/protocol.h index 18a01255708..574e7efed05 100644 --- a/sql/protocol.h +++ b/sql/protocol.h @@ -206,6 +206,7 @@ public: class Protocol_text :public Protocol { + bool store_numeric_string_aux(const char *from, size_t length); public: Protocol_text(THD *thd_arg, ulong prealloc= 0) :Protocol(thd_arg) |