mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Do the partial merge of WL#5602 correctly:
Remove unused code (that should not have been merged) Add protocol extension (that should have been merged) Fix bugs (see pack.c)
This commit is contained in:
@@ -35,7 +35,6 @@ struct st_mysql_options_extention {
|
||||
char *default_auth;
|
||||
char *ssl_crl; /* PEM CRL file */
|
||||
char *ssl_crlpath; /* PEM directory of CRL-s? */
|
||||
char *server_public_key_path;
|
||||
void (*report_progress)(const MYSQL *mysql,
|
||||
unsigned int stage,
|
||||
unsigned int max_stage,
|
||||
|
Reference in New Issue
Block a user