mirror of
https://github.com/MariaDB/server.git
synced 2025-11-25 17:25:02 +03:00
- Server aborts when table doesn't have referenced index.
This is caused by 5f09b53bdb (MDEV-31086).
While iterating the foreign key constraints, we fail to
consider that InnoDB doesn't have referenced index for
it when foreign key check is disabled.