diff options
author | Harin Vadodaria <harin.vadodaria@oracle.com> | 2012-08-07 16:23:53 +0530 |
---|---|---|
committer | Harin Vadodaria <harin.vadodaria@oracle.com> | 2012-08-07 16:23:53 +0530 |
commit | a9acf42bb06f000ca58381cd1ee6174d5f783208 (patch) | |
tree | a320bb6264e70b4c1214a1416576e8cebe0d5020 /client/mysqlslap.c | |
parent | 00fff1e12ed128385fcb5ec7bb15ea4d90fab01f (diff) | |
download | mariadb-git-a9acf42bb06f000ca58381cd1ee6174d5f783208.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 'client/mysqlslap.c')
0 files changed, 0 insertions, 0 deletions