[MXS-509] Enable external parsers to be used by MaxScale. Created: 2016-01-04 Updated: 2016-04-06 Resolved: 2016-04-06 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | QueryClassifier |
| Affects Version/s: | None |
| Fix Version/s: | 2.0.0 |
| Type: | Epic | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | Johan Wikman |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Epic Name: | Pluggable Parser |
| Description |
|
Currently the parser of the embedded MariaDB server is used for parsing requests, and parser is closely integrated into MaxScale. To provide for more flexibility, insulation and extensibility, the parser should instead be loaded at runtime as a plugin. |
| Comments |
| Comment by Johan Wikman [ 2016-04-06 ] |
|
The enabling of other parser than the built-in one is done. |