mariadb/storage/innobase/row
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
..
row0ext.cc Merge 10.3 into 10.4 2020-07-02 07:39:33 +03:00
row0ftsort.cc Merge branch '10.4' into 10.5 2023-12-02 01:02:50 +01:00
row0import.cc Merge branch '10.4' into 10.5 2024-04-16 11:04:14 +02:00
row0ins.cc MDEV-29182 Assertion fld->field_no < table->n_v_def failed on cascade 2025-01-22 17:22:07 +02:00
row0log.cc MDEV-36017 Alter table aborts when temporary directory is full 2025-03-20 19:49:43 +05:30
row0merge.cc MDEV-35116 InnoDB fails to set error index for HA_ERR_NULL_IN_SPATIAL 2024-10-14 14:28:24 +05:30
row0mysql.cc MDEV-35723: applying non-zero offset to null pointer in INSERT 2025-01-17 12:34:03 +02:00
row0purge.cc MDEV-34078 Memory leak in InnoDB purge with 32-column PRIMARY KEY 2024-10-01 18:35:39 +03:00
row0quiesce.cc Merge 10.4 into 10.5 2022-12-13 14:39:18 +02:00
row0row.cc MDEV-35122 Incorrect NULL value handling for instantly dropped BLOB columns 2024-10-15 12:04:37 +05:30
row0sel.cc MDEV-34823 Invalid arguments in ib_push_warning() 2024-09-06 14:29:09 +03:00
row0uins.cc Merge 10.3 into 10.4 2022-02-21 14:10:27 +03:00
row0umod.cc Merge 10.3 into 10.4 2022-02-21 14:10:27 +03:00
row0undo.cc Merge 10.4 into 10.5 2021-06-21 14:22:22 +03:00
row0upd.cc Revert "MDEV-32964: Expect DB_INTERRUPTED from wsrep_row_upd_check_foreign_constraints" 2023-12-20 14:20:40 +01:00
row0vers.cc Merge 10.4 into 10.5 2023-09-19 10:20:09 +03:00