summaryrefslogtreecommitdiff
path: root/sql/sql_cache.h
Commit message (Expand)AuthorAgeFilesLines
* A post-fix patch for WL#4877/WL#5030:Alexander Nozdrin2010-04-121-1/+1
* WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-0/+78
* WL#2360 Performance schemaMarc Alff2010-01-061-4/+4
* WL#4738 streamline/simplify @@variable creation processSergei Golubchik2009-12-221-1/+0
* Manual merge from mysql-trunk.Alexander Nozdrin2009-12-111-13/+19
|\
| * Bug#38551 query cache can still consume [very little] cpu time even when it i...Kristofer Pettersson2009-10-291-0/+5
| * Backport of:Konstantin Osipov2009-10-141-1/+1
| * Introduce thd->query_cache_tls (threadKonstantin Osipov2009-10-131-13/+14
| * Undoing mikael@mysql.com-20081015100345-8tu2vmh7mzs60c23Guilhem Bichot2009-08-041-11/+0
| * Creation of mysql-trunk = {summit + "Innodb plugin replacing the builtin"}:Guilhem Bichot2009-08-041-13/+10
| |\
| * | Patch to fix bug#38551Mikael Ronstrom2008-10-151-0/+12
| * | Reverting patch for bug30087Kristofer Pettersson2008-07-171-2/+0
| * | mergeKristofer Pettersson2008-07-161-0/+2
| |\ \
| | * | Bug#30087 Set query_cache_size, if the value is too small, get a unclear warningKristofer Pettersson2008-06-191-0/+2
* | | | Bug#39253 Large query cache still freezes server after fix for bug #21074Kristofer Pettersson2009-11-201-1/+1
| |_|/ |/| |
* | | Bug#43758 Query cache can lock up threads in 'freeing items' stateKristofer Pettersson2009-06-161-12/+10
|/ /
* | Doxygenize comments.cmiller@zippy.cornsilk.net2007-10-161-2/+2
* | Merge adventure.(none):/home/thek/Development/cpp/bug30269/my51-bug30269thek@adventure.(none)2007-08-171-3/+5
|\ \
| * \ Merge adventure.(none):/home/thek/Development/cpp/bug30269/my50-bug30269thek@adventure.(none)2007-08-171-3/+5
| |\ \ | | |/
| | * Bug #30269 Query cache eats memorythek@adventure.(none)2007-08-171-3/+5
* | | Slow query log to file now displays queries with microsecond precissionmonty@mysql.com/nosik.monty.fi2007-07-301-0/+1
|/ /
* | Fix ndb_cache* test failures in the -runtime tree.kostja@bodhi.(none)2007-07-161-0/+1
* | Bug#21074 Large query_cache freezes mysql server sporadically under heavy loadthek@adventure.(none)2007-07-021-13/+59
* | WL#3817: Simplify string / memory area types and make things more consistent ...monty@mysql.com/narttu.mysql.fi2007-05-101-19/+17
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-01-221-3/+3
|\
| * Fixed compiler warnings detected by option -Wshadow and -Wunused:monty@mysql.com/narttu.mysql.fi2006-12-151-3/+3
* | my_strtoll10-x86.s:kent@mysql.com/kent-amd64.(none)2006-12-311-1/+1
* | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
|/
* BUG#21051: RESET QUERY CACHE very slow when query_cache_type=0kroki/tomash@moonlight.intranet2006-08-221-1/+16
* Fixed compiler warnings from gcc 4.0.2:monty@mysql.com2006-02-251-0/+6
* Fix for BUG#13549 "Server crash with nested stored proceduresbell@sanja.is.com.ua2005-11-231-1/+1
* Merge sanja.is.com.ua:/home/bell/mysql/bk/work-4.1bell@sanja.is.com.ua2005-09-061-2/+3
|\
| * Merge sanja.is.com.ua:/home/bell/mysql/bk/work-4.0bell@sanja.is.com.ua2005-09-061-2/+3
| |\
| | * support of concurent query cache resizing (BUG#12848)bell@sanja.is.com.ua2005-09-061-2/+3
* | | mergebell@sanja.is.com.ua2005-02-071-0/+4
|\ \ \
| * | | fixed QC invaluidation and processing with view (BUG#8050) (BUG#8054)bell@sanja.is.com.ua2005-01-271-0/+4
* | | | Merged "query cache for ndb" to 5.0msvensson@neptunus.homeip.net2005-02-031-1/+11
|\ \ \ \ | |/ / / |/| | |
| * | | removed special ndb query cache variabletomas@poseidon.ndb.mysql.com2004-11-251-1/+0
| * | | Mergetomas@poseidon.ndb.mysql.com2004-11-241-1/+11
| |\ \ \
| | * | | sql/ha_innodb.cctomas@poseidon.ndb.mysql.com2004-11-241-1/+11
| | |/ /
| * | | changed query cache type variable for ndbtomas@poseidon.ndb.mysql.com2004-11-231-0/+1
| |/ /
* | | merge with 4.1monty@mysql.com2004-10-291-7/+3
|\ \ \ | |/ /
| * | Merge with 4.0monty@mysql.com2004-10-271-3/+3
| |\ \ | | |/
| | * Check of temporary tables hiding for query fetched from QC (BUG#6084)bell@sanja.is.com.ua2004-10-211-0/+3
| * | information about different variables agged to query cache (BUG#5515, BUG#5394)bell@sanja.is.com.ua2004-09-101-4/+0
* | | Fixed BUG#3583: query cache doesn't work for stored procedures.pem@mysql.comhem.se2004-09-171-0/+1
|/ /
* | merge with 4.0monty@mysql.com2004-03-161-0/+1
|\ \ | |/
| * invalidation of locking for write tables (BUG#2693)bell@sanja.is.com.ua2004-03-041-0/+1
* | SCRUMhf@deer.(none)2003-12-011-2/+2
* | Merge laptop.sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@laptop.sanja.is.com.ua2003-08-261-0/+2
|\ \