diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-02-19 21:39:16 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-02-19 21:39:16 +0100 |
commit | afcd7091a075bb2a6032578a4d6414ae4135aeb5 (patch) | |
tree | 512a50e9bfca352c4294eb2e5b017db857598bd0 /.bzrignore | |
parent | b1966435c2612e4fd9c9c1424d387a5a72d8ddb0 (diff) | |
download | mariadb-git-afcd7091a075bb2a6032578a4d6414ae4135aeb5.tar.gz |
MDEV-5529 Sync libmysqlclient.so symbol versioning across distributions
An attempt to introduce libmysqlclient.so symbol versioning that is
compatible both with Debian and Fedora all versions: put all symbols into
libmysqlclient_18 version node (as on Debian), but also put aliases of
old symbols into libmysqlclient_16 version node (as on Fedora).
Also use a linker script to create aliases of exported symbols, not
rpm_support.cc source file.
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bzrignore b/.bzrignore index 87801673d5b..b373a7b8361 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1432,4 +1432,4 @@ storage/tokudb/ft-index/util/tests/threadpool-testrunf storage/tokudb/ft-index/utils/tokudb_dump storage/tokudb/ft-index/utils/tokudb_gen storage/tokudb/ft-index/utils/tokudb_load -libmysql/libmysql.version +libmysql/libmysql_versions.ld |