mariadb/support-files/rpm
Daniel Black 659047b820 MDEV-11386: Advance Toochain library cache workaround (temporary)
Due to the way Advance Toolchain before 10.0-3 and 8.0-8 is
packaged, shared libraries installed after the library cache
advance-toolchain-atX.Y-runtime package aren't updated in
/opt/atX.Y/etc/ld.so.cache. This results in mysqld,
configured with RUNPATH set to /opt/atX.Y/lib64, resulting
in the Advance Toolchain loader being used and if libraries
such as jemalloc, libssl or any other library that mysqld uses
is installed after Advance Toolchain, these libraries aren't in
the cache and therefore won't be found in the RPM postinstall
when mysqld is executed by mysql_install_db.

Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
2017-03-02 14:04:08 +04:00
..
client.cnf
my.cnf
mysql-clients.cnf
server-postin.sh MDEV-11386: Advance Toochain library cache workaround (temporary) 2017-03-02 14:04:08 +04:00
server-postun.sh MDEV-7368 : SLES: Failed to start mysql.service: Unit 2015-01-14 18:26:29 -05:00
server-prein.sh MDEV-5986 MariaDB upgrade on CentOS 6 fails due to sed error 2014-04-07 20:41:28 +02:00
server-preun.sh MDEV-295 Do NOT start mysql when installing MariaDB rpms 2012-05-25 21:08:26 +02:00
server.cnf update /etc/my.cnf.d/server.cnf to say 10.0, not 5.5 2013-09-25 19:41:28 +02:00
shared-post.sh