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
-
Activity
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Fix Version/s | 10.0 [ 16000 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Affects Version/s | 10.0 [ 16000 ] |
Component/s | Scripts & Clients [ 11002 ] |
Link |
This issue relates to |
Assignee | Ondřej Surý [ oerdnj ] |
Labels | beginner-friendly |
Fix Version/s | 10.0 [ 16000 ] |
Fix Version/s | 10.1 [ 16100 ] |
Workflow | MariaDB v3 [ 79995 ] | MariaDB v4 [ 143930 ] |
Assignee | Ondřej Surý [ oerdnj ] | Tuukka Pasanen [ JIRAUSER49166 ] |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.2 [ 14601 ] |
Labels | beginner-friendly | SySV beginner-friendly packaging |
Status | Confirmed [ 10101 ] | In Review [ 10002 ] |
Affects Version/s | 10.3 [ 22126 ] | |
Affects Version/s | 10.0.30 [ 22313 ] |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Fix Version/s | 10.7 [ 24805 ] | |
Fix Version/s | 10.8 [ 26121 ] | |
Fix Version/s | 10.9 [ 26905 ] |
issue.field.resolutiondate | 2022-05-05 00:22:12.0 | 2022-05-05 00:22:12.675 |
Fix Version/s | 10.3.35 [ 27512 ] | |
Fix Version/s | 10.4.25 [ 27510 ] | |
Fix Version/s | 10.5.16 [ 27508 ] | |
Fix Version/s | 10.6.8 [ 27506 ] | |
Fix Version/s | 10.7.4 [ 27504 ] | |
Fix Version/s | 10.8.3 [ 27502 ] | |
Fix Version/s | 10.9.1 [ 27114 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Fix Version/s | 10.7 [ 24805 ] | |
Fix Version/s | 10.8 [ 26121 ] | |
Fix Version/s | 10.9 [ 26905 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10002 ] | Closed [ 6 ] |
Is there any down sides that you add '--silent' to upgrade? otto Can you come any downside that user can't see huge logs?