SHA256
1
0
forked from pool/mariadb

Accepting request 833528 from server:database

OBS-URL: https://build.opensuse.org/request/show/833528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb?expand=0&rev=102
This commit is contained in:
Dominique Leuenberger 2020-09-14 10:04:07 +00:00 committed by Git OBS Bridge
commit 9e67fa25f8
3 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Sep 1 15:44:02 UTC 2020 - Cristian Rodríguez <crrodriguez@opensuse.org>
- Using basic.target dependencies is not needed with any systemd
release unless DefaultDependencies is disabled, remove from
unit files
-------------------------------------------------------------------
Tue Sep 1 15:05:00 UTC 2020 - Cristian Rodríguez <crrodriguez@opensuse.org>
- Mariadb uses hrtimers with absolute CLOCK_REALTIME values, this
won't work correctly if the clock isn't set and will do funny things
if it goes backward after starting the server as POSIX says that the new
clock value shall influence them, start the service after time-sync.target
to workaround the problem.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 12 16:43:40 UTC 2020 - Kristyna Streitova <kstreitova@suse.com> Wed Aug 12 16:43:40 UTC 2020 - Kristyna Streitova <kstreitova@suse.com>

View File

@ -23,9 +23,8 @@
Description=MariaDB database server Description=MariaDB database server
Documentation=man:mysqld(8) Documentation=man:mysqld(8)
Documentation=https://mariadb.com/kb/en/library/systemd/ Documentation=https://mariadb.com/kb/en/library/systemd/
Wants=basic.target
Conflicts=mariadb.target Conflicts=mariadb.target
After=basic.target network.target After=network.target time-sync.target
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target

View File

@ -23,9 +23,8 @@
Description=MariaDB database server - %I instance Description=MariaDB database server - %I instance
Documentation=man:mysqld(8) Documentation=man:mysqld(8)
Documentation=https://mariadb.com/kb/en/library/systemd/ Documentation=https://mariadb.com/kb/en/library/systemd/
Wants=basic.target
PartOf=mariadb.target PartOf=mariadb.target
After=basic.target network.target After=network.target time-sync.target
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target