mariadb/storage
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
..
archive MDEV-13384 - misc Windows warnings fixed 2017-09-28 17:20:46 +00:00
blackhole
cassandra Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
connect Fixed compiler warnings 2017-10-18 17:10:49 +03:00
csv Merge 10.0 into 10.1 2017-05-23 08:59:03 +03:00
example
federated MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT. 2017-09-28 17:20:46 +00:00
federatedx MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT. 2017-09-28 17:20:46 +00:00
heap MDEV-13384 - misc Windows warnings fixed 2017-09-28 17:20:46 +00:00
innobase MDEV-14081 ALTER TABLE CHANGE COLUMN Corrupts Index Leading to Crashes in 10.2 2017-10-18 22:15:27 +02:00
maria Fixed compiler warnings 2017-10-18 17:10:49 +03:00
mroonga Merge 10.1 into 10.2 2017-09-25 13:46:54 +03:00
myisam Fix some conversion warnings. 2017-09-30 09:26:58 +00:00
myisammrg MDEV-13384 - misc Windows warnings fixed 2017-09-28 17:20:46 +00:00
oqgraph Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
perfschema MDEV-13384 - misc Windows warnings fixed 2017-09-28 17:20:46 +00:00
rocksdb Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocks-merge 2017-10-13 13:25:46 +03:00
sequence Fix several compile warnings on Windows 2017-03-17 08:56:57 +00:00
sphinx MDEV-13384 - misc Windows warnings fixed 2017-09-28 17:20:46 +00:00
spider MDEV-13384 - misc Windows warnings fixed 2017-09-28 17:20:46 +00:00
test_sql_discovery MDEV-13712 Spelling errors in the error message 2017-09-18 10:12:23 +02:00
tokudb Merge branch '10.1' into 10.2 2017-09-19 12:43:02 +03:00
xtradb merge 10.1->10.2 2017-10-07 17:43:26 +00:00