Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.0(EOL), 10.3(EOL)
-
Debian Jessie amd64
Description
After upgrading MariaDB 10.0 using the MariaDB repository (even a minor upgrade), debian-start.sh executes mysql_upgrade and sends its output to the syslog.
The default behavior of mysql_upgrade is to output "database.table OK" for each tables that didnt require an upgrade.
The server i did upgrade have more than 200000 tables, which means that more than 200000 log lines are added to the syslog that does just states that nothing has been done.
Suggested fix : Add '--silent' to the call of "mysql_upgrade" which should only log tables that have been upgraded.
Attachments
Issue Links
- relates to
-
MDEV-12576 Upgrade MariaDB 10.0 from Distro to 10.1 from MariaDB Repo does not happen
- Closed