1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-30 05:23:50 +03:00
Files
mariadb/mysql-test/suite/innodb/t
Marko Mäkelä 4d412e9854 MDEV-24758 heap-use-after-poison in innobase_add_instant_try/rec_copy
This is a backport of
commit fd9ca2a742 (MDEV-23295) and
commit 9a156e1a23 (MDEV-23345) to 10.3.

An instant ADD/DROP/reorder column could create a dummy table
object with the wrong ROW_FORMAT when innodb_default_row_format
was changed between CREATE TABLE and ALTER TABLE.

prepare_inplace_alter_table_dict(): If we had promised that
ALGORITHM=INPLACE is supported, we must preserve the ROW_FORMAT.

The rest of the changes are related to adding
Alter_inplace_info::inplace_supported to cache the return value of
handler::check_if_supported_inplace_alter().
2021-04-26 18:17:50 +03:00
..
2019-04-04 19:41:12 +03:00
2019-05-29 11:32:46 +03:00
2020-09-03 09:26:54 +03:00
2019-11-19 00:38:33 +02:00
2019-08-21 15:23:45 +03:00
2020-01-20 08:41:52 +02:00
2019-07-16 18:39:21 +03:00
2020-08-13 07:38:35 +03:00
2020-07-31 13:51:28 +03:00
2019-05-29 11:32:46 +03:00
2017-09-17 11:05:33 +03:00
2018-09-14 08:47:22 +02:00
2019-05-29 11:32:46 +03:00
2019-03-05 12:56:05 +02:00
2020-03-20 18:12:17 +02:00
2021-03-04 16:04:30 +02:00
2020-07-31 11:54:35 +03:00
2020-09-21 11:04:04 +03:00
2019-07-16 18:39:21 +03:00
2018-05-17 09:37:01 +03:00
2019-04-26 15:31:31 +03:00