summaryrefslogtreecommitdiff
path: root/mysys/my_windac.c
diff options
context:
space:
mode:
authorHarin Vadodaria <harin.vadodaria@oracle.com>2012-08-07 16:23:53 +0530
committerHarin Vadodaria <harin.vadodaria@oracle.com>2012-08-07 16:23:53 +0530
commitd86d06345b7cb46bce30b34e74a1d39a8df4677b (patch)
treea320bb6264e70b4c1214a1416576e8cebe0d5020 /mysys/my_windac.c
parentc61abdadcfd977b624c6623f395521369aabb63a (diff)
downloadmariadb-git-d86d06345b7cb46bce30b34e74a1d39a8df4677b.tar.gz
Bug#14068244: INCOMPATIBILITY BETWEEN LIBMYSQLCLIENT/LIBMYSQLCLIENT_R
AND LIBCRYPTO Problem: libmysqlclient_r exports symbols from yaSSL library which conflict with openSSL symbols. This issue is related to symbols used by CURL library and are defined in taocrypt. Taocrypt has dummy implementation of these functions. Due to this when a program which uses libcurl library functions is compiled using libmysqlclient_r and libcurl, it hits segmentation fault in execution phase. Solution: MySQL should not be exporting such symbols. However, these functions are not used by MySQL code at all. So avoid compiling them in the first place.
Diffstat (limited to 'mysys/my_windac.c')
0 files changed, 0 insertions, 0 deletions