1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-09 08:01:34 +03:00
Files
mariadb/mysql-test/suite/innodb/r
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
..
2014-08-02 21:26:16 +02:00
2017-06-08 12:45:08 +03:00
2017-01-19 12:06:13 +02:00
2017-02-10 06:30:42 -05:00
2011-07-02 22:08:51 +02:00
2017-02-10 06:30:42 -05:00
2017-04-06 09:52:25 +03:00
2017-04-17 03:18:21 +03:00
2017-04-06 09:52:25 +03:00
2016-04-26 23:05:26 +02:00
2016-12-30 13:48:22 +02:00
2017-02-10 06:30:42 -05:00
2017-02-10 06:30:42 -05:00
2017-06-15 14:35:51 +03:00
2017-06-15 14:35:51 +03:00
2017-06-15 14:35:51 +03:00
2017-06-15 14:35:51 +03:00