1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00
Files
mariadb/mysql-test/suite/innodb/t
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
2015-12-09 10:00:49 +01:00
2011-10-19 21:45:18 +02:00
2017-02-10 06:30:42 -05:00
2014-02-03 15:22:39 +01:00
2012-10-16 13:04:42 +02:00
2017-02-10 06:30:42 -05:00
2017-08-17 11:38:34 +02:00
2011-10-19 21:45:18 +02:00
2013-01-15 19:16:18 +01:00
2015-10-05 17:14:13 +02:00
2016-04-26 23:05:26 +02:00
2017-09-17 11:05:33 +03:00
2017-04-26 23:03:34 +03:00
2017-08-31 09:30:40 +03:00
2017-02-10 06:30:42 -05:00
2017-02-10 06:30:42 -05:00
2015-10-23 18:49:02 +03:00
2017-07-05 17:22:53 +03:00
2017-08-29 10:07:33 +03:00