diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2017-02-28 12:57:33 +0000 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2017-02-28 12:57:33 +0000 |
commit | d4baeca441b248de024719f556b681ce868501ae (patch) | |
tree | 611cfb341c9734bc85aa4a3f2de6322fc9b4c1cb /client | |
parent | fc673a2c121f524a7ed4101b8b9a0cedf8d6fd58 (diff) | |
download | mariadb-git-d4baeca441b248de024719f556b681ce868501ae.tar.gz |
Windows : Fix server compile errors when compile with /Zc:strictStrings option
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqlbinlog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc index 4be31421f9b..29355d013c7 100644 --- a/client/mysqlbinlog.cc +++ b/client/mysqlbinlog.cc @@ -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; |