mariadb/packaging/rpm-uln
Joerg Bruehe 0a925f7317 RPMs for ULN do not build in MySQL 5.6: Patches + libmysqld.so
Bug #15972480

This is the change for 5.5:
    a cleanup in the way "libmysqld.so" is created.
(Patches were adapted for 5.5 previously.)

Originally, the ".so" was created by taking all modules in
"libmysqld.a", after removing some few which caused unresolved
references.
This is no good idea, rather "ld" should be used to follow all
references from some few start modules.

At the same time, the ".so" version needed to be corrected:
The original "0.0.1" is both wrong and risky.
Rather, the server version is used to identify the ".so" file,
but for linkage the first two levels are sufficient (so upgrades
are possible without re-building the embedded application).
2012-12-10 09:42:18 +01:00
..
CMakeLists.txt
filter-requires-mysql.sh
generate-tarball.sh
my.cnf
my_config.h
mysql-5.5-errno.patch
mysql-5.5-fix-tests.patch
mysql-5.5-libdir.patch
mysql-5.5-mtr1.patch
mysql-5.5-stack-guard.patch
mysql-5.5-testing.patch
mysql-chain-certs.patch
mysql-embedded-check.c
mysql-expired-certs.patch
mysql-install-test.patch
mysql-strmov.patch
mysql.init
mysql.spec.sh
README-ULN
README.mysql-docs
scriptstub.c

The official MySQL documentation is not freely redistributable, so we cannot
include it in RHEL or Fedora.  You can find it on-line at

http://dev.mysql.com/doc/