mariadb/storage
Igor Babaev 94c316069e Applied the patch from mysql-5.6 code line that fixed
a significant performance drop for high concurrency bechmarks
(bug #11765850 - 58854).

Here's the comment of the patch commit:

The bug is that the InnoDB pre-fetch cache was not being used in
row_search_for_mysql().  Secondly the changeset that planted the
bug also introduced some inefficient code. It would read an extra
row, convert it to MySQL row format (for ICP==off), copy the row
to the pre-fetch cache row buffer, then check for cache overflow
and dequeue the row that was pushed if there was a possibility of
a cache overflow.
2012-02-02 22:22:27 -08: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 compilation warning - unused variable 2011-12-22 11:07:04 +01: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 LPBUG#906638 : Fixes to build oqgraph with boost 1.48 2011-12-22 15:50:33 +01: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 Applied the patch from mysql-5.6 code line that fixed 2012-02-02 22:22:27 -08: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 on windows: don't link all plugins with mysqld, only do it for storage engines. 2011-12-29 22:52:13 +01:00