mariadb/innobase
unknown 9d4272bbac manual.texi website address change
row0sel.c	CHECK TABLE now also for InnoDB, a join speed optimization
trx0trx.c	CHECK TABLE now also for InnoDB, a join speed optimization
rem0cmp.c	CHECK TABLE now also for InnoDB, a join speed optimization
row0mysql.c	CHECK TABLE now also for InnoDB, a join speed optimization
page0page.c	CHECK TABLE now also for InnoDB, a join speed optimization
row0mysql.h	CHECK TABLE now also for InnoDB, a join speed optimization
trx0trx.h	CHECK TABLE now also for InnoDB, a join speed optimization
btr0btr.h	CHECK TABLE now also for InnoDB, a join speed optimization
btr0cur.h	CHECK TABLE now also for InnoDB, a join speed optimization
btr0pcur.h	CHECK TABLE now also for InnoDB, a join speed optimization
btr0pcur.ic	CHECK TABLE now also for InnoDB, a join speed optimization
btr0btr.c	CHECK TABLE now also for InnoDB, a join speed optimization
btr0cur.c	CHECK TABLE now also for InnoDB, a join speed optimization
btr0sea.c	CHECK TABLE now also for InnoDB, a join speed optimization
innodb.result	CHECK TABLE now also for InnoDB, a join speed optimization
ha_innobase.cc	CHECK TABLE now also for InnoDB, a join speed optimization
ha_innobase.h	CHECK TABLE now also for InnoDB, a join speed optimization


sql/ha_innobase.cc:
  CHECK TABLE now also for InnoDB, a join speed optimization
sql/ha_innobase.h:
  CHECK TABLE now also for InnoDB, a join speed optimization
mysql-test/r/innodb.result:
  CHECK TABLE now also for InnoDB, a join speed optimization
innobase/btr/btr0btr.c:
  CHECK TABLE now also for InnoDB, a join speed optimization
innobase/btr/btr0cur.c:
  CHECK TABLE now also for InnoDB, a join speed optimization
innobase/btr/btr0sea.c:
  CHECK TABLE now also for InnoDB, a join speed optimization
innobase/include/btr0btr.h:
  CHECK TABLE now also for InnoDB, a join speed optimization
innobase/include/btr0cur.h:
  CHECK TABLE now also for InnoDB, a join speed optimization
innobase/include/btr0pcur.h:
  CHECK TABLE now also for InnoDB, a join speed optimization
innobase/include/btr0pcur.ic:
  CHECK TABLE now also for InnoDB, a join speed optimization
innobase/include/row0mysql.h:
  CHECK TABLE now also for InnoDB, a join speed optimization
innobase/include/trx0trx.h:
  CHECK TABLE now also for InnoDB, a join speed optimization
innobase/page/page0page.c:
  CHECK TABLE now also for InnoDB, a join speed optimization
innobase/rem/rem0cmp.c:
  CHECK TABLE now also for InnoDB, a join speed optimization
innobase/row/row0mysql.c:
  CHECK TABLE now also for InnoDB, a join speed optimization
innobase/row/row0sel.c:
  CHECK TABLE now also for InnoDB, a join speed optimization
innobase/trx/trx0trx.c:
  CHECK TABLE now also for InnoDB, a join speed optimization
Docs/manual.texi:
  website address change
2001-06-03 22:58:03 +03:00
..
btr manual.texi website address change 2001-06-03 22:58:03 +03:00
buf log0recv.c Add checksum to written pages to check that they are also read in unchanged 2001-05-01 20:57:49 +03: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 data0data.c Small changes to eliminate some asserts in the debug version 2001-03-27 15:54:05 +03:00
db Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
dict dict0dict.h InnoDB now tries to provide autoinc column value from a counter table in data dict 2001-05-21 19:04:46 +03:00
dyn Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
eval Fixes for innobase 2001-02-21 14:16:00 +02:00
fil ut0ut.c Fixes for 64-bit Linux, bug fixes, compiler warning fixes 2001-03-02 17:33:11 +02:00
fsp fsp0fsp.c Circumvent a bug in Visual C inlining 2001-03-14 19:54:38 +02:00
fut ut0ut.c Fixes for 64-bit Linux, bug fixes, compiler warning fixes 2001-03-02 17:33:11 +02:00
ha Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ibuf ibuf0ibuf.c Insert buffer calculated SQL NULL size wrong, causing overflow and assertion failure in some cases 2001-05-18 21:20:03 +03:00
include manual.texi website address change 2001-06-03 22:58:03 +03:00
lock srv0srv.h Merging work for 3.23.37 2001-04-10 21:58:07 +03:00
log log0log.c InnoDB now prints timestamp at startup and shutdown 2001-05-24 22:35:14 +03:00
mach Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
mem Fixes for compiling innobase 2001-03-12 01:13:07 +02:00
mtr Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
odbc Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
os log0log.c InnoDB now allows parameter innodb_unix_file_flush_method 2001-05-23 20:19:56 +03:00
page manual.texi website address change 2001-06-03 22:58:03 +03:00
pars cleanup 2001-05-12 01:00:46 +03:00
que Portability fixes 2001-04-19 14:43:32 +03:00
read Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
rem manual.texi website address change 2001-06-03 22:58:03 +03:00
row manual.texi website address change 2001-06-03 22:58:03 +03:00
srv log0log.c InnoDB now prints timestamp at startup and shutdown 2001-05-24 22:35:14 +03:00
sync dict0dict.h InnoDB now tries to provide autoinc column value from a counter table in data dict 2001-05-21 19:04:46 +03:00
thr Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
trx manual.texi website address change 2001-06-03 22:58:03 +03:00
usr Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ut ut0ut.c If localtime_r not available in Unix, use localtime 2001-05-29 15:07:41 +03:00
configure.in ut0ut.c If localtime_r not available in Unix, use localtime 2001-05-29 15:07:41 +03: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
stamp-h.in Added Innobase to source distribution 2001-02-17 14:19:19 +02:00