Skip to content

Commit

Permalink
fix-MDEV-9346
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengXiaoZ authored and Sergey Vojtovich committed Feb 16, 2016
1 parent ab9b665 commit 9b73e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/client_settings.h
Expand Up @@ -37,7 +37,7 @@
CLIENT_PLUGIN_AUTH_LENENC_CLIENT_DATA | \
CLIENT_CONNECT_ATTRS)

#define read_user_name(A) {}
#define read_user_name(A) {strmov(A,"");}
#undef _CUSTOMCONFIG_

#define mysql_server_init(a,b,c) mysql_client_plugin_init()
Expand Down

0 comments on commit 9b73e88

Please sign in to comment.