summaryrefslogtreecommitdiff
path: root/sql/sql_expression_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* 5.5 mergeSergei Golubchik2013-07-171-1/+1
|\
| * mdev-4173: Wrong result (extra row) with semijoin=on, joins in outer query, L...Sergey Petrunya2013-07-161-1/+1
* | MDEV-452 Add full support for auto-initialized/updated timestamp and datetimeunknown2012-10-171-1/+1
|/
* don't forget to call ha_index_end before destroying the handlerSergei Golubchik2011-10-191-1/+2
* merge with 5.3Sergei Golubchik2011-10-191-66/+108
|\
| * 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
* | lots of post-merge changesSergei Golubchik2011-04-251-4/+8
|/
* 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