| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
shared should provide libmysqlclient.so.18(libmysqlclient_16) too
don't "use DBD::mysql" explicitly in mytop
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cmake/cpack_rpm.cmake:
* mark all cnf files with %config(noreplace)
* add the forgotten postun script
sql/sys_vars.cc:
0 for a string variable means "no default. But datadir has the default value.
support-files/rpm/server-postin.sh:
* use mysqld --help to determine the correct datadir in the presence of my.cnf files
(better than my_print_defaults, because it considers the correct group set).
* Only create users, and chown/chmod if it's a fresh install, not an upgrade.
* only run mysql_install_db if datadir does not exist
|
|
|
|
| |
Fix : use attribute %config(noreplace) for /etc/my.cnf , instead of (automatically generated) %config
|
|
|
|
|
| |
Otherwise yum on fedora will not install them
(rpm will, yum on centos and rhel will).
|
|
|
|
|
| |
Build MariaDB-compat rpm by repackaging files from MariaDB-shared-5.3.*.rpm
Or RHEL6/CentOS6 make all other MariaDB rpms depend on MariaDB-compat.
|
|
|
|
|
|
|
|
| |
client and the server.
use my.cnf includes to split one big my.cnf file in server and client parts.
remove "Provides: mysql-libs" (doesn't help on CentOS 6)
|
|
configure with cmake -DRPM=distro
|