mariadb/libmysql/authentication_win
Rafal Somla 6a6ef034c9 Bug#12612143 - LIBMYSQL 5.5.13 BREAKS USER APPLICATION BUILD
Since the Windows authentication support has been added to libmysql, this library depends on the system Secur32 library. Consequently, clients which are linked against libmysql should be also linked with Secur32 (in addition to ws2_32).

In MS VC++ it is possible to embed information about required libraries into object file using #pragma directive. This patch adds such directive when the Windows authentiaction support is compiled. This is similar to analogous #pragma for ws2_32 library in my_init.c
2011-06-03 13:44:33 +02:00
..
CMakeLists.txt BUG#11879051: FIRST REPLY LENGTH LIMIT (255) CAN BE VIOLATED 2011-04-28 21:39:42 +02:00
common.cc Bug#11766631 (59780) - Move the client authentication_windows plugin 2011-04-28 21:17:29 +02:00
common.h BUG#11879051: FIRST REPLY LENGTH LIMIT (255) CAN BE VIOLATED 2011-04-28 21:39:42 +02:00
handshake.cc BUG#11879051: FIRST REPLY LENGTH LIMIT (255) CAN BE VIOLATED 2011-04-28 21:39:42 +02:00
handshake.h BUG#11879051: FIRST REPLY LENGTH LIMIT (255) CAN BE VIOLATED 2011-04-28 21:39:42 +02:00
handshake_client.cc BUG#11879051: FIRST REPLY LENGTH LIMIT (255) CAN BE VIOLATED 2011-04-28 21:39:42 +02:00
log_client.cc Bug#11766631 (59780) - Move the client authentication_windows plugin 2011-04-28 21:17:29 +02:00
plugin_client.cc Bug#12612143 - LIBMYSQL 5.5.13 BREAKS USER APPLICATION BUILD 2011-06-03 13:44:33 +02:00