1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Windows : Fix server compile errors when compile with /Zc:strictStrings option

This commit is contained in:
Vladislav Vaintroub
2017-02-28 12:57:33 +00:00
parent fc673a2c12
commit d4baeca441
7 changed files with 11 additions and 11 deletions

View File

@@ -106,7 +106,7 @@ static const char* sock= 0;
static char *opt_plugindir= 0, *opt_default_auth= 0;
#ifdef HAVE_SMEM
static char *shared_memory_base_name= 0;
static const char *shared_memory_base_name= 0;
#endif
static char* user = 0;
static char* pass = 0;