mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 17:33:44 +01:00
branches/zip:
Add ChangeLog entry for r5262.
This commit is contained in:
parent
d1541a1ab6
commit
d6b901547b
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2009-06-05 The InnoDB Team
|
||||
|
||||
* handler/ha_innodb.cc, include/os0file.h, include/srv0srv.h,
|
||||
os/os0file.c, srv/srv0srv.c, srv/srv0start.c:
|
||||
Enable functionality to have multiple background IO helper threads.
|
||||
Expose new configure knobs innodb_read_io_threads and
|
||||
innodb_write_io_threads and deprecate innodb_file_io_threads (this
|
||||
parameter was relevant only on windows). Internally this allows
|
||||
multiple segments for read and write IO request arrays where one
|
||||
thread works on one segement.
|
||||
|
||||
2009-06-05 The InnoDB Team
|
||||
|
||||
* buf/buf0lru.c, buf/buf0rea.c, handler/ha_innodb.cc,
|
||||
|
|
Loading…
Add table
Reference in a new issue