mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-31855 validate ssl certificates using client password in the internal client
port the client-side implementation from C/C to the internal client. add the test.
This commit is contained in:
@@ -289,8 +289,9 @@ typedef struct st_mysql
|
||||
/* session-wide random string */
|
||||
char scramble[SCRAMBLE_LENGTH+1];
|
||||
my_bool auto_local_infile;
|
||||
void *unused2, *unused3, *unused4;
|
||||
void *unused2, *unused3;
|
||||
MYSQL_FIELD *fields;
|
||||
const char *tls_self_signed_error;
|
||||
|
||||
LIST *stmts; /* list of all statements */
|
||||
const struct st_mysql_methods *methods;
|
||||
|
Reference in New Issue
Block a user