mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Windows, compiling : use /permissive- switch to improve conformance
fix a couple "initialization skipped by goto" and other new errors.
This commit is contained in:
@ -56,7 +56,7 @@ static int first_packet_len;
|
||||
*/
|
||||
char *srv_principal_name;
|
||||
char *srv_keytab_path;
|
||||
char *srv_mech_name=(char *)"";
|
||||
const char *srv_mech_name="";
|
||||
unsigned long srv_mech;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user