mariadb/innobase/include
unknown df5b088919 srv0srv.c, os0file.c, log0recv.h, log0log.h, fil0fil.h, fsp0fsp.c, fil0fil.c:
Merge
trx0trx.c:
  Print more info about a trx in SHOW INNODB status; try to find the bug reported by Plaxo
buf0buf.c:
  Check that page log sequence numbers are not in the future
log0recv.c, log0log.c:
  Fixed a bug: if you used big BLOBs, and your log files were relatively small, InnoDB could in a big BLOB operation temporarily write over the log produced AFTER the latest checkpoint. If InnoDB would crash at that moment, then the crash recovery would fail, because InnoDB would not be able to scan the log even up to the latest checkpoint. Starting from this version, InnoDB tries to ensure the latest checkpoint is young enough. If that is not possible, InnoDB prints a warning to the .err log


innobase/log/log0log.c:
  Fixed a bug: if you used big BLOBs, and your log files were relatively small, InnoDB could in a big BLOB operation temporarily write over the log produced AFTER the latest checkpoint. If InnoDB would crash at that moment, then the crash recovery would fail, because InnoDB would not be able to scan the log even up to the latest checkpoint. Starting from this version, InnoDB tries to ensure the latest checkpoint is young enough. If that is not possible, InnoDB prints a warning to the .err log
innobase/log/log0recv.c:
  Fixed a bug: if you used big BLOBs, and your log files were relatively small, InnoDB could in a big BLOB operation temporarily write over the log produced AFTER the latest checkpoint. If InnoDB would crash at that moment, then the crash recovery would fail, because InnoDB would not be able to scan the log even up to the latest checkpoint. Starting from this version, InnoDB tries to ensure the latest checkpoint is young enough. If that is not possible, InnoDB prints a warning to the .err log
innobase/buf/buf0buf.c:
  Check that page log sequence numbers are not in the future
innobase/trx/trx0trx.c:
  Print more info about a trx in SHOW INNODB status; try to find the bug reported by Plaxo
innobase/fil/fil0fil.c:
  Merge
innobase/fsp/fsp0fsp.c:
  Merge
innobase/include/fil0fil.h:
  Merge
innobase/include/log0log.h:
  Merge
innobase/include/log0recv.h:
  Merge
innobase/os/os0file.c:
  Merge
innobase/srv/srv0srv.c:
  Merge
2003-07-25 22:26:39 +03:00
..
btr0btr.h btr0cur.h, btr0btr.h, btr0btr.c, btr0cur.c, row0purge.c: 2003-01-13 15:52:39 +02:00
btr0btr.ic Added xml patch to mysqldump. 2001-11-05 23:48:03 +02:00
btr0cur.h Many files: 2003-06-15 01:04:28 +03:00
btr0cur.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
btr0pcur.h Many files: 2002-11-09 18:23:09 +02:00
btr0pcur.ic Many files: 2002-11-09 18:23:09 +02:00
btr0sea.h btr0sea.h, btr0sea.c: 2003-01-18 15:01:56 +02:00
btr0sea.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
btr0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
buf0buf.h Many files: 2003-06-15 01:04:28 +03:00
buf0buf.ic merge with 3.23.52 2002-08-08 15:24:47 +03:00
buf0flu.h Many files: 2002-03-21 18:03:09 +02:00
buf0flu.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
buf0lru.h buf0lru.c, buf0flu.c, buf0buf.c, buf0lru.h: 2003-05-16 16:27:50 +03:00
buf0lru.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
buf0rea.h Many files: 2002-06-22 20:41:14 +03:00
buf0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
com0com.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
com0com.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
com0shm.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
com0shm.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
data0data.h Many files: 2003-06-15 01:04:28 +03:00
data0data.ic Many files: 2002-06-22 20:41:14 +03:00
data0type.h row0mysql.c, dict0dict.ic: 2003-06-16 00:39:46 +03:00
data0type.ic Many files: 2003-06-15 01:04:28 +03:00
data0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
db0err.h Many files: 2003-06-15 01:04:28 +03:00
dict0boot.h Merge 2001-10-30 17:38:44 +02:00
dict0boot.ic Merge 2001-10-30 17:38:44 +02:00
dict0crea.h ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
dict0crea.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
dict0dict.h dict0dict.h, dict0dict.c, ha_innodb.cc: 2003-06-22 16:20:06 +03:00
dict0dict.ic row0mysql.c, dict0dict.ic: 2003-06-16 00:39:46 +03:00
dict0load.h ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
dict0load.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
dict0mem.h Many files: 2003-06-15 01:04:28 +03:00
dict0mem.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
dict0types.h ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
dyn0dyn.h merge with 3.23.52 2002-08-08 15:24:47 +03:00
dyn0dyn.ic Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
eval0eval.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
eval0eval.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
eval0proc.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
eval0proc.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
fil0fil.h srv0srv.c, os0file.c, log0recv.h, log0log.h, fil0fil.h, fsp0fsp.c, fil0fil.c: 2003-07-25 22:26:39 +03:00
fsp0fsp.h Many files: 2002-07-31 00:47:20 +03:00
fsp0fsp.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
fut0fut.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
fut0fut.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
fut0lst.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
fut0lst.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ha0ha.h Many files: 2002-08-06 22:59:13 +03:00
ha0ha.ic merge with 3.23.52 2002-08-08 15:24:47 +03:00
hash0hash.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
hash0hash.ic ut0ut.c Fixes for 64-bit Linux, bug fixes, compiler warning fixes 2001-03-02 17:33:11 +02:00
ib_odbc.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ibuf0ibuf.h Many files: 2002-07-08 19:34:49 +03:00
ibuf0ibuf.ic Many files: 2002-04-18 10:40:32 +03:00
ibuf0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
lock0lock.h Many files: 2003-06-15 01:04:28 +03:00
lock0lock.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
lock0types.h Added max_user_connections 2001-02-20 22:34:47 +02:00
log0log.h srv0srv.c, os0file.c, log0recv.h, log0log.h, fil0fil.h, fsp0fsp.c, fil0fil.c: 2003-07-25 22:26:39 +03:00
log0log.ic Many files: 2002-08-02 23:16:19 +03:00
log0recv.h srv0srv.c, os0file.c, log0recv.h, log0log.h, fil0fil.h, fsp0fsp.c, fil0fil.c: 2003-07-25 22:26:39 +03:00
log0recv.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
mach0data.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
mach0data.ic srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
Makefile.am Fix for make dist 2001-09-29 15:37:53 +03:00
Makefile.i - Fixed bug in "make DESTDIR=<dir> install" - the InnoDB static 2003-04-10 20:03:52 +02:00
makefilewin.i Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
mem0dbg.h Many files: 2002-01-28 22:18:49 +02:00
mem0dbg.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
mem0mem.h Many files: 2002-12-22 01:54:29 +02:00
mem0mem.ic Many files: 2002-12-22 01:54:29 +02:00
mem0pool.h Many files: 2002-02-04 23:55:41 +02:00
mem0pool.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
mtr0log.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
mtr0log.ic buf0buf.ic, mtr0log.ic: 2001-12-04 17:03:24 +02:00
mtr0mtr.h ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
mtr0mtr.ic ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
mtr0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
odbc0odbc.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
os0file.h srv0start.c, srv0srv.h, os0file.h, os0file.c: 2003-07-13 00:17:02 +03:00
os0proc.h Many files: 2002-10-29 23:16:46 +02:00
os0proc.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
os0shm.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
os0shm.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
os0sync.h Many files: 2003-07-03 21:25:55 +03:00
os0sync.ic os0thread.h, os0sync.ic, os0sync.h, os0thread.c, os0sync.c, os0file.c: 2003-06-02 13:11:20 +03:00
os0thread.h os0thread.h, os0sync.ic, os0sync.h, os0thread.c, os0sync.c, os0file.c: 2003-06-02 13:11:20 +03:00
os0thread.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
page0cur.h Many files: 2002-10-29 23:16:46 +02:00
page0cur.ic page0cur.ic Fix a bug in insert buffer and multiversioning 2001-06-07 17:32:02 +03:00
page0page.h Many files: 2003-06-15 01:04:28 +03:00
page0page.ic Many files: 2002-06-22 20:41:14 +03:00
page0types.h page0types.h Eliminate a name collision on page_t on HP-UX 2001-03-14 21:13:15 +02:00
pars0grm.h pars0grm.h, pars0grm.c, lexyy.c: 2002-08-22 13:33:45 +03:00
pars0opt.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
pars0opt.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
pars0pars.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
pars0pars.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
pars0sym.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
pars0sym.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
pars0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
que0que.h Many files: 2002-11-07 14:47:25 +02:00
que0que.ic Portability fixes 2001-04-19 14:43:32 +03:00
que0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
read0read.h Many files: 2002-10-29 23:16:46 +02:00
read0read.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
read0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
rem0cmp.h Many files: 2003-06-15 01:04:28 +03:00
rem0cmp.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
rem0rec.h Many files: 2002-10-29 23:16:46 +02:00
rem0rec.ic Many files: 2002-10-29 23:16:46 +02:00
rem0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0ins.h Many files: 2003-04-16 16:45:01 +03:00
row0ins.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0mysql.h ha_innodb.cc, row0sel.c, row0mysql.c, row0mysql.h: 2003-04-17 02:28:40 +03:00
row0mysql.ic Many files: 2003-06-15 01:04:28 +03:00
row0purge.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0purge.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0row.h Many files: 2003-06-15 01:04:28 +03:00
row0row.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0sel.h Many files: 2003-06-15 01:04:28 +03:00
row0sel.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0uins.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0uins.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0umod.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0umod.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0undo.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0undo.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0upd.h Many files: 2003-06-15 01:04:28 +03:00
row0upd.ic ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
row0vers.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0vers.ic Added xml patch to mysqldump. 2001-11-05 23:48:03 +02:00
srv0que.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
srv0srv.h srv0start.c, srv0srv.h, os0file.h, os0file.c: 2003-07-13 00:17:02 +03:00
srv0srv.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
srv0start.h Many files: 2003-05-31 03:12:03 +03:00
sync0arr.h Many files: 2002-07-08 19:34:49 +03:00
sync0arr.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
sync0ipm.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
sync0ipm.ic ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
sync0rw.h Many files: 2002-10-29 23:16:46 +02:00
sync0rw.ic merge with 3.23.52 2002-08-08 15:24:47 +03:00
sync0sync.h Many files: 2002-10-29 23:16:46 +02:00
sync0sync.ic Many files: 2002-08-06 22:59:13 +03:00
sync0types.h Added max_user_connections 2001-02-20 22:34:47 +02:00
thr0loc.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
thr0loc.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
trx0purge.h Many files: 2002-10-29 23:16:46 +02:00
trx0purge.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
trx0rec.h Merge 2001-10-30 17:38:44 +02:00
trx0rec.ic srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
trx0roll.h Many files: 2003-06-15 01:04:28 +03:00
trx0roll.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
trx0rseg.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
trx0rseg.ic ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
trx0sys.h Many files: 2002-07-31 00:47:20 +03:00
trx0sys.ic Many files: 2003-06-15 01:04:28 +03:00
trx0trx.h Many files: 2003-06-15 01:04:28 +03:00
trx0trx.ic trx0trx.ic, trx0trx.h, srv0srv.h, row0sel.h, dict0mem.h: 2002-09-20 05:18:55 +03:00
trx0types.h Many files: 2003-06-15 01:04:28 +03:00
trx0undo.h srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
trx0undo.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
univ.i Added [mysqld-base-version] as a default group for the mysqld server 2003-06-04 16:05:27 +03:00
univold.i Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
univoldmysql.i Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
usr0sess.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
usr0sess.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
usr0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ut0byte.h Many files: 2002-03-21 18:03:09 +02:00
ut0byte.ic sync0rw.ic, ut0byte.ic: 2002-03-21 18:24:26 +02:00
ut0dbg.h Many files: 2003-06-15 01:04:28 +03:00
ut0lst.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ut0mem.h Many files: 2003-06-15 01:04:28 +03:00
ut0mem.ic New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
ut0rnd.h Many files: 2002-03-21 18:03:09 +02:00
ut0rnd.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ut0sort.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ut0ut.h Many files: 2002-11-07 14:47:25 +02:00
ut0ut.ic Many files: 2002-06-22 20:41:14 +03:00