mariadb/mysql-test/suite/gcol
Thirunarayanan Balathandayuthapani 923ecbdfef MDEV-23387 dict_load_foreign() fails to load the table during alter
Problem:
=======
 InnoDB allows virtual index to be referenced index in foreign key
relations. While dropping the virtual column, Inplace alter does
allow the table to be closed and open it using table name to
update dict_table_t::v_cols. While loading the table, it doesn't
allow any error to be ignored. InnoDB can't find the referenced
virtual index and fails to load the table during Inplace alter.

Solution:
=========
  During inplace alter, ignore the foreign key error while loading
the table.

Reviewed-by: Marko Mäkelä
2020-10-19 19:36:00 +05:30
..
inc MDEV-20618 Assertion failed in row_upd_sec_index_entry 2020-09-01 18:27:09 +10:00
r MDEV-23387 dict_load_foreign() fails to load the table during alter 2020-10-19 19:36:00 +05:30
t MDEV-23387 dict_load_foreign() fails to load the table during alter 2020-10-19 19:36:00 +05:30