mariadb/storage
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
..
archive MDEV-8450: PATCH] Wrong macro expansion in Query_cache::send_result_to_client() 2015-09-06 22:26:33 +02:00
blackhole
cassandra MDEV-6662: possible bug in cassandra_se.cc 2015-12-10 02:28:41 +03:00
connect Backported fix for ccache 2016-01-03 12:48:55 +02:00
csv
example
federated Merge branch '5.5' into 10.0 2015-12-13 00:10:40 +01:00
federatedx Merge branch '5.5' into 10.0 2015-12-13 00:10:40 +01:00
heap
innobase XtraDB/InnoDB crash with autoinc, vcol and online alter 2016-02-15 13:02:21 +01:00
maria fix a few spelling mistakes 2015-12-11 15:21:42 +01:00
mroonga Disable some test with year that are outside of the range that mroonga can handle 2015-11-30 05:44:02 +02:00
myisam MDEV-8571 - After mysqloptimize sometimes one of the tables is marked as crashed 2015-12-11 11:42:04 +04:00
myisammrg
ndb
oqgraph MDEV-8128 cmake fails to detect boost libraries 2015-06-16 23:58:14 +02:00
perfschema after-merge: 10.0 part of MDEV-9249 (ERR_remove_state) 2015-12-21 16:37:59 +01:00
sequence
sphinx Merge branch '5.5' into 10.0 2015-06-11 20:20:35 +02:00
spider MDEV-9088 Server crashes on shutdown after the second post of feedback report 2015-12-19 13:36:21 +01:00
test_sql_discovery
tokudb Fix annoying repetitive tokudb build warning, if MariaDB is build on non-Linux x64 system 2016-01-07 17:24:57 +01:00
xtradb XtraDB/InnoDB crash with autoinc, vcol and online alter 2016-02-15 13:02:21 +01:00