mirror of
https://github.com/MariaDB/server.git
synced 2025-07-24 19:42:23 +03:00
few compile-time bugs fixed
This commit is contained in:
@ -229,7 +229,7 @@ typedef struct st_mysql
|
||||
my_bool reconnect; /* set to 1 if automatic reconnect */
|
||||
|
||||
/* session-wide random string */
|
||||
char scramble[max(SCRAMBLE_LENGTH,SCRAMBLE_LENGTH_323)+1];
|
||||
char scramble[SCRAMBLE_LENGTH+1];
|
||||
|
||||
/*
|
||||
Set if this is the original connection, not a master or a slave we have
|
||||
|
Reference in New Issue
Block a user