[MDEV-11616] Build time macro @INSTALL_MYSQLSHAREDIR@ not honored in mysql_install_db Created: 2016-12-20 Updated: 2017-12-18 Resolved: 2017-12-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Affects Version/s: | 10.1, 10.1.20 |
| Fix Version/s: | 5.5.58, 10.0.33, 10.1.29, 10.2.10 |
| Type: | Bug | Priority: | Major |
| Reporter: | Honza Horak | Assignee: | Sergey Vojtovich |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | contribution | ||
| Environment: |
Linux, RHEL-7, RPM |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Sprint: | 10.1.30 | ||||||||
| Description |
|
Build time macro @INSTALL_MYSQLSHAREDIR@ is not honored in mysql_install_db (both, bash and perl variants). The language files can be installed into arbitrary directory when we specify INSTALL_MYSQLSHAREDIR macro in cmake call, but mysql_install_db scripts still look into $basedir/share/mysql directories. |
| Comments |
| Comment by Honza Horak [ 2016-12-20 ] | |||||||||
|
Proposed patch that we use in Fedora/RHEL attached. | |||||||||
| Comment by Sergei Golubchik [ 2017-12-12 ] | |||||||||
|
Probably, already fixed in | |||||||||
| Comment by Sergey Vojtovich [ 2017-12-18 ] | |||||||||
|
I confirm this should've been fixed by https://github.com/MariaDB/server/commit/93144b9e92d3d4fee3247895c1e06e8e7cfedcaa
|