mirror of
https://github.com/MariaDB/server.git
synced 2025-12-06 05:42:06 +03:00
which are pointed to the table being altered Problem: ======== InnoDB failed to change the column name present in foreign key cache for instant add column. So it leads to column mismatch for the consecutive rename of column. Solution: ========= Evict the foreign key information from cache and load the foreign key information again for instant operation.