mariadb/storage/innobase/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/innobase 2015-05-04 19:17:21 +02:00
handler0alter.cc XtraDB/InnoDB crash with autoinc, vcol and online alter 2016-02-15 13:02:21 +01:00
i_s.cc Merge branch '5.5' into 10.0 2015-05-08 11:20:43 +02:00
i_s.h move to storage/innobase 2015-05-04 19:17:21 +02:00