mariadb/vio
Sergei Golubchik 1433621c14 fixes for non-debug builds (CMAKE_BUILD_TYPE=Release or RelWithDebInfo)
client/CMakeLists.txt:
  1. -rdynamic is a linker flag.
  2. it should be used in all builds, not debug only
libmysql/get_password.c:
  prefer a standard function, when possible
  (otherwise a plugin will need to load it from the client)
2012-01-17 09:11:20 +01:00
..
docs Fixed searching after ssl directories. 2002-09-05 16:17:08 +03:00
CMakeLists.txt Bug#473914: mysql_client_test fail with in debug compilaton on windows x64 2010-12-06 12:52:06 +01:00
test-ssl.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
test-sslclient.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
test-sslserver.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
vio.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
vio_priv.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
viosocket.c fixes for non-debug builds (CMAKE_BUILD_TYPE=Release or RelWithDebInfo) 2012-01-17 09:11:20 +01:00
viossl.c mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
viosslfactories.c 5.3 merge 2012-01-13 15:50:02 +01:00
viotest-ssl.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
viotest-sslconnect.cc Updated/added copyright headers 2011-06-30 17:37:13 +02:00
viotest.cc Updated/added copyright headers 2011-06-30 17:37:13 +02:00