mirror of
https://github.com/MariaDB/server.git
synced 2025-07-24 19:42:23 +03:00
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
This commit is contained in:
@ -228,8 +228,8 @@ typedef struct st_mysql
|
||||
my_bool free_me; /* If free in mysql_close */
|
||||
my_bool reconnect; /* set to 1 if automatic reconnect */
|
||||
|
||||
char scramble[SCRAMBLE_LENGTH+1]; /* for new servers */
|
||||
char scramble_323[SCRAMBLE_LENGTH_323+1]; /* for old servers */
|
||||
/* session-wide random string */
|
||||
char scramble[max(SCRAMBLE_LENGTH,SCRAMBLE_LENGTH_323)+1];
|
||||
|
||||
/*
|
||||
Set if this is the original connection, not a master or a slave we have
|
||||
|
Reference in New Issue
Block a user