summaryrefslogtreecommitdiff
path: root/sql/sql_expression_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* Early check of subquery cache hit rate added to limit its performance impact ...unknown2011-08-121-9/+29
* Protect statistic variables of subquery cache.unknown2011-08-121-2/+5
* Subquery cache going on disk management fix: Do not go on disk if hit rate is...unknown2011-07-281-6/+42
* Fixed LP BUG#800696.unknown2011-07-191-44/+17
* New status variables: Rows_tmp_read, Handler_tmp_update and Handler_tmp_writeMichael Widenius2011-06-271-1/+1
* Fixed valgrind problem in expression cache (double opening the table).unknown2011-05-301-1/+2
* Fixed all BUILD scripts to use g++ instead of gcc for linkingMichael Widenius2011-03-311-1/+14
* use normal unique (HA_NOSAME) keys for expression cacheSergei Golubchik2011-01-141-1/+0
* fix windows embeddedSergei Golubchik2010-11-021-4/+2
* Type of the variables fixed.unknown2010-10-271-1/+1
* (no commit message)unknown2010-09-081-59/+4
* Fixed LP BUG#615760: Check on double cache assignment added into the transfor...unknown2010-09-061-0/+18
* Fix for LP bug#611625: Removing NULL references from subquery parameter list ...unknown2010-08-091-12/+22
* Fix for luanchpad bug#609043unknown2010-07-301-9/+1
* Subquery cache (MWL#66) added.unknown2010-07-101-0/+314