[MCOL-446] mycnf config change request Created: 2016-12-06 Updated: 2020-08-25 Resolved: 2017-12-07 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.0.5 |
| Fix Version/s: | 1.0.12, 1.1.3 |
| Type: | New Feature | Priority: | Minor |
| Reporter: | David Hill (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Sprint: | 2017-24 |
| Description |
|
Please consider adding these, at least the character set related items and max_length_for_sort_data to the file /usr/local/Calpont/bin/myCnf-include-args.text so that if a customer has them defined they get preserved during an upgrade. (values included for reference, as the file only contains the setting name) max_length_for_sort_data= 8388608 please add this one to the list. it defaults to off, allowing less secure password encryption to be used and stored in the mysql.users table. http://dev.mysql.com/doc/refman/5.1/en/server-options.html#option_mysqld_secure-auth |
| Comments |
| Comment by David Hill (Inactive) [ 2016-12-06 ] |
|
For InfiniDB Issue #10267 |
| Comment by David Hill (Inactive) [ 2017-12-05 ] |
|
Actually Ben just needs to see this this functionality works... This is a file that was intended for the customer to update where they can define what variables gets applied in my.cnf during an upgrade process. This was done for InfiniDB, just need to make sure the functionality still works and then we will need to get this documented. |
| Comment by Ben Thompson (Inactive) [ 2017-12-05 ] |
|
Should only find strings in myCnf-include-args.text if it is preceeded by nothing but 'spaces' or '#' and followed by 'spaces' or '=' and will still update if a different setting is commented out earlier in the file. example: the value will still be preserved in upgrade. |
| Comment by Daniel Lee (Inactive) [ 2017-12-07 ] |
|
Builds verified: GitHub source 1.0.12-1 /root/columnstore/mariadb-columnstore-server Merge pull request #81 from mariadb-corporation/ /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #340 from mariadb-corporation/ 1.1.3-1 /root/columnstore/mariadb-columnstore-server Merge pull request #80 from mariadb-corporation/ /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #341 from mariadb-corporation/ Verified that postConfigure handled the myCnf-include-args.text file during upgrade. |