[MDEV-16540] Fixing 10 years old MySQL bug 20356 lower table name on view Created: 2018-06-20 Updated: 2018-07-19 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 5.5, 10.0, 10.1, 10.2, 10.3 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | VAROQUI Stephane | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | upstream | ||
| Environment: |
OSX |
||
| Description |
|
https://bugs.mysql.com/bug.php?id=20356
|
| Comments |
| Comment by Elena Stepanova [ 2018-07-18 ] |
|
There is a lot of hardly relevant rambling in that upstream report, but if I understand correctly, it eventually boils down to this: With lower_case_table_names=2, always display table/view names in the case they were initially created. Is it your request as well? |
| Comment by VAROQUI Stephane [ 2018-07-19 ] |
|
Hi Elena, This case pop up on my OSX when replication-manager is resharding of a real table ! The workaround was to rename the view just after it's creation to get back to some real table name that respect the casse. Have a nice day |