mariadb/innobase/include
unknown edc17c009a More consistent handling of magic numbers
innobase/include/data0data.h:
  dtuple_struct:magic_n: Enclose in #ifdef UNIV_DEBUG
innobase/dict/dict0dict.c:
  Use magic_n only #ifdef UNIV_DEBUG
innobase/dict/dict0mem.c:
  Use magic_n only #ifdef UNIV_DEBUG
innobase/ha/hash0hash.c:
  Remove unused functions hash_mutex_enter_all and hash_mutex_exit_all
  Use magic_n only #ifdef UNIV_DEBUG
  Add ut_ad(table->magic_n == HASH_TABLE_MAGIC_N)
innobase/include/dict0mem.h:
  Use magic_n only #ifdef UNIV_DEBUG
innobase/include/hash0hash.h:
  Remove unused functions hash_mutex_enter_all and hash_mutex_exit_all
  Use magic_n only #ifdef UNIV_DEBUG
innobase/include/hash0hash.ic:
  Add ut_ad(table->magic_n == HASH_TABLE_MAGIC_N)
innobase/include/mtr0mtr.h:
  Use state, magic_n only #ifdef UNIV_DEBUG
innobase/include/row0ins.h:
  Use magic_n only #ifdef UNIV_DEBUG
innobase/include/row0upd.h:
  Use magic_n only #ifdef UNIV_DEBUG
innobase/row/row0ins.c:
  Use magic_n only #ifdef UNIV_DEBUG
  Add ut_ad(node->magic_n == INS_NODE_MAGIC_N)
innobase/row/row0upd.c:
  Use magic_n only #ifdef UNIV_DEBUG
  Add ut_ad(node->magic_n == UPD_NODE_MAGIC_N)
innobase/thr/thr0loc.c:
  Use magic_n only #ifdef UNIV_DEBUG
2004-03-11 23:12:02 +02:00
..
btr0btr.h btr0cur.h, btr0btr.h, btr0btr.c, btr0cur.c, row0purge.c: 2003-01-13 15:52:39 +02:00
btr0btr.ic
btr0cur.h Many files: 2004-02-20 16:34:09 +02:00
btr0cur.ic
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 Many files: 2004-02-20 16:34:09 +02:00
btr0sea.ic
btr0types.h
buf0buf.h Many files: 2003-06-15 01:04:28 +03:00
buf0buf.ic Many files: 2004-02-20 16:34:09 +02:00
buf0flu.h
buf0flu.ic
buf0lru.h buf0lru.c, buf0flu.c, buf0buf.c, buf0lru.h: 2003-05-16 16:27:50 +03:00
buf0lru.ic
buf0rea.h
buf0types.h
data0data.h More consistent handling of magic numbers 2004-03-11 23:12:02 +02:00
data0data.ic Added testing of pthread_key_delete (to fix compile problem on SCO) (Bug #2461) 2004-02-05 09:12:23 +01: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
db0err.h Many files: 2003-06-15 01:04:28 +03:00
dict0boot.h
dict0boot.ic
dict0crea.h Many files: 2004-02-20 16:34:09 +02:00
dict0crea.ic
dict0dict.h Many files: 2004-02-20 16:34:09 +02:00
dict0dict.ic row0mysql.c, dict0dict.ic: 2003-06-16 00:39:46 +03:00
dict0load.h
dict0load.ic
dict0mem.h More consistent handling of magic numbers 2004-03-11 23:12:02 +02:00
dict0mem.ic
dict0types.h
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
eval0eval.ic
eval0proc.h
eval0proc.ic
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
fut0fut.h
fut0fut.ic
fut0lst.h
fut0lst.ic
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 More consistent handling of magic numbers 2004-03-11 23:12:02 +02:00
hash0hash.ic More consistent handling of magic numbers 2004-03-11 23:12:02 +02:00
ibuf0ibuf.h Many files: 2004-02-20 16:34:09 +02:00
ibuf0ibuf.ic
ibuf0types.h
lock0lock.h Many files: 2004-02-20 16:34:09 +02:00
lock0lock.ic
lock0types.h
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
mach0data.h
mach0data.ic
Makefile.am Remove remaining references to the built-in ODBC driver of InnoDB 2004-03-11 16:36:19 +02:00
Makefile.i - Fixed bug in "make DESTDIR=<dir> install" - the InnoDB static 2003-04-10 20:03:52 +02:00
makefilewin.i
mem0dbg.h Many files: 2004-02-20 16:34:09 +02:00
mem0dbg.ic
mem0mem.h Many files: 2002-12-22 01:54:29 +02:00
mem0mem.ic Many files: 2004-02-20 16:34:09 +02:00
mem0pool.h
mem0pool.ic
mtr0log.h Many files: 2004-02-20 16:34:09 +02:00
mtr0log.ic
mtr0mtr.h More consistent handling of magic numbers 2004-03-11 23:12:02 +02:00
mtr0mtr.ic
mtr0types.h
os0file.h sync0arr.c, os0file.h: 2004-03-11 10:38:37 +02:00
os0proc.h Many files: 2004-02-20 16:34:09 +02:00
os0proc.ic
os0shm.h
os0shm.ic
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 Many files: 2004-02-20 16:34:09 +02:00
os0thread.ic
page0cur.h Many files: 2002-10-29 23:16:46 +02:00
page0cur.ic
page0page.h Many files: 2003-06-15 01:04:28 +03:00
page0page.ic
page0types.h
pars0grm.h pars0grm.h, pars0grm.c, lexyy.c: 2002-08-22 13:33:45 +03:00
pars0opt.h
pars0opt.ic
pars0pars.h Remove remaining references to the built-in ODBC driver of InnoDB 2004-03-11 16:36:19 +02:00
pars0pars.ic
pars0sym.h
pars0sym.ic
pars0types.h
que0que.h Remove unneeded module "com" 2004-03-11 12:55:28 +02:00
que0que.ic
que0types.h
read0read.h Many files: 2002-10-29 23:16:46 +02:00
read0read.ic
read0types.h
rem0cmp.h Many files: 2003-06-15 01:04:28 +03:00
rem0cmp.ic Many files: 2004-02-20 16:34:09 +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
row0ins.h More consistent handling of magic numbers 2004-03-11 23:12:02 +02:00
row0ins.ic
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
row0purge.ic
row0row.h Many files: 2004-02-20 16:34:09 +02:00
row0row.ic
row0sel.h Many files: 2003-06-15 01:04:28 +03:00
row0sel.ic
row0types.h
row0uins.h
row0uins.ic
row0umod.h
row0umod.ic
row0undo.h
row0undo.ic
row0upd.h More consistent handling of magic numbers 2004-03-11 23:12:02 +02:00
row0upd.ic
row0vers.h
row0vers.ic
srv0que.h
srv0srv.h Remove unneeded module "com" 2004-03-11 12:55:28 +02:00
srv0srv.ic
srv0start.h srv_add_path_separator_if_needed: be static; use memcpy, not sprintf 2004-02-19 14:56:19 +02:00
sync0arr.h
sync0arr.ic
sync0ipm.h
sync0ipm.ic
sync0rw.h Many files: 2002-10-29 23:16:46 +02:00
sync0rw.ic Many files: 2004-02-19 11:40:36 +02:00
sync0sync.h Many files: 2004-02-20 16:34:09 +02:00
sync0sync.ic Many files: 2004-02-19 11:40:36 +02:00
sync0types.h
thr0loc.h
thr0loc.ic
trx0purge.h Many files: 2002-10-29 23:16:46 +02:00
trx0purge.ic
trx0rec.h
trx0rec.ic
trx0roll.h Many files: 2003-06-15 01:04:28 +03:00
trx0roll.ic
trx0rseg.h
trx0rseg.ic
trx0sys.h trx0sys.c, srv0start.c, ibuf0ibuf.c, trx0sys.h, srv0srv.h: 2004-01-06 13:40:14 +02:00
trx0sys.ic Many files: 2003-06-15 01:04:28 +03:00
trx0trx.h Remove unneeded module "com" 2004-03-11 12:55:28 +02: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
trx0undo.ic
univ.i Added [mysqld-base-version] as a default group for the mysqld server 2003-06-04 16:05:27 +03:00
usr0sess.h Remove unneeded module "com" 2004-03-11 12:55:28 +02:00
usr0sess.ic Remove unneeded module "com" 2004-03-11 12:55:28 +02:00
usr0types.h Remove unneeded module "com" 2004-03-11 12:55:28 +02:00
ut0byte.h
ut0byte.ic
ut0dbg.h ut0dbg.h: 2004-02-24 17:17:02 +02:00
ut0lst.h
ut0mem.h Many files: 2004-02-09 01:32:00 +02:00
ut0mem.ic New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
ut0rnd.h
ut0rnd.ic Many files: 2004-02-19 11:40:36 +02:00
ut0sort.h
ut0ut.h Many files: 2002-11-07 14:47:25 +02:00
ut0ut.ic