Skip to content

Do not call fatal() when no databases were optimised

This check exists for mysql-backup.cron; usually at least the mysql backup is backed up, so fatal() should never be called. This was also the case for optimise; however, we now ignore the mysql database as optimising it can cause crashes, causing fatal() to be called while everything is fine.

Merge request reports