mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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:
@ -547,13 +547,7 @@ public:
|
||||
DYNAMIC_ARRAY user_var_events;
|
||||
|
||||
/* scramble - random string sent to client on handshake */
|
||||
char scramble[SCRAMBLE_LENGTH+1];
|
||||
/*
|
||||
The same as scramble but for old password checking routines. It always
|
||||
contains first N bytes of scramble.
|
||||
See check_connection() at sql_parse.cc for authentification details.
|
||||
*/
|
||||
char scramble_323[SCRAMBLE_LENGTH_323+1];
|
||||
char scramble[max(SCRAMBLE_LENGTH, SCRAMBLE_LENGTH_323)+1];
|
||||
|
||||
uint8 query_cache_type; // type of query cache processing
|
||||
bool slave_thread;
|
||||
|
Reference in New Issue
Block a user