mariadb/packaging/rpm-uln
Joerg Bruehe 66f1e55b8d 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 Placement change: 2012-11-07 17:45:02 +01:00
filter-requires-mysql.sh Placement change: 2012-11-07 17:45:02 +01:00
generate-tarball.sh Placement change: 2012-11-07 17:45:02 +01:00
my.cnf Placement change: 2012-11-07 17:45:02 +01:00
my_config.h Placement change: 2012-11-07 17:45:02 +01:00
mysql-5.5-errno.patch Placement change: 2012-11-07 17:45:02 +01:00
mysql-5.5-fix-tests.patch Placement change: 2012-11-07 17:45:02 +01:00
mysql-5.5-libdir.patch Placement change: 2012-11-07 17:45:02 +01:00
mysql-5.5-mtr1.patch Placement change: 2012-11-07 17:45:02 +01:00
mysql-5.5-stack-guard.patch Placement change: 2012-11-07 17:45:02 +01:00
mysql-5.5-testing.patch Placement change: 2012-11-07 17:45:02 +01:00
mysql-chain-certs.patch Building RPMs for ULN: 2012-11-08 15:49:28 +01:00
mysql-embedded-check.c Placement change: 2012-11-07 17:45:02 +01:00
mysql-expired-certs.patch Placement change: 2012-11-07 17:45:02 +01:00
mysql-install-test.patch Placement change: 2012-11-07 17:45:02 +01:00
mysql-strmov.patch Placement change: 2012-11-07 17:45:02 +01:00
mysql.init Placement change: 2012-11-07 17:45:02 +01:00
mysql.spec.sh RPMs for ULN do not build in MySQL 5.6: Patches + libmysqld.so 2012-12-10 09:42:18 +01:00
README-ULN Placement change: 2012-11-07 17:45:02 +01:00
README.mysql-docs Placement change: 2012-11-07 17:45:02 +01:00
scriptstub.c Placement change: 2012-11-07 17:45:02 +01:00

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/