mariadb/storage/innobase/trx
Thirunarayanan Balathandayuthapani 2d42e9ff7d MDEV-34703 LOAD DATA INFILE using Innodb bulk load aborts
problem:
=======
- During load statement, InnoDB bulk operation relies on temporary
directory and it got crash when tmpdir is exhausted.

Solution:
========
During bulk insert, LOAD statement is building the clustered
index one record at a time instead of page. By doing this,
InnoDB does the following
1) Avoids creation of temporary file for clustered index.
2) Writes the undo log for first insert operation alone
2025-01-15 23:49:13 +05:30
..
trx0i_s.cc MDEV-24035 Failing assertion: UT_LIST_GET_LEN(lock.trx_locks) == 0 causing disruption and replication failure 2024-12-12 18:02:00 +02:00
trx0purge.cc Merge 10.6 into 10.11 2024-11-29 13:43:17 +02:00
trx0rec.cc MDEV-34703 LOAD DATA INFILE using Innodb bulk load aborts 2025-01-15 23:49:13 +05:30
trx0roll.cc Merge 10.6 into 10.11 2024-12-19 15:38:53 +02:00
trx0rseg.cc Merge 10.6 into 10.11 2024-08-14 11:36:52 +03:00
trx0sys.cc Merge 10.6 into 10.11 2024-12-19 15:38:53 +02:00
trx0trx.cc Merge branch '10.6' into 10.11 2025-01-10 13:14:42 +01:00
trx0undo.cc Merge 10.6 into 10.11 2024-11-29 13:43:17 +02:00