mariadb/innobase
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
..
btr InnoDB: Write status bits to MLOG_COMP_REC_INSERT entries. 2005-01-25 12:10:24 +02:00
buf 4.1 -> 5.0 merge 2005-02-03 13:18:30 +02:00
data InnoDB: Make CREATE TABLE return error when the minimum row length 2005-02-17 17:15:29 +02:00
db
dict Remove compiler warnings and remove not used variables 2005-02-25 16:53:22 +02:00
dyn
eval row0mysql.c, pars0pars.c, eval0eval.c, dict0load.c, dict0dict.c, dict0crea.c: 2004-10-31 15:43:29 +02:00
fil 4.1 -> 5.0 merge 2005-02-03 13:18:30 +02:00
fsp Many files: 2004-12-02 19:45:07 +02:00
fut
ha Cset exclude: heikki@hundin.mysql.fi|ChangeSet|20041027124510|04970 2004-12-08 14:34:58 +02:00
ibuf InnoDB: Remove redundant page_no field from dict_index_t. 2005-01-14 13:54:23 +02:00
include trx0trx.c, trx0trx.h: 2005-02-25 22:54:33 +02:00
lock InnoDB: Exclude code from InnoDB Hot Backup builds 2005-02-04 16:25:13 +02:00
log Fixed XA recovery for InnoDB. Note that XA recovery is still disabled 2005-03-01 08:17:03 +02:00
mach
mem Many files: 2004-11-26 00:12:50 +02:00
mtr InnoDB: fix corruption in crash recovery of BLOB fields (Bug #7679) 2005-01-05 11:56:41 +02:00
os 4.1 -> 5.0 merge 2005-02-03 13:18:30 +02:00
page InnoDB: A small cleanup: remove two duplicate rec_get_offsets() calls 2005-02-04 15:44:09 +02:00
pars Remove compiler warnings and remove not used variables 2005-02-25 16:53:22 +02:00
que logging_ok: 2004-12-24 12:13:32 +01:00
read XA (not completely polished out yet) 2005-01-16 13:16:23 +01:00
rem Merge with 4.1 2005-01-15 14:09:45 +02:00
row Remove compiler warnings and remove not used variables 2005-02-25 16:53:22 +02:00
srv InnoDB: Exclude code from InnoDB Hot Backup builds 2005-02-04 16:25:13 +02:00
sync InnoDB: Exclude code from InnoDB Hot Backup builds 2005-02-04 16:25:13 +02:00
thr
trx Fixed XA recovery for InnoDB. Note that XA recovery is still disabled 2005-03-01 08:17:03 +02:00
usr
ut InnoDB: Exclude code from InnoDB Hot Backup builds 2005-02-04 16:25:13 +02:00
configure.in configure.in: 2004-12-01 18:02:34 +02:00
Makefile.am
makefilewin
my_cnf