mirror of
https://github.com/MariaDB/server.git
synced 2025-11-28 17:36:30 +03:00
- During insertion of clustered inde, InnoDB does the check for foreign key constraints. It rebuild the tuple based on foreign column names when there is no foreign index. While rebuilding, InnoDB should ignore the dropped columns.