mariadb/libmysql
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
..
authentication_win Bug#12612143 - LIBMYSQL 5.5.13 BREAKS USER APPLICATION BUILD 2011-06-03 13:44:33 +02:00
client_settings.h Remove configuration preprocessor symbols 'THREAD' 2011-01-11 10:07:37 +01:00
CMakeLists.txt Bug#11766631 (59780) - Move the client authentication_windows plugin 2011-04-28 21:17:29 +02:00
conf_to_src.c
errmsg.c Bug#11745920/Bug#21287: "SSL connection error" is not helpful! (ssl-verify-server-cert=true vs localhos) 2011-05-19 10:47:43 +01:00
get_password.c
libmysql.c Patch for Bug#12374486 - SEVERE MEMORY LEAK IN PREPARED STATEMENTS 2011-05-06 17:39:20 +04:00
libmysql.def Bug #12325444 : 60746: CLIENT_PLUGIN.H IS BROKEN 2011-04-06 17:31:26 +03:00
libmysql.ver.in