mariadb/innobase/trx
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
..
Makefile.am - Fixed bug in "make DESTDIR=<dir> install" - the InnoDB static 2003-04-10 20:03:52 +02:00
makefilewin Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
trx0purge.c Merge with 4.0.21 2004-06-18 04:38:58 +03:00
trx0rec.c Merge with 4.0.20 2004-05-17 01:52:13 +03:00
trx0roll.c Merge with 4.0.21 2004-06-18 04:38:58 +03:00
trx0rseg.c Remove constant parameter MLOG_8BYTES from mtr_read_dulint() and mlog_write_dulint() 2004-03-12 17:44:25 +02:00
trx0sys.c Merge gbichot@213.136.52.20:/home/bk/mysql-4.1 2004-06-23 23:52:49 +02:00
trx0trx.c manual merged (blame me!) 2004-07-20 00:53:24 +02:00
trx0undo.c srv0start.c: 2004-09-06 13:01:29 +03:00