mariadb/mysql-test/suite/innodb
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
..
include mtr: remove innodb combinations 2024-05-05 21:37:08 +02:00
r MDEV-36017 Alter table aborts when temporary directory is full 2025-03-20 19:49:43 +05:30
t MDEV-36017 Alter table aborts when temporary directory is full 2025-03-20 19:49:43 +05:30
disabled.def MDEV-32725 innodb.import_update_stats accesses uninitialized ib_table->stat_n_rows 2023-12-04 10:30:39 +01:00