|
The recent MySQL 5.7.44 and MySQL 8.0.35 release includes some InnoDB changes:
Not applicable to MariaDB Server
There are many changes to InnoDB in the MySQL 8.0 branch, but these are related to new features in 8.0 (such as CAST(... AS ... ARRAY) for JSON documents, or performance_schema.innodb_redo_log_files. The following change is specifically mentioned as not being applicable to 5.7:
Bug#34957949: delete + for update skip locked: Assertion failure: row0mysql.cc:2451:prebuilt->template_type == ROW_MYSQL_WHOLE_ROW
Applicable to MariaDB Server
Bug #23036096 - INNODB LAST DETECTED DEADLOCK NOT SHOWING FULL QUERY
Filed as MDEV-32576, but this is not going to be fixed right now.
Bug#35432973 InnoDB: processing single character tokens with FTS parser plugin
Filed as MDEV-32578.
|