Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Fix
-
10.0.25
-
None
-
Debian Linux, Ubuntu Linux
Description
mariadb-server-10.0 package was failing with exit code 7.
After trying to track down the exact cause using a number of manual debug techniques we found the error was happening when running "/bin/bash /usr/bin/mysql_install_db --rpm --user=mysql --disable-log-bin" in the postinst script. This was because variables in the my.cnf file were not recognised.
The following varliables needed to be commented out for it to run:
query_response_time_stats=ON
server_audit_output_type=syslog
server_audit_logging=ON
server_audit_events=QUERY_DDL
Uncommenting them after the upgrade seems to be causing no issues.
Attachments
Issue Links
- relates to
-
MDEV-8437 plugin variables conflict with bootstrap (debian mariadb-server-10.0.postinst)
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Labels | need_feedback |
Labels | need_feedback |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Fix Version/s | 10.0 [ 16000 ] | |
Assignee | Sergey Vojtovich [ svoj ] |
Comment |
[ The issue was not solved in I had problem upgrading MariaDB 10.1. The problem is caused by "--bootstrap" option. With it mysqld do not load plugins and plugin parameters are not recognized. ] |
Fix Version/s | N/A [ 14700 ] | |
Fix Version/s | 10.0 [ 16000 ] | |
Resolution | Fixed [ 1 ] | |
Status | Confirmed [ 10101 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Stalled [ 10000 ] |
Resolution | Won't Fix [ 2 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 75628 ] | MariaDB v4 [ 150413 ] |
I should note we've had this fail on a number of versions, the upgrade to 10.0.25 being just the latest.