summaryrefslogtreecommitdiff
path: root/sql/protocol.h
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.com>2020-08-09 14:25:22 +0400
committerAlexander Barkov <bar@mariadb.com>2020-08-10 07:47:59 +0400
commit9b2fe4bd12e72fbb4235ec01f5013e331d87e9c3 (patch)
tree4bf0859aa31db6de7d31a59e8403afe3f5871626 /sql/protocol.h
parent2b6dd87b2c137229863f5eb0128a869b12785cdb (diff)
downloadmariadb-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.h1
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)