mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
fix-MDEV-9346
This commit is contained in:
parent
ab9b6650c3
commit
9b73e886fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue