[MDEV-6655] [PATCH] mysqld_multi default log location in wrong directory Created: 2014-08-28 Updated: 2023-11-28 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.13 |
| Fix Version/s: | 10.4, 10.5, 10.6, 10.11 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Hartmut Holzgraefe | Assignee: | Andrew Hutchings |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | patch, upstream | ||
| Environment: |
Linux (but should not be OS specific) |
||
| Description |
|
From my original bug report http://bugs.mysql.com/73750 Description:
(or whatever the "share" path is for the current installation) in the init_log() function inside the script This is a very unexpected location, and AFAICT in violation with the linux file system standard (and Unix practice in general) as /usr should be considered read-only for everything but software installation actions (so that a read-only /usr file system can be shared between multiple installations) How to repeat: Suggested fix: |
| Comments |
| Comment by Hartmut Holzgraefe [ 2014-08-28 ] | ||||||||||||
|
Suggested fix:
| ||||||||||||
| Comment by Andrew Hutchings [ 2022-08-31 ] | ||||||||||||
|
Added a couple of comments on the PR, once these are solved we can look at merging it. |