mariadb/mysql-test/suite/vcol
Sergei Golubchik 50a8beedfe MDEV-13708 Crash with indexed virtual columns and FK cascading deletes
InnoDB was too eager to forget the open table (m_mysql_table=NULL)
and that caused it to try to open a table which was opened by the user
not FK-prelocked. The server didn't expect that.

After fixing this, it crashed in gcol.innodb_virtual_fk test, trying to
compute virtual columns for a table that didn't have them. Because
row_upd_store_row() was deleting a row from node->table, while computing
virtual columns in thr->prebuilt->m_mysql_table. Which wasn't necessarily
the same table, and might've not even had virtual columns, even if
node->table did.
2017-09-18 10:12:23 +02:00
..
inc Merge branch 'bb-10.2-serg-merge' into 10.2 2017-02-11 09:45:34 +01:00
r MDEV-13708 Crash with indexed virtual columns and FK cascading deletes 2017-09-18 10:12:23 +02:00
t MDEV-13708 Crash with indexed virtual columns and FK cascading deletes 2017-09-18 10:12:23 +02:00
disabled.def MDEV-11836 vcol.vcol_keys_myisam fails in buildbot and outside 2017-02-13 18:12:04 +01:00