We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccd9d0 commit c9f0f88Copy full SHA for c9f0f88
debian/mariadb-server-10.4.preinst
@@ -22,7 +22,7 @@ mysql_upgradedir=/var/lib/mysql-upgrade
22
stop_server() {
23
# Return immediately if there are no mysql processes running
24
# as there is no point in trying to shutdown in that case.
25
- if ! pgrep mysqld > /dev/null; then return; fi
+ if ! pgrep -x mysqld > /dev/null; then return; fi
26
27
set +e
28
systemctl stop mysql
0 commit comments