mariadb/storage/innobase/fil
Thirunarayanan Balathandayuthapani f85a27543c 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.

Fix:
===
row_log_online_op(): Mark the error in online log when
InnoDB ran out of temporary space

fil_space_extend_must_retry(): Assign os_has_said_disk_full
to true if os_file_set_size() fails.
2025-03-20 19:49:43 +05:30
..
fil0crypt.cc MDEV-33978 P_S.THREADS is not showing all server threads 2025-01-27 12:11:47 +02:00
fil0fil.cc MDEV-36017 Alter table aborts when temporary directory is full 2025-03-20 19:49:43 +05:30
fil0pagecompress.cc Merge branch '10.4' into 10.5 2023-11-08 12:59:00 +01:00