Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
6.2.2, 6.2.3, 6.2.4
-
None
Description
to reproduce:
Maxscale with configured schemarouter.
login into a server belongs to schemarouter:
create table cds;
create table t1 (id int);
create table T1 (id int);
login with maxscale schemarouter;
execute
show shards;
MariaDB [(none)]> show shards;
|
ERROR 2013 (HY000): Lost connection to MySQL server during query |
MAxscale error log:
2022-04-13 06:23:27 error : (3) [schemarouter] (Scehma-Router-Service); 'cds.T1' found on servers 'server1' and 'server1' for user 'maxuser'@'::ffff:172.26.0.1'. |
2022-04-13 06:23:27 error : (3) [schemarouter] (Scehma-Router-Service); Duplicate tables found, closing sessio |
If server support table case-sensitive tablenames, duplicate table check in schemarouter must also be case-sensitive.
Attachments
Issue Links
- is caused by
-
MDEV-17558 Problems with INFORMATION_SCHEMA.TABLES.TABLE_NAME and --lower-case-table-names=0
- Open
- relates to
-
MDEV-17558 Problems with INFORMATION_SCHEMA.TABLES.TABLE_NAME and --lower-case-table-names=0
- Open