mariadb/storage/innobase/handler
Marko Mäkelä 01b2e773ef MDEV-15937 Assertion failure 'key->flags & 1' on ALTER TABLE
While the test case crashes a MariaDB 10.2 debug build only,
let us apply the fix to the earliest applicable MariaDB series (10.0)
to avoid any data corruption on a table-rebuilding ALTER TABLE
using ALGORITHM=INPLACE.

innobase_create_key_defs(): Use altered_table->s->primary_key
when a new primary key is being created.
2018-04-23 13:04:58 +03:00
..
ha_innodb.cc Merge branch '5.5' into 10.0 2018-04-20 14:33:24 +02:00
ha_innodb.h BUG#27216817: INNODB: FAILING ASSERTION: PREBUILT->TABLE->N_MYSQL_HANDLES_OPENED == 1 2018-04-19 22:37:37 +02:00
handler0alter.cc MDEV-15937 Assertion failure 'key->flags & 1' on ALTER TABLE 2018-04-23 13:04:58 +03:00
i_s.cc MDEV-13918 Race condition between INFORMATION_SCHEMA.INNODB_SYS_TABLESTATS and ALTER/DROP/TRUNCATE TABLE 2017-10-18 21:19:33 +03:00
i_s.h move to storage/innobase 2015-05-04 19:17:21 +02:00