diff options
author | unknown <kostja@oak.local> | 2003-08-07 22:19:42 +0400 |
---|---|---|
committer | unknown <kostja@oak.local> | 2003-08-07 22:19:42 +0400 |
commit | 0188e158c1d29057cb8a449891894c69dd2f5f2b (patch) | |
tree | f69ee85b1fcb0bf01329cb6d1c7e1541b2a05dda /sql/protocol.h | |
parent | 7c3ae8a8f39eb6ed537377b00be57b73753ac6af (diff) | |
parent | 66ce8a88af874d033f2f489f0535de673fc69e42 (diff) | |
download | mariadb-git-0188e158c1d29057cb8a449891894c69dd2f5f2b.tar.gz |
Merge oak.local:/home/kostja/mysql/mysql-4.1-root
into oak.local:/home/kostja/mysql/mysql-4.1
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 ffd61b3e848..405d3d4aebe 100644 --- a/sql/protocol.h +++ b/sql/protocol.h @@ -164,6 +164,7 @@ void net_printf(THD *thd,uint sql_errno, ...); void send_ok(THD *thd, ha_rows affected_rows=0L, ulonglong id=0L, const char *info=0); void send_eof(THD *thd, bool no_flush=0); +bool send_old_password_request(THD *thd); char *net_store_length(char *packet,ulonglong length); char *net_store_length(char *packet,uint length); char *net_store_data(char *to,const char *from, uint length); |