[MDEV-9251] Fix MySQL Bug#20755615 Created: 2015-12-09 Updated: 2015-12-11 Resolved: 2015-12-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Storage Engine - XtraDB |
| Affects Version/s: | 5.5, 10.0, 10.1 |
| Fix Version/s: | 5.5.48, 10.0.23, 10.1.10 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
InnoDB compares column names case sensitively, while according to Storage Engine API column names should be compared case insensitively. This can cause FRM and InnoDB data dictionary to go out of sync:
|
| Comments |
| Comment by Jan Lindström (Inactive) [ 2015-12-11 ] |
|
commit c19972fc8708778bd6070715b449351a39edb0cc |