Bug #77878 | RPM scripts fail with multiple datadir= | ||
---|---|---|---|
Submitted: | 30 Jul 2015 4:34 | Modified: | 27 Aug 2015 13:45 |
Reporter: | Andrew Dalgleish | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Packaging | Severity: | S3 (Non-critical) |
Version: | 5.6 | OS: | Linux |
Assigned to: | CPU Architecture: | Any |
[30 Jul 2015 4:34]
Andrew Dalgleish
[30 Jul 2015 4:40]
MySQL Verification Team
The "binary operator expected" error comes from these two lines: STATUS_FILE=$mysql_datadir/RPM_UPGRADE_MARKER if [ -f $STATUS_FILE ]; then
[27 Aug 2015 13:45]
Paul DuBois
Noted in 5.5.46, 5.6.27, 5.7.9, 5.8.0 changelogs. RPM installation scripts if configuration files contained multiple datadir lines. Now the last datadir line is used.
[17 Dec 2015 14:04]
Paul DuBois
There was a missing word in the changelog entry, which should be: RPM installation scripts failed if configuration files contained multiple datadir lines. Now the last datadir line is used.