mariadb/innobase/include
unknown adb703943d Added xml patch to mysqldump.
Made innodb to compile more cleanly with debugging options
enabled. Fixed a few bugs and found a few possible bugs, which
I hope Heikki will check. Comments needs to be fixed too. Some
while() functions should be changed to do ... until for documenting
purposes, because some of them must and will be processed at least
once, or a variable would be used uninitialized.

Regards,
Jani


client/mysqldump.c:
  Added xml output. Patch originally from Gary Huntress, but needed
  a some clean up.
innobase/btr/btr0btr.c:
  cleaner compiling
innobase/btr/btr0cur.c:
  cleaner compiling
innobase/btr/btr0sea.c:
  cleaner compiling / found a bug ??
innobase/buf/buf0buf.c:
  Fixed a bug.
innobase/buf/buf0lru.c:
  Fixed a bug.
innobase/data/data0data.c:
  cleaner compiling
innobase/dict/dict0boot.c:
  cleaner compiling
innobase/dict/dict0crea.c:
  cleaner compiling
innobase/dict/dict0dict.c:
  cleaner compiling
innobase/dict/dict0load.c:
  cleaner compiling
innobase/eval/eval0eval.c:
  cleaner compiling / found a bug ??
innobase/fil/fil0fil.c:
  cleaner compiling
innobase/fsp/fsp0fsp.c:
  cleaner compiling
innobase/ibuf/ibuf0ibuf.c:
  cleaner compiling
innobase/include/btr0btr.ic:
  cleaner compiling
innobase/include/buf0buf.ic:
  cleaner compiling
innobase/include/dict0dict.ic:
  cleaner compiling
innobase/include/ha0ha.ic:
  cleaner compiling
innobase/include/row0mysql.ic:
  cleaner compiling
innobase/include/row0vers.ic:
  cleaner compiling
innobase/include/sync0rw.ic:
  cleaner compiling
innobase/lock/lock0lock.c:
  cleaner compiling
innobase/mem/mem0dbg.c:
  cleaner compiling
innobase/mtr/mtr0mtr.c:
  cleaner compiling
innobase/odbc/odbc0odbc.c:
  cleaner compiling
innobase/os/os0thread.c:
  cleaner compiling
innobase/page/page0cur.c:
  cleaner compiling. while() should be changed to do ... until
  for documenting purposes.
innobase/page/page0page.c:
  cleaner compiling
innobase/pars/pars0opt.c:
  cleaner compiling. while() should be changed to do ... until,
  because it will and must be processed at least once (for documenting
  purposes)
innobase/pars/pars0pars.c:
  cleaner compiling
innobase/que/que0que.c:
  cleaner compiling
innobase/rem/rem0cmp.c:
  cleaner compiling
innobase/rem/rem0rec.c:
  cleaner compiling
innobase/row/row0ins.c:
  cleaner compiling
innobase/row/row0mysql.c:
  cleaner compiling
innobase/row/row0purge.c:
  cleaner compiling
innobase/row/row0sel.c:
  cleaner compiling
innobase/row/row0uins.c:
  cleaner compiling
innobase/row/row0umod.c:
  cleaner compiling
innobase/row/row0upd.c:
  cleaner compiling
innobase/srv/srv0srv.c:
  cleaner compiling
innobase/srv/srv0start.c:
  cleaner compiling
innobase/sync/sync0arr.c:
  cleaner compiling
innobase/sync/sync0rw.c:
  cleaner compiling
innobase/sync/sync0sync.c:
  cleaner compiling
innobase/trx/trx0purge.c:
  cleaner compiling. in theory this could also be a bug, although
  probably not. But the logic needs to be checked, it could be that
  these variables may be used uninitialized.
innobase/trx/trx0rec.c:
  cleaner compiling
innobase/trx/trx0roll.c:
  cleaner compiling
innobase/trx/trx0trx.c:
  cleaner compiling
innobase/trx/trx0undo.c:
  cleaner compiling
2001-11-05 23:48:03 +02:00
..
btr0btr.h srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
btr0btr.ic Added xml patch to mysqldump. 2001-11-05 23:48:03 +02:00
btr0cur.h ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
btr0cur.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
btr0pcur.h ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
btr0pcur.ic ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
btr0sea.h ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03: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 ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
buf0buf.ic Added xml patch to mysqldump. 2001-11-05 23:48:03 +02:00
buf0flu.h srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
buf0flu.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
buf0lru.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
buf0lru.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
buf0rea.h Added Innobase to source distribution 2001-02-17 14:19:19 +02: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 ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
data0data.ic ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
data0type.h ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
data0type.ic ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
data0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
db0err.h ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +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 Merge 2001-10-30 17:38:44 +02:00
dict0dict.ic Added xml patch to mysqldump. 2001-11-05 23:48:03 +02: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 ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +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 Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
dyn0dyn.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02: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 ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
fsp0fsp.h srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +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 Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ha0ha.ic Added xml patch to mysqldump. 2001-11-05 23:48:03 +02: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 ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
ibuf0ibuf.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ibuf0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
lock0lock.h ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +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 ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
log0log.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
log0recv.h Added Innobase to source distribution 2001-02-17 14:19:19 +02: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 Fix for make dist 2001-09-29 15:37:53 +03:00
makefilewin.i Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
mem0dbg.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
mem0dbg.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
mem0mem.h ut0ut.c Fixes for 64-bit Linux, bug fixes, compiler warning fixes 2001-03-02 17:33:11 +02:00
mem0mem.ic mem0mem.ic Changes to eliminate unnecessary Purify warnings 2001-09-20 21:04:48 +03:00
mem0pool.h mem0pool.h Fix a bus error in aligment of longlong on Solaris 2001-06-05 21:49:03 +03: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 Added Innobase to source distribution 2001-02-17 14:19:19 +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 Merge 2001-10-30 17:38:44 +02:00
os0proc.h Added Innobase to source distribution 2001-02-17 14:19:19 +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 Merge 2001-10-30 17:38:44 +02:00
os0sync.ic os0sync.h Define os_fast_mutex functions also in Windows 2001-09-20 21:38:46 +03:00
os0thread.h ut0ut.c Fixes for 64-bit Linux, bug fixes, compiler warning fixes 2001-03-02 17:33:11 +02:00
os0thread.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
page0cur.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
page0cur.ic page0cur.ic Fix a bug in insert buffer and multiversioning 2001-06-07 17:32:02 +03:00
page0page.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
page0page.ic Merge 2001-10-30 17:38:44 +02: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 Added Innobase to source distribution 2001-02-17 14:19:19 +02: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 Portability fixes 2001-04-19 14:43:32 +03: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 Merge 2001-10-30 17:38:44 +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 ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
rem0cmp.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
rem0rec.h srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
rem0rec.ic srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
rem0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0ins.h ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
row0ins.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0mysql.h Merge 2001-10-30 17:38:44 +02:00
row0mysql.ic Added xml patch to mysqldump. 2001-11-05 23:48:03 +02: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 srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
row0row.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0sel.h Added Innobase to source distribution 2001-02-17 14:19:19 +02: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 ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +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 merge with 3.23.44 2001-11-04 16:14:09 +02:00
srv0srv.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
srv0start.h Merge 2001-10-30 17:38:44 +02:00
sync0arr.h ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +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 ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
sync0rw.ic Added xml patch to mysqldump. 2001-11-05 23:48:03 +02:00
sync0sync.h ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
sync0sync.ic ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +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 Merge 2001-10-30 17:38:44 +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 Added Innobase to source distribution 2001-02-17 14:19:19 +02: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 trx0roll.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints 2001-08-29 19:42:23 +03:00
trx0sys.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
trx0trx.h Merge 2001-10-30 17:38:44 +02:00
trx0trx.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
trx0types.h srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +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 merge with 3.23.44 2001-11-04 16:14:09 +02: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 Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ut0byte.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ut0dbg.h srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
ut0lst.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ut0mem.h ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
ut0mem.ic mem0mem.ic Changes to eliminate unnecessary Purify warnings 2001-09-20 21:04:48 +03:00
ut0rnd.h Added Innobase to source distribution 2001-02-17 14:19:19 +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 Portability fixes. 2001-08-18 10:49:00 +03:00
ut0ut.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00