mariadb/storage/xtradb/handler
Sergei Golubchik 1fc6e297f2 XtraDB/InnoDB crash with autoinc, vcol and online alter
Fix the doubly questional fix for MySQL Bug#17250787:
* it detected autoinc index by looking for the first index
  that starts from autoinc column. never mind one column
  can be part of many indexes.
* it used autoinc_field->field_index to look up into internal
  innodb dictionary. But field_index accounts for virtual
  columns too, while innodb dictionary ignores them.

Find the index by its name, like elsewhere in ha_innobase.
2016-02-15 13:02:21 +01:00
..
ha_innodb.cc Use C++ linkage. 2016-02-04 13:54:57 +02:00
ha_innodb.h move to storage/xtradb 2015-05-04 19:15:28 +02:00
handler0alter.cc XtraDB/InnoDB crash with autoinc, vcol and online alter 2016-02-15 13:02:21 +01:00
i_s.cc MDEV-7762 InnoDB: Failing assertion: block->page.buf_fix_count > 0 in buf0buf.ic line 730 2015-12-03 13:18:10 +02:00
i_s.h move to storage/xtradb 2015-05-04 19:15:28 +02:00
xtradb_i_s.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00
xtradb_i_s.h move to storage/xtradb 2015-05-04 19:15:28 +02:00