mariadb/srv
vasil 5d3b805292 branches/zip:
Enable functionality to have multiple background io helper threads.
This patch is based on percona contributions.

More details about this patch will be written at:
https://svn.innodb.com/innobase/MultipleBackgroundThreads

The patch essentially does the following:

expose following knobs:
innodb_read_io_threads = [1 - 64] default 1
innodb_write_io_threads = [1 - 64] default 1

deprecate innodb_file_io_threads (this parameter was relevant only on windows)

Internally it allows multiple segments for read and write IO request arrays
where one thread works on one segement.

Submitted by:	Inaam (rb://124)
Approved by:	Heikki (rb://124)
2009-06-05 15:04:25 +00:00
..
srv0que.c branches/zip: Add @file comments, and convert decorative 2009-05-25 09:52:29 +00:00
srv0srv.c branches/zip: 2009-06-05 15:04:25 +00:00
srv0start.c branches/zip: 2009-06-05 15:04:25 +00:00