mariadb/storage/xtradb/row
Marko Mäkelä 0202e47274 MDEV-12827 Assertion failure when reporting duplicate key error in online table rebuild
row_log_table_apply_insert_low(), row_log_table_apply_update():
When reporting the error_key_num, only count the clustered index
if it corresponds to a key in the SQL layer.

The assertion failure was probably introduced by the (incomplete)
MySQL 5.6.28 bug fix
Bug #21364096 THE BOGUS DUPLICATE KEY ERROR IN ONLINE DDL
WITH INCORRECT KEY NAME
which we are improving.

Side note: the fix was incorrectly merged to MySQL 5.7.10;
incorrect key names will continue to be reported in MySQL 5.7.
2017-12-21 17:19:13 +02:00
..
row0ext.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00
row0ftsort.cc Remove redundant UT_LIST_INIT() calls 2017-05-17 10:33:49 +03:00
row0import.cc MDEV-13899 IMPORT TABLESPACE may corrupt ROW_FORMAT=REDUNDANT tables 2017-09-24 10:11:16 +03:00
row0ins.cc MDEV-9663: InnoDB assertion failure: *cursor->index->name == TEMP_INDEX_PREFIX 2017-11-16 14:03:02 +02:00
row0log.cc MDEV-12827 Assertion failure when reporting duplicate key error in online table rebuild 2017-12-21 17:19:13 +02:00
row0merge.cc MDEV-13838: Wrong result after altering a partitioned table 2017-10-10 17:03:40 +03:00
row0mysql.cc MDEV-13407 innodb.drop_table_background failed in buildbot with "Tablespace for table exists" 2017-12-18 19:51:44 +02:00
row0purge.cc Silence bogus GCC 7 warnings -Wimplicit-fallthrough 2017-05-17 08:07:02 +03:00
row0quiesce.cc 5.6.31-77.0 2016-08-10 19:24:58 +02:00
row0row.cc 5.6.31-77.0 2016-08-10 19:24:58 +02:00
row0sel.cc MDEV-12569 InnoDB suggests filing bugs at MySQL bug tracker 2017-10-26 13:29:28 +03:00
row0uins.cc MDEV-13637 InnoDB change buffer housekeeping can cause redo log overrun and possibly deadlocks 2017-08-25 14:01:51 +03:00
row0umod.cc MDEV-12569 InnoDB suggests filing bugs at MySQL bug tracker 2017-10-26 13:29:28 +03:00
row0undo.cc MDEV-12323 Rollback progress log messages during crash recovery are intermixed with unrelated log messages 2017-12-13 18:56:22 +02:00
row0upd.cc MDEV-12569 InnoDB suggests filing bugs at MySQL bug tracker 2017-10-26 13:29:28 +03:00
row0vers.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00