[MCOL-156] Storage engine uses external XML file for config, not my.cnf Created: 2016-06-21 Updated: 2023-10-26 Resolved: 2016-07-13 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | None |
| Fix Version/s: | 1.0.2 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Justin Swanhart (Inactive) | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Calpont.xml is used. Note that in mcol-153, dleeyh is suggesting adding new parameters to this XML file. These parameters belong in my.cnf so that they can be examined with SHOW GLOBAL VARIABLES, etc. This is a serious interoperability issue for comparing configurations of databases with standard MySQL tools. |
| Comments |
| Comment by David Hill (Inactive) [ 2016-07-13 ] |
|
not a bug, the originator didn't understand how the columnstore product worked and there is a need to a engine file |
| Comment by Justin Swanhart (Inactive) [ 2016-07-19 ] |
|
The originator understands how the product (doesn't) work. |
| Comment by Justin Swanhart (Inactive) [ 2016-07-19 ] |
|
This is a bug. There is no need for an external file. All configuration for a storage engine should be through the my.cnf mechanism. |