mariadb/innobase/trx
unknown ea24940fba Fixed XA recovery for InnoDB. Note that XA recovery is still disabled
until it has been comprehensive tested.


innobase/log/log0log.c:
  Added general documentation of InnoDB redo-logs.
innobase/trx/trx0roll.c:
  Prepared transactions are not rolled back in a recovery if
  innobase_force_recovery = 0. But they are rolled back if
  innobase_force_recovery > 0.
innobase/trx/trx0trx.c:
  Disable the XA code in InnoDB crash recovery until it has been
  comprehensive tested. SHOW INNODB STATUS now prints different
  output for prepared transactions.
innobase/trx/trx0undo.c:
  Do not unnecessary write X/Open XA XID. XID is written in the prepare.
  Space for a XID should be reserved at this stage.
sql/ha_innodb.cc:
  Remove error.
2005-03-01 08:17:03 +02:00
..
Makefile.am - Fixed bug in "make DESTDIR=<dir> install" - the InnoDB static 2003-04-10 20:03:52 +02:00
makefilewin Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
trx0purge.c trx0undo.c, trx0purge.c: 2004-11-21 17:38:15 +02:00
trx0rec.c InnoDB: Remove dependency on rem0rec.ic from dict0dict.ic (Bug #7464) 2004-12-29 12:09:23 +02:00
trx0roll.c Fixed XA recovery for InnoDB. Note that XA recovery is still disabled 2005-03-01 08:17:03 +02:00
trx0rseg.c Backport innodb_max_purge_lag from 4.1 2004-10-27 13:33:11 +03:00
trx0sys.c Forward port of HugeTLB, InnoDB doublewrite and checksums patches to 5.0 2004-12-14 22:26:31 +03:00
trx0trx.c Fixed XA recovery for InnoDB. Note that XA recovery is still disabled 2005-03-01 08:17:03 +02:00
trx0undo.c Fixed XA recovery for InnoDB. Note that XA recovery is still disabled 2005-03-01 08:17:03 +02:00