[MDEV-17430] Error message should correctly indicate corrupted foreign keys... Created: 2018-10-11 Updated: 2018-11-26 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Fix Version/s: | None |
| Type: | Task | Priority: | Trivial |
| Reporter: | Juan | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | logging | ||
| Description |
|
When a server has the index supporting a foreign key removed by disabling foreign key checks first, and is later re-started with foreign_key_checks=ON, attempting to read the table produces an error indicating the table does not exist:
and attempting to drop the database produces this error:
Would it be possible for the errors to be more clearly indicative of the corruption in the table structure? |