mariadb/libmysql
Rafal Somla 1f8efaccd4 Bug#13101974 SLAVE CAN'T CONNECT AS REPLICATION USER USING WINDOWS AUTH PLUGIN
Problem was that built-in client-side support for Windows Native Authentication (WNA) was included only in the client library, but not into the server code (which also uses some of the sources from the client library).

This is fixed by modyfying sql/CMakeLists.txt to include the client-side WNA plugin library and enable WNA related code by defining AUTHENTICATION_WIN macro.

Also, the logic of libmysql/CMakeLists.txt is simplified a bit.
2011-11-17 12:34:52 +01:00
..
authentication_win Bug#12982926 CLIENT CAN OVERRIDE ZERO-LENGTH-ALLOCATE BUFFER 2011-09-29 17:02:16 +02:00
client_settings.h Bug#12897501 REPLICATION DOES NOT SUPPORT WINDOWS AUTH PLUG-IN 2011-09-14 16:10:18 +02:00
CMakeLists.txt Bug#13101974 SLAVE CAN'T CONNECT AS REPLICATION USER USING WINDOWS AUTH PLUGIN 2011-11-17 12:34:52 +01:00
conf_to_src.c
errmsg.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
get_password.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
libmysql.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
libmysql.def
libmysql.ver.in