mariadb/innobase
unknown 8d9ce860ba InnoDB: Replace ut_strdup() with mem_strdup()
innobase/include/ut0mem.h:
  Remove ut_strdup(), as it is a clone of mem_strdup()
innobase/os/os0file.c:
  Replace ut_strdup() with mem_strdup()
innobase/ut/ut0mem.c:
  Remove ut_strdup(), as it is a clone of mem_strdup()
2004-05-11 12:51:42 +03:00
..
btr Merge with 4.0 2004-04-26 15:53:31 +03:00
buf After merge fixes 2004-04-27 15:33:40 +03:00
data Merge with 4.0 2004-04-26 15:53:31 +03:00
db
dict After merge fixes 2004-04-27 15:33:40 +03:00
dyn
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 After merge fixes 2004-04-27 15:33:40 +03:00
include InnoDB: Replace ut_strdup() with mem_strdup() 2004-05-11 12:51:42 +03:00
lock Merge with 4.0.19 2004-05-05 17:05:24 +03:00
log After merge fixes 2004-04-27 15:33:40 +03:00
mach
mem Merge with 4.0 2004-04-26 15:53:31 +03:00
mtr Merge with 4.0 2004-04-26 15:53:31 +03:00
os InnoDB: Replace ut_strdup() with mem_strdup() 2004-05-11 12:51:42 +03:00
page Merge with 4.0 2004-04-26 15:53:31 +03:00
pars Merge with 4.0.19 2004-05-05 17:05:24 +03:00
que merge with 4.0 (to get compiler error fixes for innodb) 2004-03-19 15:17:56 +02:00
read
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 Merge with 4.0.19 2004-05-05 17:05:24 +03:00
thr
trx Merge with 4.0.19 2004-05-05 17:05:24 +03:00
usr
ut InnoDB: Replace ut_strdup() with mem_strdup() 2004-05-11 12:51:42 +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
makefilewin
my_cnf