mariadb/storage/innobase/dict
Jan Lindström b53bcd438f MDEV-7367: Updating a virtual column corrupts table which crashes server
Analysis: MySQL table definition contains also virtual columns. Similarly,
index fielnr references MySQL table fields. However, InnoDB table definition
does not contain virtual columns. Therefore, when matching MySQL key fieldnr
we need to use actual column name to find out referenced InnoDB dictionary
column name.

Fix: Add new function to match MySQL index key columns to InnoDB dictionary.
2015-03-31 09:16:48 +03:00
..
dict0boot.cc MDEV-5574 Set AUTO_INCREMENT below max value of column. 2014-02-01 09:33:26 +01:00
dict0crea.cc InnoDB 5.6.20 2014-09-11 16:42:54 +02:00
dict0dict.cc MDEV-7367: Updating a virtual column corrupts table which crashes server 2015-03-31 09:16:48 +03:00
dict0load.cc InnoDB 5.6.21 2014-11-20 16:59:22 +01:00
dict0mem.cc innodb 5.6.23 2015-02-18 17:59:21 +01:00
dict0stats.cc innodb-5.6.19 2014-08-06 20:05:10 +02:00
dict0stats_bg.cc MDEV-5574 Set AUTO_INCREMENT below max value of column. 2014-02-01 09:33:26 +01:00