mariadb/innobase
unknown a7d2204348 InnoDB cleanup: eliminate IB__FILE__
innobase/btr/btr0cur.c:
  Replace IB__FILE__ with __FILE__
innobase/btr/btr0sea.c:
  Replace IB__FILE__ with __FILE__
innobase/buf/buf0buf.c:
  Replace IB__FILE__ with __FILE__
  Add const qualifiers
innobase/ibuf/ibuf0ibuf.c:
  Replace IB__FILE__ with __FILE__
innobase/include/buf0buf.h:
  Replace IB__FILE__ with __FILE__
  Add const qualifiers
innobase/include/buf0buf.ic:
  Replace IB__FILE__ with __FILE__
innobase/include/mem0mem.h:
  Replace IB__FILE__ with __FILE__
  Add const qualifiers
innobase/include/mem0mem.ic:
  Add const qualifiers
innobase/include/mtr0mtr.h:
  Replace IB__FILE__ with __FILE__
  Add const qualifiers
innobase/include/mtr0mtr.ic:
  Add const qualifiers
innobase/include/pars0pars.h:
  Add const qualifiers
innobase/include/sync0arr.h:
  Add const qualifiers
innobase/include/sync0ipm.ic:
  Replace IB__FILE__ with __FILE__
innobase/include/sync0rw.h:
  Replace IB__FILE__ with __FILE__
  Add const qualifiers
innobase/include/sync0rw.ic:
  Add const qualifiers
innobase/include/sync0sync.h:
  Replace IB__FILE__ with __FILE__
  Add const qualifiers
innobase/include/sync0sync.ic:
  Add const qualifiers
innobase/include/univ.i:
  Remove IB__FILE__
innobase/include/ut0dbg.h:
  Replace IB__FILE__ with __FILE__
innobase/lock/lock0lock.c:
  Replace IB__FILE__ with __FILE__
innobase/log/log0recv.c:
  Replace IB__FILE__ with __FILE__
innobase/mem/mem0mem.c:
  Add const qualifiers
innobase/pars/pars0pars.c:
  Add const qualifiers
innobase/sync/sync0arr.c:
  Add const qualifiers
innobase/sync/sync0rw.c:
  Replace IB__FILE__ with __FILE__
  Add const qualifiers
innobase/sync/sync0sync.c:
  Add const qualifiers
innobase/trx/trx0rec.c:
  Replace IB__FILE__ with __FILE__
2004-05-14 16:06:21 +03:00
..
btr InnoDB cleanup: eliminate IB__FILE__ 2004-05-14 16:06:21 +03:00
buf InnoDB cleanup: eliminate IB__FILE__ 2004-05-14 16:06:21 +03:00
data Merge with 4.0 2004-04-26 15:53:31 +03:00
db Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
dict After merge fixes 2004-04-27 15:33:40 +03:00
dyn Remove unnecessary files 2004-02-19 11:32:07 +02:00
eval trying to remove Windows compiler warnings (Miguel, could you please check if it's better now?) 2004-05-03 23:35:11 +02:00
fil After merge fixes 2004-04-27 15:33:40 +03:00
fsp Merge with 4.0 2004-04-26 15:53:31 +03:00
fut Merge with 4.0 2004-04-26 15:53:31 +03:00
ha Merge with 4.0 2004-04-26 15:53:31 +03:00
ibuf InnoDB cleanup: eliminate IB__FILE__ 2004-05-14 16:06:21 +03:00
include InnoDB cleanup: eliminate IB__FILE__ 2004-05-14 16:06:21 +03:00
lock InnoDB cleanup: eliminate IB__FILE__ 2004-05-14 16:06:21 +03:00
log InnoDB cleanup: eliminate IB__FILE__ 2004-05-14 16:06:21 +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 cleanup: eliminate IB__FILE__ 2004-05-14 16:06:21 +03:00
mtr Merge with 4.0 2004-04-26 15:53:31 +03:00
os InnoDB: Disable file locking on FreeBSD 2004-05-14 14:11:13 +03:00
page Merge with 4.0 2004-04-26 15:53:31 +03:00
pars InnoDB cleanup: eliminate IB__FILE__ 2004-05-14 16:06:21 +03:00
que merge with 4.0 (to get compiler error fixes for innodb) 2004-03-19 15:17:56 +02:00
read merge with 4.0 2004-03-16 22:41:30 +02:00
rem Merge with 4.0 2004-04-26 15:53:31 +03:00
row Merge with 4.0.19 2004-05-05 17:05:24 +03:00
srv Merge with 4.0 to get security patch for check_grant_colum 2004-05-06 13:42:26 +03:00
sync InnoDB cleanup: eliminate IB__FILE__ 2004-05-14 16:06:21 +03:00
thr Allow UNIV_SYNC_DEBUG to be disabled while UNIV_DEBUG is enabled 2004-03-12 17:14:51 +02:00
trx InnoDB cleanup: eliminate IB__FILE__ 2004-05-14 16:06:21 +03:00
usr Remove unneeded module "com" 2004-03-11 12:55:28 +02:00
ut InnoDB: ut0mem: Remove ut_str_catenate(), add const qualifiers 2004-05-14 14:23:46 +03:00
configure.in - added AC_PROG_LIBTOOL to innobase/configure.in to be able to compile 2004-04-29 14:48:49 +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