diff options
author | unknown <bar@bar.mysql.r18.ru> | 2003-03-18 17:01:32 +0400 |
---|---|---|
committer | unknown <bar@bar.mysql.r18.ru> | 2003-03-18 17:01:32 +0400 |
commit | 0ccca5288b30207ff4b9be8e03b91f2221efce66 (patch) | |
tree | 149b353fe4d384e40808e89307bd44a69179d92c /sql/protocol.h | |
parent | f21f78ea5b88d2bda265dbbb31e77b147dfdfe18 (diff) | |
download | mariadb-git-0ccca5288b30207ff4b9be8e03b91f2221efce66.tar.gz |
CONVERT class was removed
Diffstat (limited to 'sql/protocol.h')
-rw-r--r-- | sql/protocol.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/protocol.h b/sql/protocol.h index e9df013e81c..71ad5c1302b 100644 --- a/sql/protocol.h +++ b/sql/protocol.h @@ -20,7 +20,6 @@ #define PACKET_BUFFET_EXTRA_ALLOC 1024 -class CONVERT; class i_string; class THD; #ifdef EMBEDDED_LIBRARY @@ -37,15 +36,12 @@ protected: #endif uint field_count; bool net_store_data(const char *from, uint length); - bool convert_str(const char *from, uint length); #ifdef EMBEDDED_LIBRARY char **next_field; MYSQL_FIELD *next_mysql_field; MEM_ROOT *alloc; #endif public: - CONVERT *convert; - Protocol() {} Protocol(THD *thd) { init(thd); } void init(THD* thd); |