[MXS-4850] Enable generic call commands. Created: 2023-11-06 Updated: 2023-11-21 Resolved: 2023-11-07 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | None |
| Fix Version/s: | 24.02.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | Johan Wikman |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Sprint: | MXS-SPRINT-194 | ||||||||||||
| Description |
|
Module commands are provided by a module but the call command is not present unless the module has been loaded due to the MaxScale configuration. In other words, it is not possible to provide generic functionality via a module unless the module is part of the configuration. Some mechanism is needed for making it possible to expose such functionality, so that a module e.g. can alter a configuration and make itself part of it. |
| Comments |
| Comment by Johan Wikman [ 2023-11-07 ] |
|
A call command targeting a module that has not been loaded turns out to cause the module to be loaded. That is quite sufficient, at least for now. |