diff options
author | kostja@oak.local <> | 2003-07-18 18:25:54 +0400 |
---|---|---|
committer | kostja@oak.local <> | 2003-07-18 18:25:54 +0400 |
commit | 09e53b016967a84126dc50474a54010712893bf1 (patch) | |
tree | ff6daa4950597380db94c038c04c9a8067bbfd68 /sql/protocol.h | |
parent | d90129d1e9ffda725173047a8195902185208ce4 (diff) | |
download | mariadb-git-09e53b016967a84126dc50474a54010712893bf1.tar.gz |
Style fixes, comments for 4.1.1 authorization
Now special 1-byte packet is used for request of old password
Fixed bug with --skip-grant-tables and acl_getroot
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); |