mariadb/storage/xtradb
Marko Mäkelä 6559ba71a5 MDEV-13797 InnoDB may hang if shutdown is initiated soon after startup while rolling back recovered incomplete transactions
trx_rollback_resurrected(): If shutdown was initiated, fake all
remaining active transactions to XA PREPARE state, so that shutdown
can proceed. Also, make the parameter "all" an output that will be
assigned to FALSE in this case.

trx_rollback_or_clean_recovered(): Remove the shutdown check
(it was moved to trx_rollback_resurrected()).

trx_undo_free_prepared(): Relax assertions.
2017-12-13 16:30:38 +02:00
..
api Revert d9bc5e03d788b958ce8c76e157239953db60adb2 from Oracle (in XtraDB) 2017-09-19 11:53:59 +03:00
btr MDEV-12569 InnoDB suggests filing bugs at MySQL bug tracker 2017-10-26 13:29:28 +03:00
buf MDEV-14140 IMPORT TABLESPACE must not go beyond FSP_FREE_LIMIT 2017-11-06 14:55:34 +02:00
data 5.6.31-77.0 2016-08-10 19:24:58 +02:00
dict MDEV-12569 InnoDB suggests filing bugs at MySQL bug tracker 2017-10-26 11:02:19 +03:00
dyn Merge branch '5.5' into 10.0 2017-03-03 01:37:54 +02:00
eval move to storage/xtradb 2015-05-04 19:15:28 +02:00
fil 5.5.55-38.8 2017-07-18 19:47:01 +02:00
fsp MDEV-13637 InnoDB change buffer housekeeping can cause redo log overrun and possibly deadlocks 2017-08-25 14:01:51 +03:00
fts fts_query_free(): Fix a potential assertion failure 2017-10-18 10:22:10 +03:00
fut move to storage/xtradb 2015-05-04 19:15:28 +02:00
ha 5.6.30-76.3 2016-06-21 14:20:09 +02:00
handler MDEV-13918 Race condition between INFORMATION_SCHEMA.INNODB_SYS_TABLESTATS and ALTER/DROP/TRUNCATE TABLE 2017-10-18 21:19:33 +03:00
ibuf MDEV-14140 IMPORT TABLESPACE must not go beyond FSP_FREE_LIMIT 2017-11-06 14:55:34 +02:00
include removed garbase struct member 2017-11-15 09:28:28 +08:00
lock MDEV-12569 InnoDB suggests filing bugs at MySQL bug tracker 2017-10-26 13:29:28 +03:00
log MDEV-13814 Extra logging when innodb_log_archive=ON 2017-09-22 10:28:14 +03:00
mach 5.5.55-38.8 2017-07-18 19:47:01 +02:00
mem 5.6.31-77.0 2016-08-10 19:24:58 +02:00
mtr Merge branch '5.5' into 10.0 2017-03-03 01:37:54 +02:00
mysql-test/storage_engine MDEV-12915 ST_Centroid does not return the same result than MySQL 2017-08-01 09:52:59 +02:00
os Merge branch 'merge-xtradb-5.5' into 5.5 2017-07-18 19:50:11 +02:00
page MDEV-13103 Assertion `flags & BUF_PAGE_PRINT_NO_CRASH' failed in buf_page_print 2017-09-06 14:01:15 +03:00
pars Merge branch 'merge-xtradb-5.6' into 10.0 2017-05-17 12:11:12 +03:00
que 5.6.24-72.2 2015-06-16 11:04:40 +02:00
read move to storage/xtradb 2015-05-04 19:15:28 +02:00
rem Merge branch 'merge-xtradb-5.5' into 5.5 2017-07-18 19:50:11 +02:00
row MDEV-9663: InnoDB assertion failure: *cursor->index->name == TEMP_INDEX_PREFIX 2017-11-16 14:03:02 +02:00
srv MDEV-12569 InnoDB suggests filing bugs at MySQL bug tracker 2017-10-26 13:29:28 +03:00
sync Silence bogus GCC 7 warnings -Wimplicit-fallthrough 2017-05-17 08:07:02 +03:00
trx MDEV-13797 InnoDB may hang if shutdown is initiated soon after startup while rolling back recovered incomplete transactions 2017-12-13 16:30:38 +02:00
usr Remove redundant UT_LIST_INIT() calls 2017-05-17 10:33:49 +03:00
ut MDEV-12569 InnoDB suggests filing bugs at MySQL bug tracker 2017-10-26 13:29:28 +03:00
CMakeLists.txt compilation fix for SLES 11 SP4 2017-08-13 23:37:21 +02:00
COPYING.Google move to storage/xtradb 2015-05-04 19:15:28 +02:00
COPYING.Percona move to storage/xtradb 2015-05-04 19:15:28 +02:00
Doxyfile move to storage/xtradb 2015-05-04 19:15:28 +02:00
ha_innodb.def move to storage/xtradb 2015-05-04 19:15:28 +02:00