summaryrefslogtreecommitdiff
path: root/sql/protocol.h
diff options
context:
space:
mode:
authorunknown <bar@bar.mysql.r18.ru>2003-03-18 17:01:32 +0400
committerunknown <bar@bar.mysql.r18.ru>2003-03-18 17:01:32 +0400
commit0ccca5288b30207ff4b9be8e03b91f2221efce66 (patch)
tree149b353fe4d384e40808e89307bd44a69179d92c /sql/protocol.h
parentf21f78ea5b88d2bda265dbbb31e77b147dfdfe18 (diff)
downloadmariadb-git-0ccca5288b30207ff4b9be8e03b91f2221efce66.tar.gz
CONVERT class was removed
Diffstat (limited to 'sql/protocol.h')
-rw-r--r--sql/protocol.h4
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);