mariadb/innobase
heikki@hundin.mysql.fi b3325a06d1 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
2004-09-06 13:01:29 +03:00
..
btr
buf merged 2004-08-26 15:19:46 +02:00
data
db
dict manually merged 2004-08-18 19:57:55 +02:00
dyn
eval
fil
fsp
fut
ha
ibuf
include manually merged 2004-08-18 19:57:55 +02:00
lock manually merged 2004-08-18 19:57:55 +02:00
log
mach
mem
mtr
os manually merged 2004-08-18 19:57:55 +02:00
page
pars
que
read
rem
row row0mysql.c: 2004-09-01 14:04:17 +03:00
srv srv0start.c: 2004-09-06 13:01:29 +03:00
sync
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