mariadb/storage/innobase/handler
Sergei Golubchik 607d8f9e97 MDEV-14081 ALTER TABLE CHANGE COLUMN Corrupts Index Leading to Crashes in 10.2
remove remnants of 10.0 bugfix, incorrectly merged into 10.2

Using col_names[i] was obviously, wrong, must've been col_names[ifield->col_no].
incorrect column name resulted in innodb having index unique_id2(id1),
while the server thought it's unique_id2(id4).
But col_names[ifield->col_no] is wrong too, because `table` has non-renamed
columns, so the correct column name is always dict_table_get_col_name(table, ifield->col_no)
2017-10-18 22:15:27 +02:00
..
ha_innodb.cc Remove dead code for pushing down LIMIT to InnoDB FULLTEXT INDEX queries 2017-10-18 09:07:53 +03:00
ha_innodb.h Merge branch '10.1' into 10.2 2017-08-17 11:38:34 +02:00
ha_xtradb.h Fix of emulated variables comments to reflect reality. 2017-05-10 11:08:33 +02:00
handler0alter.cc MDEV-14081 ALTER TABLE CHANGE COLUMN Corrupts Index Leading to Crashes in 10.2 2017-10-18 22:15:27 +02:00
i_s.cc MDEV-13557: Startup failure, unable to decrypt ibdata1 2017-08-31 08:36:56 +03:00
i_s.h Merge 10.1 into 10.2 2017-05-22 09:46:51 +03:00