Thirunarayanan Balathandayuthapani
8a4d3a044f
MDEV-36017 Alter table aborts when temporary directory is full
...
Problem:
=======
- During inplace algorithm, concurrent DML fails to write
the log operation into the temporary file. InnoDB fail to
mark the error for the online log.
- ddl_log_write() releases the global ddl lock prematurely before
release the log memory entry
Fix:
===
row_log_online_op(): Mark the error in online log when
InnoDB ran out of temporary space
fil_space_extend_must_retry(): Mark the os_has_said_disk_full
as true if os_file_set_size() fails
btr_cur_pessimistic_update(): Return error code when
btr_cur_pessimistic_insert() fails
ddl_log_write(): Release the global ddl lock after releasing the
log memory entry when error was encountered
btr_cur_optimistic_update(): Relax the assertion that
blob pointer can be null during rollback because InnoDB can
ran out of space while allocating the external page
row_undo_mod_upd_exist_sec(): Remove the assertion which says
that InnoDB should fail to build index entry when rollbacking
an incomplete transaction after crash recovery. This scenario
can happen when InnoDB ran out of space.
row_upd_changes_ord_field_binary_func(): Relax the assertion to
make that externally stored field can be null when InnoDB ran out
of space.
2025-05-25 09:11:41 +05:30
..
2022-01-29 15:41:05 +01:00
2023-11-08 12:17:14 +02:00
2020-05-05 20:33:10 +03:00
2020-11-11 11:15:11 +02:00
2020-05-04 09:35:38 +05:30
2022-04-25 18:52:19 +05:30
2024-06-21 17:24:29 +05:30
2022-04-26 18:09:03 +03:00
2024-04-18 07:14:56 +03:00
2022-04-25 18:52:19 +05:30
2022-11-10 08:54:57 +02:00
2021-05-21 18:03:39 +03:00
2024-09-18 18:39:26 +07:00
2020-11-11 11:15:11 +02:00
2023-11-21 12:42:00 +02:00
2022-10-06 08:45:42 +03:00
2021-01-19 16:18:37 +05:30
2022-09-26 14:34:43 +03:00
2022-10-06 09:22:39 +03:00
2022-04-25 18:52:19 +05:30
2021-09-11 17:55:27 +03:00
2022-04-21 15:23:21 +03:00
2021-11-12 17:46:35 +05:30
2024-04-18 07:14:56 +03:00
2022-10-22 14:22:20 +04:00
2023-12-18 08:59:07 +02:00
2025-05-25 09:11:41 +05:30
2025-05-25 09:11:41 +05:30
2021-02-23 09:25:57 +01:00
2020-05-15 15:10:58 +03:00
2025-01-15 16:55:01 +02:00
2025-01-15 16:55:01 +02:00
2024-12-12 18:02:00 +02:00
2024-02-08 10:35:45 +02:00
2025-02-13 15:10:53 +01:00
2021-05-19 22:54:13 +02:00
2022-02-11 12:26:27 +03:00
2022-09-26 13:34:38 +03:00
2020-01-15 18:06:24 +01:00
2020-03-19 13:01:20 +02:00
2022-04-22 12:48:40 +03:00
2023-11-08 12:17:14 +02:00
2023-06-08 16:34:45 +05:30
2021-09-10 19:15:41 +03:00
2024-10-17 17:24:20 +03:00
2022-11-29 11:06:29 +02:00
2024-10-17 16:28:39 +02:00
2025-01-08 13:29:16 +02:00
2021-04-19 14:04:02 +10:00
2024-02-07 12:35:18 +02:00
2024-04-17 14:14:58 +03:00
2023-08-01 15:08:52 +02:00
2021-11-16 16:30:45 +02:00
2021-02-17 12:34:24 +02:00
2024-12-12 18:02:00 +02:00
2024-12-12 18:02:00 +02:00
2023-08-01 15:08:52 +02:00
2024-12-12 18:02:00 +02:00
2022-10-26 12:15:40 +03:00
2024-12-12 18:02:00 +02:00
2022-10-26 12:15:40 +03:00
2024-12-12 18:02:00 +02:00
2023-04-19 17:11:14 +05:30
2021-10-27 10:06:02 +03:00
2022-03-01 17:52:45 +02:00
2023-11-21 12:42:00 +02:00
2023-12-07 18:44:28 +05:30
2024-10-17 17:24:20 +03:00
2025-02-03 08:11:43 +02:00
2025-02-03 08:11:43 +02:00
2022-06-13 17:05:31 +03:00
2021-12-21 17:33:26 +02:00
2021-01-19 06:43:56 +03:00
2021-01-28 07:51:43 +02:00
2022-01-05 12:14:01 +02:00
2020-11-11 11:15:11 +02:00
2023-12-17 11:20:43 +01:00
2023-11-26 18:46:00 +05:30
2020-10-29 09:15:35 +02:00
2020-10-29 09:15:35 +02:00
2020-05-09 20:36:58 +02:00
2022-08-30 12:02:56 +03:00
2020-11-03 12:41:41 +02:00
2025-04-03 17:39:40 +05:30
2024-10-01 09:41:56 +05:30
2024-10-01 09:41:56 +05:30
2025-01-21 18:52:33 +05:30
2025-01-21 18:52:33 +05:30
2025-01-09 10:00:36 +01:00
2024-02-07 13:51:03 +02:00
2023-10-25 09:11:58 +03:00
2020-11-18 10:27:18 +02:00
2021-07-22 15:22:47 +10:00
2021-05-19 22:54:13 +02:00
2021-07-22 15:22:47 +10:00
2021-05-19 22:54:13 +02:00
2021-07-22 15:22:47 +10:00
2024-04-17 16:52:37 +02:00
2021-07-22 15:22:47 +10:00
2024-04-17 16:52:37 +02:00
2021-03-29 15:16:23 +03:00
2021-03-29 15:16:23 +03:00
2024-10-03 09:31:39 +03:00
2024-10-03 09:31:39 +03:00
2022-04-11 10:22:40 +03:00
2020-10-15 17:04:56 +03:00
2024-01-03 14:24:47 +02:00
2021-08-17 16:09:55 +03:00
2024-08-03 09:04:24 +02:00
2022-11-10 08:54:57 +02:00
2024-02-20 19:48:25 +05:30
2024-10-02 11:09:31 +03:00
2023-04-11 16:15:19 +03:00
2023-12-15 15:43:19 +05:30
2024-04-29 16:42:26 +05:30
2020-11-11 11:15:11 +02:00
2024-05-08 20:06:00 +02:00
2021-05-27 16:46:21 +02:00
2020-12-15 17:56:17 +02:00
2023-01-03 18:13:11 +02:00
2024-11-27 13:00:51 +05:30
2024-11-27 13:00:51 +05:30
2023-12-12 11:43:23 +02:00
2024-06-21 17:24:29 +05:30
2020-03-19 11:17:20 +02:00
2024-09-18 18:39:26 +07:00
2022-03-08 09:04:24 +02:00
2022-03-08 09:04:24 +02:00
2020-03-19 11:17:20 +02:00
2022-04-22 12:48:40 +03:00
2022-01-19 11:10:45 +11:00
2022-04-26 15:21:20 +03:00
2022-04-26 15:21:20 +03:00
2022-10-05 20:37:54 +03:00
2021-06-17 19:30:24 +02:00
2021-03-22 18:10:39 +11:00
2020-02-13 13:42:01 +02:00
2020-02-13 13:42:01 +02:00
2020-02-13 13:42:01 +02:00
2024-12-12 18:02:00 +02:00
2024-10-03 09:31:39 +03:00
2025-04-07 10:25:34 +03:00
2020-12-15 17:56:18 +02:00
2022-10-06 08:42:26 +03:00
2021-07-06 15:29:00 +10:00
2020-01-15 18:06:24 +01:00
2021-08-31 13:55:02 +03:00
2023-07-26 17:15:00 +07:00
2024-04-17 16:52:37 +02:00
2023-10-25 09:11:58 +03:00
2020-01-15 18:06:24 +01:00
2020-08-04 12:51:59 +03:00
2023-07-26 17:15:00 +07:00
2021-07-22 15:22:47 +10:00
2024-10-17 17:24:20 +03:00
2020-01-17 14:27:28 +02:00
2020-10-21 03:09:29 +03:00
2020-01-15 18:06:24 +01:00
2020-02-13 13:42:01 +02:00
2020-02-13 13:42:01 +02:00
2021-05-19 06:48:36 +02:00
2022-11-30 13:10:52 +02:00
2023-11-08 12:59:00 +01:00
2020-02-18 10:54:28 +02:00
2024-08-27 08:51:45 +03:00
2024-04-11 13:58:22 +02:00
2022-02-08 14:32:28 +02:00
2020-07-30 09:24:36 +03:00
2023-07-27 15:43:21 +02:00
2020-02-13 13:42:01 +02:00
2023-11-08 12:17:14 +02:00
2023-11-08 12:17:14 +02:00
2020-06-05 12:35:46 +03:00
2023-12-17 11:20:43 +01:00
2023-11-08 12:17:14 +02:00
2025-01-09 10:00:35 +01:00
2020-12-19 11:44:42 +01:00
2024-12-12 18:02:00 +02:00
2024-09-18 18:39:26 +07:00
2022-04-25 10:19:12 +03:00
2022-04-25 10:19:12 +03:00
2023-12-14 09:57:38 +11:00
2020-04-04 00:52:54 +03:00
2025-02-04 19:14:41 +03:00
2020-06-12 09:17:51 +05:30
2023-11-21 12:42:00 +02:00
2020-12-15 17:56:17 +02:00
2020-12-15 17:56:17 +02:00
2023-11-08 12:17:14 +02:00
2023-11-08 12:17:14 +02:00
2023-11-08 12:17:14 +02:00
2023-11-08 12:17:14 +02:00
2023-11-08 12:17:14 +02:00
2023-12-17 11:20:43 +01:00
2023-11-08 12:17:14 +02:00
2023-11-08 12:17:14 +02:00
2021-06-14 12:38:56 +03:00
2022-09-27 10:30:49 +03:00
2023-11-08 12:17:14 +02:00
2021-05-21 18:03:39 +03:00
2023-11-21 11:13:43 +05:30
2024-07-10 18:27:23 +02:00
2023-11-08 12:17:14 +02:00
2023-11-08 12:17:14 +02:00
2023-11-08 12:17:14 +02:00
2024-10-03 09:31:39 +03:00
2021-06-09 17:06:07 +03:00
2023-11-08 12:17:14 +02:00
2023-11-08 12:17:14 +02:00
2023-11-08 12:17:14 +02:00
2023-11-08 12:17:14 +02:00
2020-12-11 17:33:44 +03:00
2020-04-01 11:19:12 +03:00
2023-03-29 16:49:10 +03:00
2024-05-08 20:01:17 +02:00
2024-12-12 18:02:00 +02:00
2020-11-11 11:15:11 +02:00
2023-11-21 12:42:00 +02:00
2023-12-17 11:20:43 +01:00
2023-11-08 12:17:14 +02:00
2023-12-17 11:20:43 +01:00
2024-04-25 13:44:10 +03:00
2024-04-18 07:14:56 +03:00
2021-08-23 09:13:55 +03:00
2023-12-17 11:20:43 +01:00
2025-01-15 16:55:01 +02:00
2022-04-27 08:08:06 +03:00
2022-04-27 08:08:06 +03:00
2020-02-07 16:01:31 +05:30
2024-04-17 16:52:37 +02:00
2021-08-31 13:55:02 +03:00
2021-06-09 20:19:21 +05:30
2022-11-08 17:34:34 +02:00
2022-10-05 15:18:58 +03:00
2021-08-31 13:55:02 +03:00
2023-10-25 10:08:20 +03:00
2023-12-06 14:29:17 +05:30
2020-02-18 10:54:56 +02:00
2025-03-26 12:48:39 +01:00
2021-08-31 13:55:02 +03:00
2024-10-01 09:41:56 +05:30
2021-08-31 13:55:02 +03:00
2024-10-09 11:26:12 +03:00
2024-12-12 18:02:00 +02:00
2023-01-03 17:08:42 +02:00
2020-11-11 11:15:11 +02:00
2024-09-18 18:39:26 +07:00
2023-11-08 12:17:14 +02:00
2020-01-15 18:06:24 +01:00
2024-11-08 16:46:41 +05:30
2024-11-08 16:46:41 +05:30
2022-10-05 20:37:54 +03:00
2021-08-31 13:55:02 +03:00
2022-10-06 08:29:56 +03:00
2020-11-11 11:15:11 +02:00
2024-10-03 09:31:39 +03:00
2023-12-17 11:20:43 +01:00
2022-10-06 08:29:56 +03:00
2023-12-17 11:20:43 +01:00
2021-01-05 19:19:27 +10:00
2023-12-12 15:09:31 +11:00
2024-10-17 17:24:20 +03:00
2023-04-11 16:15:19 +03:00
2022-02-03 17:01:31 +01:00
2023-08-17 10:31:55 +03:00
2025-01-20 09:57:37 +02:00
2022-04-26 16:22:56 +05:30
2022-11-11 14:46:16 +04:00
2024-06-05 18:11:29 +05:30
2024-12-12 18:02:00 +02:00
2024-10-29 14:20:03 +01:00
2022-07-04 16:13:04 +03:00
2024-03-13 21:02:34 +01:00
2021-08-31 13:55:02 +03:00
2025-04-03 13:09:08 +05:30
2024-03-15 14:04:59 +05:30
2024-04-17 14:14:58 +03:00
2021-06-22 17:52:54 +03:00
2020-05-26 20:27:13 +05:30
2020-11-11 11:15:11 +02:00
2023-11-21 12:42:00 +02:00
2023-11-21 12:42:00 +02:00
2022-06-27 16:00:34 +03:00
2021-08-31 13:55:02 +03:00
2024-10-03 09:31:39 +03:00
2024-10-17 17:24:20 +03:00
2024-12-12 18:02:00 +02:00
2024-02-26 19:04:14 +05:30
2025-04-22 20:41:43 +03:00
2024-05-21 14:13:29 +05:30
2024-12-12 18:02:00 +02:00
2024-05-20 21:19:13 +05:30
2024-01-17 12:50:44 +02:00
2024-07-12 17:42:14 +05:30
2022-10-25 00:52:10 +03:00
2023-10-06 14:16:01 +03:00
2022-11-30 07:06:41 +02:00
2022-09-26 13:34:38 +03:00
2024-11-08 09:55:47 +02:00
2024-07-05 15:26:05 +05:30
2020-08-04 12:51:59 +03:00
2022-10-06 09:22:39 +03:00
2024-03-06 15:01:26 +05:30
2022-11-30 08:32:05 +02:00
2020-03-27 03:58:32 +02:00
2021-10-11 12:26:43 +03:00
2024-12-12 18:02:00 +02:00
2022-10-06 09:22:39 +03:00
2023-11-08 15:57:05 +01:00
2024-04-11 14:53:12 +02:00
2021-04-24 09:26:49 +03:00
2020-07-31 11:54:35 +03:00
2023-11-10 06:17:23 +04:00
2022-04-25 18:52:19 +05:30
2022-09-26 14:34:43 +03:00
2024-06-07 15:37:11 +05:30
2024-06-10 15:22:15 +03:00
2025-04-02 08:12:29 +03:00
2024-10-16 16:02:13 +02:00
2024-10-16 16:02:13 +02:00
2024-10-17 17:24:20 +03:00
2022-03-03 11:51:25 +02:00
2021-04-08 16:51:37 +10:00
2024-11-29 10:44:38 +02:00
2024-11-29 10:44:38 +02:00
2021-08-31 13:55:02 +03:00
2024-03-22 14:17:39 +02:00
2024-10-03 09:31:39 +03:00
2023-08-01 15:08:52 +02:00
2023-11-16 16:57:42 +02:00
2020-11-11 11:15:11 +02:00
2023-11-08 12:17:14 +02:00
2022-01-21 14:15:18 +05:30
2024-06-21 17:24:29 +05:30
2022-10-06 08:29:56 +03:00
2020-11-11 11:15:11 +02:00
2024-03-12 09:19:57 +02:00
2022-01-19 11:10:45 +11:00
2024-10-03 09:31:39 +03:00
2023-11-17 15:07:51 +02:00
2023-10-25 10:08:20 +03:00
2024-12-12 18:02:00 +02:00
2024-04-30 20:40:29 +05:30
2023-11-21 12:42:00 +02:00
2023-10-25 09:11:58 +03:00
2021-04-08 16:51:37 +10:00
2022-01-21 14:43:59 +02:00
2022-01-21 14:43:59 +02:00
2021-05-24 11:38:13 +05:30
2023-04-06 16:17:50 +04:00
2024-12-12 18:02:00 +02:00
2025-04-22 15:17:29 +05:30
2023-08-02 14:45:31 +02:00
2023-09-08 19:15:33 +02:00
2022-04-25 18:52:19 +05:30
2023-11-17 15:07:51 +02:00
2024-05-30 14:27:07 +03:00
2023-07-26 17:15:00 +07:00
2023-12-17 11:20:43 +01:00
2023-12-17 11:20:43 +01:00
2023-12-17 11:20:43 +01:00
2023-12-17 11:20:43 +01:00
2024-09-18 18:39:26 +07:00
2020-11-11 11:15:11 +02:00
2020-11-11 11:15:11 +02:00
2020-11-11 11:15:11 +02:00
2024-05-10 12:49:16 +03:00
2023-11-21 12:42:00 +02:00
2023-12-15 15:30:09 +05:30
2021-05-21 18:03:40 +03:00
2021-06-09 17:06:07 +03:00
2023-11-21 12:42:00 +02:00
2023-05-19 15:50:20 +03:00
2023-11-21 12:42:00 +02:00
2023-11-21 12:42:00 +02:00
2024-10-17 17:24:20 +03:00
2023-10-25 09:11:58 +03:00
2023-03-17 17:17:35 +05:30
2024-02-15 12:34:04 +02:00
2021-10-19 08:46:16 +03:00
2022-08-01 15:15:06 +03:00
2022-08-24 17:06:57 +03:00
2023-10-13 16:29:04 +03:00
2024-10-23 12:36:17 +03:00
2020-05-15 22:54:05 +03:00
2024-05-30 14:27:07 +03:00
2024-10-23 12:36:17 +03:00
2024-10-23 12:36:17 +03:00
2023-10-13 16:29:04 +03:00