[MXS-4092] schemarouter: duplicate tables found, if table differs on upper lower case only Created: 2022-04-13 Updated: 2023-10-20 Resolved: 2022-04-24 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | schemarouter |
| Affects Version/s: | 6.2.2, 6.2.3, 6.2.4 |
| Fix Version/s: | 2.5.20, 6.3.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Richard Stracke | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
to reproduce: Maxscale with configured schemarouter. login into a server belongs to schemarouter: create table cds; create table t1 (id int); login with maxscale schemarouter; execute show shards;
MAxscale error log:
If server support table case-sensitive tablenames, duplicate table check in schemarouter must also be case-sensitive. |
| Comments |
| Comment by Johan Wikman [ 2022-04-13 ] | |||||||||||||||||
|
Seems this was caused by commit 17094e9b98fd200c6d07a2dc06e23f88627f3896
|