[MDEV-7341] mysqld_multi doesn't recognize include directive (not following includes) Created: 2014-12-18 Updated: 2015-12-08 Resolved: 2015-12-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Affects Version/s: | 5.1.67, 5.2.14, 5.3.12, 5.5, 10.0 |
| Fix Version/s: | 5.5.47, 10.0.23, 10.1.10 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alex | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | upstream | ||
| Attachments: |
|
| Description |
|
Hello, Some patches exist but I'd like to avoid patching it, better have it that functionality out of the box So wanted to ask if you can fix it Thanks! |
| Comments |
| Comment by Elena Stepanova [ 2014-12-18 ] |
|
Do you want to provide (contribute) a patch which we could apply? It would probably go much faster this way. |
| Comment by Alex [ 2014-12-19 ] |
|
Hi Elena, The patch was provided by one of the aforementioned task's commentators The only thing is that it's strictly searching under /etc/mysql.d/ path for *.cnf (in CentOS). (Maybe someone wants to have it under a different dir?) I don't mind if this patch will be included since that's the dir path I anyway planned to use and obviously my files would have *.cnf extension Thanks! p.s. found many reports about mysqld_multi include problem here and there, even on Percona forums |
| Comment by Elena Stepanova [ 2014-12-19 ] |
|
It doesn't look like a real fix for the non-working directive problem, does it? |
| Comment by Alex [ 2015-01-06 ] |
|
Yes, you are right, it doesn't look like the fix. more than that it doesn't work. What it does:
note:
Hope it helps and can be polished/included and finally released Thanks! |