[MDEV-26239] ERROR 1808 (HY000): Schema mismatch (Index field name logintype doesn't match tablespace metadata field name password for field position 5) Created: 2021-07-26 Updated: 2021-08-25 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.5.11 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | derry | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Environment: |
Linux |
||
| Description |
|
Do as following steps: CREATE TABLE `users` ( |
| Comments |
| Comment by Dave [ 2021-08-25 ] |
|
Having this exact same issue but naturally for my own schema: I was following identical steps as original Reporter, only difference really being the charset, aside from that, identical. |
| Comment by Dave [ 2021-08-25 ] |
|
Looks to be similar to https://jira.mariadb.org/browse/MDEV-24352 and https://jira.mariadb.org/browse/MDEV-18543 |