mariadb/storage/xtradb/handler
Jan Lindström 628bc576b3 MDEV-9918: [ERROR] mysqld got signal 11 during ALTER TABLE name COLUMN ADD
Problem was that in-place online alter table was used on a table
that had mismatch between MySQL frm file and InnoDB data dictionary.
Fixed so that traditional "Copy" method is used if the MySQL frm
and InnoDB data dictionary is not consistent.
2016-04-22 08:57:07 +03:00
..
ha_innodb.cc MDEV-9918: [ERROR] mysqld got signal 11 during ALTER TABLE name COLUMN ADD 2016-04-22 08:57:07 +03:00
ha_innodb.h MDEV-9918: [ERROR] mysqld got signal 11 during ALTER TABLE name COLUMN ADD 2016-04-22 08:57:07 +03:00
handler0alter.cc MDEV-9918: [ERROR] mysqld got signal 11 during ALTER TABLE name COLUMN ADD 2016-04-22 08:57:07 +03:00
i_s.cc MDEV-7762 InnoDB: Failing assertion: block->page.buf_fix_count > 0 in buf0buf.ic line 730 2015-12-03 13:18:10 +02:00
i_s.h move to storage/xtradb 2015-05-04 19:15:28 +02:00
xtradb_i_s.cc move to storage/xtradb 2015-05-04 19:15:28 +02:00
xtradb_i_s.h move to storage/xtradb 2015-05-04 19:15:28 +02:00