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/r
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-07-18 18:01:04 +03:00
2019-07-22 15:28:05 +03:00
2021-04-24 10:37:21 +03:00
2020-09-03 09:26:54 +03:00
2019-11-19 00:38:33 +02:00
2017-02-10 06:30:42 -05:00
2019-08-21 15:23:45 +03:00
2017-02-10 06:30:42 -05:00
2017-04-06 09:52:25 +03:00
2021-01-13 18:54:53 +02: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-08-21 15:23:45 +03:00
2019-02-19 17:41:13 +02:00
2020-08-13 18:18:25 +03:00
2021-03-04 16:04:30 +02:00
2016-12-30 13:48:22 +02:00
2017-02-10 06:30:42 -05:00
2020-07-31 13:51:28 +03:00
2017-02-10 06:30:42 -05:00
2020-10-28 10:44:40 +02:00
2019-07-16 18:39:21 +03:00
2018-11-06 09:40:39 +02:00
2018-12-04 13:18:14 +02:00
2020-09-22 14:33:03 +03:00
2019-05-04 17:04:55 +02:00