mariadb/innobase
unknown 0c97164177 srv0srv.h Merging work for 3.23.37
os0thread.c	Set created thread priority to QUERY_PRIOR if specified
row0mysql.c	Drop table removes locks on the table, error handling changed
row0ins.c	Insert now always sets a shared lock on a duplicate or suspected duplicate record
lock0lock.h	Can remove locks from a table to be dropped
lock0lock.c	Can remove locks from a table to be dropped
srv0srv.c	Try to do log flush every second
srv0start.c	No need for a slash at the end of dir
trx0trx.h	Added an IGNORE option field to trx handle
trx0trx.c	Added an IGNORE option field to trx handle
ha_innobase.h	Added last_query_id field to handle
ha_innobase.cc	Fix drop table hang, roll-forward etc.


sql/ha_innobase.cc:
  Fix drop table hang, roll-forward etc.
sql/ha_innobase.h:
  Added last_query_id field to handle
innobase/trx/trx0trx.c:
  Added an IGNORE option field to trx handle
innobase/include/trx0trx.h:
  Added an IGNORE option field to trx handle
innobase/srv/srv0start.c:
  No need for a slash at the end of dir
innobase/srv/srv0srv.c:
  Try to do log flush every second
innobase/lock/lock0lock.c:
  Can remove locks from a table to be dropped
innobase/include/lock0lock.h:
  Can remove locks from a table to be dropped
innobase/row/row0ins.c:
  Insert now always sets a shared lock on a duplicate or suspected duplicate record
innobase/row/row0mysql.c:
  Drop table removes locks on the table, error handling changed
innobase/os/os0thread.c:
  Set created thread priority to QUERY_PRIOR if specified
innobase/include/srv0srv.h:
  Merging work for 3.23.37
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-04-10 21:58:07 +03:00
..
btr ut0ut.c Fixes for 64-bit Linux, bug fixes, compiler warning fixes 2001-03-02 17:33:11 +02:00
buf buf0buf.c Fixed a race condition in buf0lru and btr0sea which could corrupt the LRU list 2001-03-16 00:22:21 +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 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 ut0ut.c Fixes for 64-bit Linux, bug fixes, compiler warning fixes 2001-03-02 17:33:11 +02: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 Patch from sleepycat to fix problem with BDB and log files 2001-03-06 20:38:53 +02:00
include srv0srv.h Merging work for 3.23.37 2001-04-10 21:58:07 +03:00
lock srv0srv.h Merging work for 3.23.37 2001-04-10 21:58:07 +03:00
log log0log.c Failure to create or open the archive log file now results in exit(1) 2001-03-27 20:19:15 +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 srv0srv.h Merging work for 3.23.37 2001-04-10 21:58:07 +03:00
page ut0ut.c Fixes for 64-bit Linux, bug fixes, compiler warning fixes 2001-03-02 17:33:11 +02:00
pars Fixes for compiling innobase 2001-03-12 01:13:07 +02:00
que ut0ut.c Fixes for 64-bit Linux, bug fixes, compiler warning fixes 2001-03-02 17:33:11 +02:00
read Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
rem row0mysql.c Fix REPLACE problem, non-latin1 charset bug 2001-03-07 17:22:27 +02:00
row srv0srv.h Merging work for 3.23.37 2001-04-10 21:58:07 +03:00
srv srv0srv.h Merging work for 3.23.37 2001-04-10 21:58:07 +03:00
sync sync0sync.c Fix the infinite spin on FreeBSD 2001-04-04 16:30:46 +03:00
thr Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
trx srv0srv.h Merging work for 3.23.37 2001-04-10 21:58:07 +03:00
usr Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ut ut0ut.c Fixes for 64-bit Linux, bug fixes, compiler warning fixes 2001-03-02 17:33:11 +02:00
configure.in univ.i Prevent inlining of functions on HP-UX because GCC is broken there 2001-04-06 20:37:31 +03:00
ib_config.h Fixed INSERT DELAYED with Innobase 2001-04-09 21:08:56 +03:00
ib_config.h.in Fixed INSERT DELAYED with Innobase 2001-04-09 21:08:56 +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