mariadb/innobase
unknown bdf4d6940d srv0start.c:
Fix bug #5414 in 4.1: srv_max_n_threads was always set to only 1000, regardless of the buffer pool size; undelr very high concurrent loads this could cause an assertion failure in sync0arr.c line 384 when we ran out of wait slots for threads; also innodb_thread_concurrency did not work, because the wait queue also there overflowed at 1000 concurrent threads; also remove redundant code
trx0undo.c:
  Add a missing newline to fprints


innobase/trx/trx0undo.c:
  Add a missing newline to fprints
innobase/srv/srv0start.c:
  Fix bug in 4.1: srv_max_n_threads was always set to only 1000, regardless of the buffer pool size; undelr very high concurrent loads this could cause an assertion failure in sync0arr.c line 384 when we ran out of wait slots for threads; also innodb_thread_concurrency did not work, because the wait queue also there overflowed at 1000 concurrent threads; also remove redundant code
2004-09-06 13:01:29 +03:00
..
btr manual merged (blame me!) 2004-07-20 00:53:24 +02:00
buf merged 2004-08-26 15:19:46 +02:00
data After merge fixes 2004-06-21 10:21:20 +03:00
db
dict manually merged 2004-08-18 19:57:55 +02:00
dyn
eval
fil fil0fil.c: 2004-07-30 17:04:56 +03:00
fsp Merge with 4.0.21 2004-06-18 04:38:58 +03:00
fut Merge with 4.0.21 2004-06-18 04:38:58 +03:00
ha Merge with 4.0.21 2004-06-18 04:38:58 +03:00
ibuf Merge with 4.0.21 2004-06-18 04:38:58 +03:00
include manually merged 2004-08-18 19:57:55 +02:00
lock manually merged 2004-08-18 19:57:55 +02:00
log InnoDB: Make UNIV_LOG_DEBUG work 2004-08-11 16:04:37 +03:00
mach
mem Merge with 4.0 to get the latest bug patches to 4.1 2004-06-25 20:13:05 +03:00
mtr Merge with 4.0.21 2004-06-18 04:38:58 +03:00
os manually merged 2004-08-18 19:57:55 +02:00
page
pars Merge with 4.0 to get the latest bug patches to 4.1 2004-06-25 20:13:05 +03:00
que Merge with 4.0.21 2004-06-18 04:38:58 +03:00
read
rem Merge with 4.0.21 2004-06-18 04:38:58 +03:00
row row0mysql.c: 2004-09-01 14:04:17 +03:00
srv srv0start.c: 2004-09-06 13:01:29 +03:00
sync manual merged (blame me!) 2004-07-20 00:53:24 +02:00
thr
trx srv0start.c: 2004-09-06 13:01:29 +03:00
usr
ut manually merged 2004-08-18 19:57:55 +02:00
configure.in
Makefile.am
makefilewin
my_cnf