[MCOL-538] Argument in alias circumvents ~/.my.cnf option file Created: 2017-01-27 Updated: 2023-10-26 Resolved: 2017-06-06 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.0.7 |
| Fix Version/s: | 1.0.10, 1.1.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | nathan aschoff | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | nash | ||
| Environment: |
Debian 8, Single server install |
||
| Sprint: | 2017-11, 2017-12 |
| Description |
|
After following install steps from KB on single server install from deb packages, I noticed that the alias mcsmysql was not reading the options that I wrote in the ~/.my.cnf file.
Solution (replace --defaults-file with --defaults-extra-file)
|
| Comments |
| Comment by David Thompson (Inactive) [ 2017-01-27 ] | |||||
|
This seems like a good fix to put in the base alias script. | |||||
| Comment by Chris Calender (Inactive) [ 2017-05-18 ] | |||||
|
Fyi, I just added this fix as described above.
| |||||
| Comment by David Hill (Inactive) [ 2017-06-02 ] | |||||
|
checked in change that Chris had noted 1.0.10 commit 8ba6db5b36c7668685177fde63376c667145f268 oam/install_scripts/columnstoreAlias | 2 +- 1.1.0 commit 4f2e992a2576e7312cb5f2981d41e2da4d8a01c9 oam/install_scripts/columnstoreAlias | 2 +- | |||||
| Comment by David Hill (Inactive) [ 2017-06-02 ] | |||||
|
did another release to fix defaults-extra to defaults-extra-file | |||||
| Comment by Daniel Lee (Inactive) [ 2017-06-06 ] | |||||
|
Builds verified: Github source, 1.0.10, 1.1.0 1.0.10 [root@localhost mariadb-columnstore-server]# git show [root@localhost mariadb-columnstore-engine]# git show 1.1.0 [root@localhost mariadb-columnstore-server]# git show [root@localhost mariadb-columnstore-engine]# git show |