mariadb/storage/xtradb/trx
Marko Mäkelä 34db9958e2 MDEV-18936 Purge thread fails to exit on shutdown
When there is a huge transaction in the undo log, the purge threads
may get stuck in trx_purge_attach_undo_recs() for a long time,
causing the server to hang on a normal shutdown (innodb_fast_shutdown>0).

Apparently the innodb_purge_batch_size does not work correctly, or the
n_pages_handled is not being incremented correctly. We do not fix that
for now, but we will instead check if shutdown has been initiated,
allowing the purge threads to shut down without delays.
2019-03-15 12:09:46 +02:00
..
trx0i_s.cc Never pass NULL to innobase_get_stmt() 2017-05-17 08:27:04 +03:00
trx0purge.cc MDEV-18936 Purge thread fails to exit on shutdown 2019-03-15 12:09:46 +02:00
trx0rec.cc Revert "MDEV-6928: Add trx pointer to struct mtr_t" 2018-01-29 11:05:17 +02:00
trx0roll.cc Revert "MDEV-14705: Do not rollback on InnoDB shutdown" 2018-04-10 08:55:20 +03:00
trx0rseg.cc MDEV-13807 mariabackup --apply-log-only does generate redo log by performing rollback and possibly other tasks 2017-09-16 09:55:49 +03:00
trx0sys.cc Fix -Wclass-memaccess in WSREP,InnoDB,XtraDB 2018-08-03 12:21:13 +03:00
trx0trx.cc MDEV-15740: InnoDB does not flush redo log when it shoul 2019-01-07 12:12:30 +02:00
trx0undo.cc Merge branch '10.0' into 10.1 2018-07-31 11:58:29 +02:00