mariadb/innobase
unknown e3c7f4d85e A lot of portability fixes.
Added rename table for BDB. This fixes a bug in ALTER TABLE with BDB tables.


BUILD/SETUP.sh:
  Enabled uninitalized warnings for debug builds.
Build-tools/Do-compile:
  Added options --no-mysqltest and --no-benchmarks
  Log time before each stage
  Removed warnings on some OS (at least hpux11)
acinclude.m4:
  Fixed call to wrong function
configure.in:
  Don't use -O3 as compiler option with aCC
innobase/include/univ.i:
  Removed compiler warning (on Hpux11)
innobase/os/os0file.c:
  Removed compiler warning (on Hpux11)
innobase/trx/trx0sys.c:
  Removed compiler warning (on Hpux11)
innobase/trx/trx0trx.c:
  Removed compiler warning (on Hpux11)
innobase/ut/ut0ut.c:
  Removed compiler warning (with gcc)
myisam/mi_check.c:
  Added missing 'static'
myisam/mi_test1.c:
  Added missing 'static'
mysys/my_getopt.c:
  Added missing 'static'
sql/ha_berkeley.cc:
  Added rename table. This fixes a bug in ALTER TABLE with BDB tables.
  Fixed compilation problem on OSF1
sql/ha_berkeley.h:
  Added rename table. This fixes a bug in ALTER TABLE with BDB tables.
sql/mini_client.cc:
  Added reinterpret cast to avoid some warnings.
sql/sql_parse.cc:
  Added reinterpret cast to avoid some warnings.
  Removed usage of strnlen() as this gave portability problems.
sql/sql_union.cc:
  Added reinterpret cast to avoid some warnings.
sql/table.cc:
  Added reinterpret cast to avoid some warnings.
tools/mysqlmanager.c:
  Added missing 'static'
2003-01-05 20:18:49 +02:00
..
btr Many files: 2002-12-22 01:54:29 +02:00
buf btr0btr.c, buf0buf.c: 2002-11-07 21:04:26 +02:00
com ut0ut.c Fixes for 64-bit Linux, bug fixes, compiler warning fixes 2001-03-02 17:33:11 +02:00
cry Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
data Merge with 3.23.51 2002-07-25 22:46:28 +03:00
db Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
dict Many files: 2002-12-22 01:54:29 +02:00
dyn Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
eval Added xml patch to mysqldump. 2001-11-05 23:48:03 +02:00
fil Many files: 2002-10-29 23:16:46 +02:00
fsp Many files: 2002-12-22 01:54:29 +02:00
fut ut0ut.c Fixes for 64-bit Linux, bug fixes, compiler warning fixes 2001-03-02 17:33:11 +02:00
ha Many files: 2002-08-02 23:16:19 +03:00
ibuf Many files: 2002-12-22 01:54:29 +02:00
include A lot of portability fixes. 2003-01-05 20:18:49 +02:00
lock Many files: 2002-11-07 14:47:25 +02:00
log Added 4.1 protocol description 2002-11-10 09:39:00 +02:00
mach Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
mem Many files: 2002-12-22 01:54:29 +02:00
mtr merge with 3.23.52 2002-08-08 15:24:47 +03:00
odbc Added xml patch to mysqldump. 2001-11-05 23:48:03 +02:00
os A lot of portability fixes. 2003-01-05 20:18:49 +02:00
page Many files: 2002-11-09 18:23:09 +02:00
pars ha_innobase.cc: 2002-10-31 00:30:19 +02:00
que Many files: 2002-11-07 14:47:25 +02:00
read Many files: 2002-10-29 23:16:46 +02:00
rem Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. 2002-11-07 03:54:00 +02:00
row Many files: 2002-12-22 01:54:29 +02:00
srv Many files: 2002-12-22 01:54:29 +02:00
sync Many files: 2002-10-29 23:16:46 +02:00
thr Many files: 2002-08-06 22:59:13 +03:00
trx A lot of portability fixes. 2003-01-05 20:18:49 +02:00
usr Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ut A lot of portability fixes. 2003-01-05 20:18:49 +02:00
configure.in configure.in: 2002-10-29 23:26:21 +02:00
Makefile.am Make sure ib_config.h is distributed. 2001-03-05 21:08:24 -05: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