mariadb/mysql-test/suite/innodb
Thirunarayanan Balathandayuthapani cfbc6af690 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_pessimisitic_insert() fails

ddl_log_write(): Release the global ddl lock after releasing the
log memory entry when error was encountered
2025-04-01 13:26:18 +05:30
..
include Merge branch '10.5' into 10.6 2024-05-08 20:06:00 +02:00
r MDEV-36017 Alter table aborts when temporary directory is full 2025-04-01 13:26:18 +05:30
t MDEV-36017 Alter table aborts when temporary directory is full 2025-04-01 13:26:18 +05:30