mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
SCRUM: Main change for Secure connection handling. Still needs some more coding. Commit
done for merge with newer version of code.
This commit is contained in:
@ -181,7 +181,7 @@ typedef struct st_mysql
|
||||
enum mysql_status status;
|
||||
my_bool free_me; /* If free in mysql_close */
|
||||
my_bool reconnect; /* set to 1 if automatic reconnect */
|
||||
char scramble_buff[9];
|
||||
char scramble_buff[21]; /* New protocol requires longer scramble*/
|
||||
|
||||
/*
|
||||
Set if this is the original connection, not a master or a slave we have
|
||||
|
Reference in New Issue
Block a user