mariadb/innobase
unknown 9dfada0cba srv0start.c, srv0srv.c:
If UNIV_SYNC_DEBUG was switched on, the error monitor thread could reserve a mutex BEFORE the sync debug system was initialized, and that caused a sync debug assertion in startup: move the 2 sec. sleep to a safer place; note that this is only heuristics, and in theory it can assert still


innobase/srv/srv0srv.c:
  If UNIV_SYNC_DEBUG was switched on, the error monitor thread could reserve a mutex BEFORE the sync debug system was initialized, and that caused a sync debug assertion in startup: move the 2 sec. sleep to a safer place; note that this is only heuristics, and in theory it can assert still
innobase/srv/srv0start.c:
  If UNIV_SYNC_DEBUG was switched on, the error monitor thread could reserve a mutex BEFORE the sync debug system was initialized, and that caused a sync debug assertion in startup: move the 2 sec. sleep to a safer place; note that this is only heuristics, and in theory it can assert still
2004-01-13 17:13:03 +02:00
..
btr Add cast of integer/longlong to (ulong) to make printf/sprintf 64 bit safe 2003-12-20 03:41:04 +02:00
buf Add cast of integer/longlong to (ulong) to make printf/sprintf 64 bit safe 2003-12-20 03:41:04 +02:00
com Add cast of integer/longlong to (ulong) to make printf/sprintf 64 bit safe 2003-12-20 03:41:04 +02:00
cry
data Add cast of integer/longlong to (ulong) to make printf/sprintf 64 bit safe 2003-12-20 03:41:04 +02:00
db
dict Add cast of integer/longlong to (ulong) to make printf/sprintf 64 bit safe 2003-12-20 03:41:04 +02:00
dyn
eval
fil Add cast of integer/longlong to (ulong) to make printf/sprintf 64 bit safe 2003-12-20 03:41:04 +02:00
fsp Add cast of integer/longlong to (ulong) to make printf/sprintf 64 bit safe 2003-12-20 03:41:04 +02:00
fut Add cast of integer/longlong to (ulong) to make printf/sprintf 64 bit safe 2003-12-20 03:41:04 +02:00
ha Add cast of integer/longlong to (ulong) to make printf/sprintf 64 bit safe 2003-12-20 03:41:04 +02:00
ibuf Add cast of integer/longlong to (ulong) to make printf/sprintf 64 bit safe 2003-12-20 03:41:04 +02:00
include log0recv.h, log0recv.c: 2004-01-02 16:21:58 +02:00
lock Add cast of integer/longlong to (ulong) to make printf/sprintf 64 bit safe 2003-12-20 03:41:04 +02:00
log log0recv.h, log0recv.c: 2004-01-02 16:21:58 +02:00
mach
mem Add cast of integer/longlong to (ulong) to make printf/sprintf 64 bit safe 2003-12-20 03:41:04 +02:00
mtr Add cast of integer/longlong to (ulong) to make printf/sprintf 64 bit safe 2003-12-20 03:41:04 +02:00
odbc
os Add cast of integer/longlong to (ulong) to make printf/sprintf 64 bit safe 2003-12-20 03:41:04 +02:00
page Add cast of integer/longlong to (ulong) to make printf/sprintf 64 bit safe 2003-12-20 03:41:04 +02:00
pars
que
read Add cast of integer/longlong to (ulong) to make printf/sprintf 64 bit safe 2003-12-20 03:41:04 +02:00
rem Add cast of integer/longlong to (ulong) to make printf/sprintf 64 bit safe 2003-12-20 03:41:04 +02:00
row row0sel.c: 2004-01-13 04:10:20 +02:00
srv srv0start.c, srv0srv.c: 2004-01-13 17:13:03 +02:00
sync Add cast of integer/longlong to (ulong) to make printf/sprintf 64 bit safe 2003-12-20 03:41:04 +02:00
thr
trx Add cast of integer/longlong to (ulong) to make printf/sprintf 64 bit safe 2003-12-20 03:41:04 +02:00
usr Add cast of integer/longlong to (ulong) to make printf/sprintf 64 bit safe 2003-12-20 03:41:04 +02:00
ut Add cast of integer/longlong to (ulong) to make printf/sprintf 64 bit safe 2003-12-20 03:41:04 +02:00
configure.in srv0start.c, univ.i, configure.in: 2003-12-20 13:13:55 +02:00
Makefile.am
makefilewin
my_cnf