summaryrefslogtreecommitdiff
path: root/sql/protocol.h
diff options
context:
space:
mode:
authorholyfoot/hf@mysql.com/deer.(none) <>2006-11-16 23:16:44 +0400
committerholyfoot/hf@mysql.com/deer.(none) <>2006-11-16 23:16:44 +0400
commit497ccd6b87b9978fadac6c48d4ae6bd2f689feb7 (patch)
tree5400912843b70b171dc06c8cdc96a6f3329a25db /sql/protocol.h
parent4e9ef283efa621ad3acafce39978bc8f29b97931 (diff)
parente7cde7265138dcb6ded0a1309e331a52baaf44e5 (diff)
downloadmariadb-git-497ccd6b87b9978fadac6c48d4ae6bd2f689feb7.tar.gz
Merge mysql.com:/home/hf/work/mysql-4.1-mrg
into mysql.com:/home/hf/work/mysql-5.0-mrg
Diffstat (limited to 'sql/protocol.h')
-rw-r--r--sql/protocol.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/protocol.h b/sql/protocol.h
index 85c22724b74..7e2bc1516ec 100644
--- a/sql/protocol.h
+++ b/sql/protocol.h
@@ -166,7 +166,6 @@ void send_ok(THD *thd, ha_rows affected_rows=0L, ulonglong id=0L,
const char *info=0);
void send_eof(THD *thd);
bool send_old_password_request(THD *thd);
-char *net_store_length(char *packet,uint length);
char *net_store_data(char *to,const char *from, uint length);
char *net_store_data(char *to,int32 from);
char *net_store_data(char *to,longlong from);