summaryrefslogtreecommitdiff
path: root/sql/sql_expression_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* Added detection of memory overwrite with multi_mallocbb-10.5-montyMonty2023-02-271-1/+1
* Merge branch '10.2' into 10.3Oleksandr Byelkin2022-05-031-1/+3
|\
| * MDEV-28268: Server crashes in Expression_cache_tracker::fetch_current_statsSergei Petrunia2022-04-281-1/+3
* | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\ \ | |/
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |\
| | * Update FSF addressMichal Schorm2019-05-101-1/+1
* | | Add likely/unlikely to speed up executionMonty2018-05-071-2/+3
* | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-1/+2
* | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/ /
* | Correct FSF addressiangilfillan2017-03-101-1/+1
* | Stage 2 of MDEV-6152:Monty2015-08-211-1/+2
* | MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-211-1/+1
* | MDEV-7811: EXPLAIN/ANALYZE FORMAT=JSON should show subquery cacheSergei Petrunia2015-07-011-9/+9
* | MDEV-7811: EXPLAIN/ANALYZE FORMAT=JSON should show subquery cacheOleksandr Byelkin2015-06-301-1/+14
* | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-0/+1
* | 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