mariadb/innobase/row
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
..
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
row0ins.c More consistent handling of magic numbers 2004-03-11 23:12:02 +02:00
row0mysql.c Remove unneeded module "com" 2004-03-11 12:55:28 +02:00
row0purge.c btr0btr.h, btr0btr.c, row0purge.c: 2003-01-16 01:21:13 +02:00
row0row.c Many files: 2004-02-20 16:34:09 +02:00
row0sel.c data0data.ic, data0data.h, row0sel.c: 2004-01-27 20:10:04 +02:00
row0uins.c Many files: 2002-10-29 23:16:46 +02:00
row0umod.c btr0cur.c, row0umod.c: 2003-12-13 01:31:59 +02:00
row0undo.c Many files: 2002-11-06 00:41:27 +02:00
row0upd.c More consistent handling of magic numbers 2004-03-11 23:12:02 +02:00
row0vers.c Many files: 2003-12-12 07:51:21 +02:00