mariadb/storage
Vladislav Vaintroub cf86abffbf MDEV-77 - possible deadlock in XtraDB async io subsystem on Windows.
Split IO threads into ones that handle only read completion and ones that handle only write completion, as it was originally done, but got lost with "completion port" patch. The reason we need to have dedicated read and dedicated write threads is that read completion routine can block waiting for write io to complete, and in rare cases where all io threads are handling async reads, it can deadlock.
2012-01-08 21:14:07 +01:00
..
archive Merge with 5.2. 2011-12-11 11:34:44 +02:00
blackhole Merge with MariaDB 5.1 2011-11-24 18:48:58 +02:00
csv Merge with MariaDB 5.1 2011-11-24 18:48:58 +02:00
example Fixed buildbot warnings 2011-12-03 20:44:54 +02:00
federated Merge with 5.1 2011-11-30 22:57:18 +02:00
federatedx Merge with 5.2 2011-03-09 15:47:59 +02:00
heap Merge with 5.2. 2011-12-11 11:34:44 +02:00
ibmdb2i Fixed typos 2011-01-07 13:45:59 +02:00
innobase Merge with 5.2. 2011-12-11 11:34:44 +02:00
innodb_plugin Merge with 5.2. 2011-12-11 11:34:44 +02:00
maria Fix unused variable 'thd' error. 2011-12-15 17:26:32 +04:00
myisam Merge with 5.2. 2011-12-11 11:34:44 +02:00
myisammrg Merge with 5.2. 2011-12-11 11:34:44 +02:00
ndb Merge with MariaDB 5.1 2011-11-24 18:48:58 +02:00
oqgraph Detect Boost installation and build OQGRAPH when possible. For now, disable oqgraph on x64 until 2011-04-10 22:48:28 -07:00
pbxt Merge with 5.2 2011-12-14 20:36:51 +02:00
sphinx Fix gcc 4.6 warning after merge with 5.1 2011-10-27 19:18:25 +03:00
xtradb MDEV-77 - possible deadlock in XtraDB async io subsystem on Windows. 2012-01-08 21:14:07 +01:00
Makefile.am Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00
mysql_storage_engine.cmake Merge with MariaDB 5.1 2011-11-24 18:48:58 +02:00