Kristyna Streitova
c1706d51f9
- update to MariaDB 10.1.25 GA * notable changes * MariaDB can no longer be compiled with OpenSSL version 0.9.8 and below. The last 0.9.8 release was in December 2015, it is out of support and is no longer getting security fixes. * MariaDB Backup is now beta * release notes and changelog: * https://mariadb.com/kb/en/mariadb/mariadb-10125-release-notes * https://mariadb.com/kb/en/mariadb/mariadb-10125-changelog * refresh mariadb-10.1.12-fortify-and-O.patch * remove mariadb-10.1.22-xtradb_null_checks.patch (MDEV-12358), a fix was merged upstream * update file lists for new man-pages and tools - switch from 'Restart=on-failure' to 'Restart=on-abort' in mysql.service in order to follow the upstream OBS-URL: https://build.opensuse.org/request/show/509375 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=192
17 lines
414 B
Desktop File
17 lines
414 B
Desktop File
[Unit]
|
|
Description=MySQL server
|
|
Wants=basic.target
|
|
Conflicts=mysql.target
|
|
After=basic.target network.target
|
|
|
|
[Service]
|
|
Restart=on-abort
|
|
Type=simple
|
|
ExecStartPre=/usr/lib/mysql/mysql-systemd-helper install
|
|
ExecStartPre=/usr/lib/mysql/mysql-systemd-helper upgrade
|
|
ExecStart=/usr/lib/mysql/mysql-systemd-helper start
|
|
ExecStartPost=/usr/lib/mysql/mysql-systemd-helper wait
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|