mariadb/storage/innobase/handler
Sergei Golubchik 47687eef41 MDEV-12936 upgrade to 10.2.6 failed upon tables with virtual columns
when opening 10.1- table that has virtual columns:

1. don't error out if it has vcols over autoinc columns.
   just issue a warning.
2. set vcol type properly
3. in innodb: use table->s->stored_fields instead of table->s->fields,
   because that's what was stored in innodb data dictionary
2017-07-05 17:15:58 +02:00
..
ha_innodb.cc MDEV-12936 upgrade to 10.2.6 failed upon tables with virtual columns 2017-07-05 17:15:58 +02:00
ha_innodb.h Remove the unnecessary method handlerton::release_temporary_latches() 2017-06-16 12:37:00 +03:00
ha_innopart.cc Remove trx_t::has_search_latch and simplify debug code 2017-06-16 13:17:05 +03:00
ha_innopart.h Bug #23046302 COUNT(*) MUCH SLOWER ON 5.7 THAN 5.6 2017-04-26 23:03:33 +03:00
ha_xtradb.h Fix of emulated variables comments to reflect reality. 2017-05-10 11:08:33 +02:00
handler0alter.cc InnoDB: Remove dead code for DATA_POINT and DATA_VAR_POINT 2017-07-03 12:17:10 +03:00
handler0alter_innopart.cc Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
i_s.cc Remove trx_t::has_search_latch and simplify debug code 2017-06-16 13:17:05 +03:00
i_s.h Merge 10.1 into 10.2 2017-05-22 09:46:51 +03:00