diff options
author | kostja@oak.local <> | 2003-09-03 14:12:10 +0400 |
---|---|---|
committer | kostja@oak.local <> | 2003-09-03 14:12:10 +0400 |
commit | 36dd82c1d5b8426f74b698182f9fac05e65682ac (patch) | |
tree | 4aa3e74d29fde5abc55c20c2c14e6c286e467c6e /sql/protocol.h | |
parent | f655ba9866e62296e773b1717c51301d528404fe (diff) | |
parent | 765053c83894458a15a82cce5e9b549c210db42c (diff) | |
download | mariadb-git-36dd82c1d5b8426f74b698182f9fac05e65682ac.tar.gz |
merge commit, hope that none of bar and dlenev changes were
lost.
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 05aee12d3d9..f32c135ab3c 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); |