MariaDB
https://www.mariadb.org
MariaDB is a backward compatible, drop-in replacement branch of the MySQL
Database Server. It includes all major open source storage engines, including
the Maria storage engine.
Packaging is done at https://github.com/openSUSE/mysql-packaging/ - please submit your changes there
- Devel package for openSUSE:Factory
-
11
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout server:database/mariadb && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.debug | 0000002327 2.27 KB | |
README.install | 0000000674 674 Bytes | |
_constraints | 0000000420 420 Bytes | |
mariadb-10.0.15-logrotate-su.patch | 0000000503 503 Bytes | |
mariadb-10.1.1-mysqld_multi-features.patch | 0000005753 5.62 KB | |
mariadb-10.2.19-link-and-enable-c++11-atomics.patc |
0000001831 1.79 KB | |
mariadb-10.2.4-fortify-and-O.patch | 0000004487 4.38 KB | |
mariadb-10.2.4-logrotate.patch | 0000001070 1.04 KB | |
mariadb-10.3.17-fix_ppc_build.patch | 0000001529 1.49 KB | |
mariadb-10.3.17.tar.gz | 0071894997 68.6 MB | |
mariadb-10.3.17.tar.gz.sig | 0000000181 181 Bytes | |
mariadb.changes | 0000142413 139 KB | |
mariadb.keyring | 0000002861 2.79 KB | |
mariadb.service | 0000001188 1.16 KB | |
mariadb.spec | 0000033601 32.8 KB | |
mariadb.target | 0000000064 64 Bytes | |
mariadb@.service | 0000001209 1.18 KB | |
my.ini | 0000003447 3.37 KB | |
mysql-systemd-helper | 0000006486 6.33 KB | |
suse-test-run | 0000000446 446 Bytes | |
suse_skipped_tests.list | 0000002909 2.84 KB |
Revision 236 (latest revision is 325)
Martin Pluskal (pluskalm)
accepted
request 721764
from
Kristyna Streitova (kstreitova)
(revision 236)
- remove sql_mode from my.ini/my.cnf as NO_ENGINE_SUBSTITUTION and STRICT_TRANS_TABLES are already set by default from version 10.2.4 [bsc#1144314] - add mariadb-10.3.17-fix_ppc_build.patch to fix a compilation failure for ppc if ${CRC32_LIBRARY} target has no COMPILE_FLAGS yet. Then GET_TARGET_PROPERTY returns COMPILE_FLAGS-NOTFOUND, which doesn't work very well when it's later fed back into COMPILE_FLAGS. - _constraints: increase the memory because of the ppc build - adjust mysql-systemd-helper ("shutdown protected MySQL" section) so it checks both ping response and the pid in a process list as it can take some time till the process is terminated. Otherwise it can lead to "found left-over process" situation when regular mariadb is started [bsc#1143215]
Comments 0