mariadb/innobase
unknown 5fed4f3a50 InnoDB: Remove unreachable debug code from non-debug builds.
innobase/buf/buf0buf.c:
  Remove buf_dbg_counter unless #ifdef UNIV_DEBUG
  Remove buf_debug_prints unless #ifdef UNIV_DEBUG
innobase/buf/buf0flu.c:
  Remove buf_debug_prints unless #ifdef UNIV_DEBUG
innobase/buf/buf0lru.c:
  Remove buf_debug_prints unless #ifdef UNIV_DEBUG
innobase/buf/buf0rea.c:
  Remove buf_debug_prints unless #ifdef UNIV_DEBUG
innobase/include/buf0buf.h:
  Remove buf_debug_prints unless #ifdef UNIV_DEBUG
innobase/include/buf0buf.ic:
  Remove buf_dbg_counter unless #ifdef UNIV_DEBUG
innobase/include/log0log.h:
  Remove log_do_write and log_debug_writes unless #ifdef UNIV_DEBUG
innobase/log/log0log.c:
  Remove log_do_write and log_debug_writes unless #ifdef UNIV_DEBUG
innobase/log/log0recv.c:
  Remove log_debug_writes unless #ifdef UNIV_DEBUG
innobase/srv/srv0start.c:
  Remove log_do_write and buf_debug_prints unless #ifdef UNIV_DEBUG
innobase/sync/sync0sync.c:
  Remove buf_debug_prints unless #ifdef UNIV_DEBUG
2005-06-15 12:50:27 +03:00
..
btr InnoDB: Cleanup and after review fixes. 2005-06-14 12:21:40 +03:00
buf InnoDB: Remove unreachable debug code from non-debug builds. 2005-06-15 12:50:27 +03:00
data InnoDB ON UPDATE CASCADE fixes: 2005-05-13 12:55:59 +03:00
db Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
dict InnoDB: Performance optimizations based on OProfile analysis 2005-04-25 10:14:35 +03:00
dyn Remove unnecessary files 2004-02-19 11:32:07 +02:00
eval InnoDB: Portability fixes for warnings reported on IA-64 Windows 2005-03-07 12:03:33 +02:00
fil InnoDB: Remove compiler warning 2005-06-10 15:55:00 +03:00
fsp Many files: 2004-12-02 19:45:07 +02:00
fut Merge with 4.0.21 2004-06-18 04:38:58 +03:00
ha Cset exclude: heikki@hundin.mysql.fi|ChangeSet|20041027124510|04970 2004-12-08 14:34:58 +02:00
ibuf InnoDB: Performance optimizations based on OProfile analysis 2005-04-25 10:14:35 +03:00
include InnoDB: Remove unreachable debug code from non-debug builds. 2005-06-15 12:50:27 +03:00
lock InnoDB: Do not distinguish explicitly requested table locks. 2005-06-08 15:45:56 +03:00
log InnoDB: Remove unreachable debug code from non-debug builds. 2005-06-15 12:50:27 +03:00
mach merge with 4.0 to get security fixes and latest bug fixes 2004-02-20 17:43:02 +02:00
mem InnoDB: Portability fixes for warnings reported on IA-64 Windows 2005-03-07 12:03:33 +02:00
mtr InnoDB: Performance optimizations based on OProfile analysis 2005-04-25 10:14:35 +03:00
os InnoDB: Remove compiler warning 2005-06-10 15:55:00 +03:00
page InnoDB: Performance optimizations based on OProfile analysis 2005-04-25 10:14:35 +03: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 Fix bugs found in previous optimizations. 2005-04-27 12:28:44 +03:00
row InnoDB: Do not distinguish explicitly requested table locks. 2005-06-08 15:45:56 +03:00
srv InnoDB: Remove unreachable debug code from non-debug builds. 2005-06-15 12:50:27 +03:00
sync InnoDB: Remove unreachable debug code from non-debug builds. 2005-06-15 12:50:27 +03:00
thr Cset exclude: marko@hundin.mysql.fi|ChangeSet|20040311211202|05613 2004-06-17 13:25:06 +03:00
trx InnoDB: Do not distinguish explicitly requested table locks. 2005-06-08 15:45:56 +03:00
usr Cset exclude: marko@hundin.mysql.fi|ChangeSet|20040525171209|56870 2004-06-17 11:57:45 +03:00
ut InnoDB: Improved the handling of assertions. 2005-06-10 12:22:23 +03:00
configure.in configure.in: 2004-12-01 18:02:34 +02:00
Makefile.am Remove unneeded module "com" 2004-03-11 12:55:28 +02:00
makefilewin Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
my_cnf Added Innobase to source distribution 2001-02-17 14:19:19 +02:00