[MXS-4110] Schemarouter does not ignore the sys schema Created: 2022-04-22 Updated: 2022-05-11 Resolved: 2022-04-27 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | schemarouter |
| Affects Version/s: | 2.5.19, 6.3.0 |
| Fix Version/s: | 2.5.21, 6.3.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The sys schema was added to MariaDB 10.6 but this isn't in the list of database names that are automatically ignored. This causes schemarouter to not work with MariaDB 10.6 unless ignore_tables_regex is used to exclude it from the duplicate checks. |