[MDEV-693] LP:801613 - no --datadir option in mysqlhotcopy Created: 2011-06-24 Updated: 2014-01-15 Resolved: 2014-01-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | oleg a (Inactive) | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
mysqlhotcopy gets datadir location only from config, but in some cases i need option to specify alternate path very small fix in attach |
| Comments |
| Comment by oleg a (Inactive) [ 2011-06-24 ] |
|
Re: no --datadir option in mysqlhotcopy |
| Comment by oleg a (Inactive) [ 2011-06-24 ] |
|
patch to mysqlhotcopy |
| Comment by Rasmus Johansson (Inactive) [ 2011-06-24 ] |
|
Launchpad bug id: 801613 |
| Comment by Elena Stepanova [ 2013-03-10 ] |
|
From what I see, mysqlhotcopy takes datadir not from a config file, but from the running mysqld by checking the server variable; so I'm not sure how much value there is at providing it as an option, and whether it's right to allow the option take precedence over the datadir retrieved from the server. |