summaryrefslogtreecommitdiff
path: root/sql/sql_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* Manual merge from mysql-trunk.Alexander Nozdrin2009-12-111-110/+164
|\
| * Auto-merge from mysql-trunk-merge.Alexander Nozdrin2009-11-061-2/+2
| |\
| * \ Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-11-051-7/+8
| |\ \
| * | | Bug#38551 query cache can still consume [very little] cpu time even when it i...Kristofer Pettersson2009-10-291-8/+40
| * | | Merge from mysql-next-mr.Alexander Nozdrin2009-10-231-1/+1
| |\ \ \
| | * \ \ Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-10-141-1/+1
| | |\ \ \
| * | \ \ \ Merge with next-mr-runtime.Konstantin Osipov2009-10-221-1/+1
| |\ \ \ \ \
| | * \ \ \ \ AutomergeKristofer Pettersson2009-10-191-97/+117
| | |\ \ \ \ \
| | * | | | | | Bug#27145 EXTRA_ACL troublesKristofer Pettersson2009-10-191-1/+1
| | | |/ / / / | | |/| | | |
| * | | | | | Backport of revno 2630.28.10, 2630.28.31, 2630.28.26, 2630.33.1,Konstantin Osipov2009-10-221-4/+6
| | |/ / / / | |/| | | |
| * | | | | Fix a windows build failure (next-mr-runtime).Konstantin Osipov2009-10-161-4/+4
| * | | | | Backport of:Konstantin Osipov2009-10-141-22/+22
| * | | | | Introduce thd->query_cache_tls (threadKonstantin Osipov2009-10-131-71/+91
| |/ / / /
| * | | | WL#2110 (SIGNAL)Marc Alff2009-09-101-2/+2
* | | | | Manual merge from the mysql-5.1-bugteam.Alexey Kopytov2009-11-241-4/+35
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Bug#39253 Large query cache still freezes server after fix for bug #21074Kristofer Pettersson2009-11-201-4/+35
* | | | | Fix automerge: use 'thd->query()' instead of 'thd->query'.Alexander Nozdrin2009-11-051-2/+2
| |_|_|/ |/| | |
* | | | Manual merge from mysql-5.1.Alexander Nozdrin2009-11-051-7/+8
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Bug #40877: multi statement execution fails in 5.1.30Georgi Kodinov2009-10-161-7/+8
* | | Merge from mysql-5.1.Alexander Nozdrin2009-10-131-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-09-231-1/+1
* | Undoing mikael@mysql.com-20081015100345-8tu2vmh7mzs60c23Guilhem Bichot2009-08-041-49/+3
* | Creation of mysql-trunk = {summit + "Innodb plugin replacing the builtin"}:Guilhem Bichot2009-08-041-194/+234
|\ \ | |/
| * Bug#43758 Query cache can lock up threads in 'freeing items' stateKristofer Pettersson2009-06-161-202/+210
* | Merge MySQL 5.1.35 into MySQL 5.4Mikael Ronstrom2009-06-111-2/+52
|\ \ | |/
| * fixed compilation warnings. addendum to the fix for bug 29125Georgi Kodinov2009-03-201-2/+2
| * Bug#37416 When SQL_NO_CACHE is used, MySQL still lookup into the query cacheKristofer Pettersson2009-03-051-0/+47
| * Bug#41098: Query Cache returns wrong result with concurrent insertDavi Arnaut2009-02-191-0/+3
* | Merged Performance Version 0.2.1 with latest 5.1 tree (last push 11 feb 14.01...Mikael Ronstrom2009-02-171-5/+17
|\ \ | |/
| * Merge test case of Bug#40264 to mysql-5.1-bugteamDavi Arnaut2009-01-221-0/+3
| |\
| | * Bug#40264: Aborted cached query causes query to hang indefinitely on next cac...Davi Arnaut2009-01-221-1/+6
| * | Merge from 5.0-bugteamDavi Arnaut2009-01-151-4/+13
| |\ \ | | |/
| | * Bug#36326: nested transaction and selectDavi Arnaut2009-01-131-4/+13
| | * Cherry-pick Bug#33362 from mysql-5.1Davi Arnaut2008-07-241-1/+1
| | * Bug#30087 Set query_cache_size, if the value is too small, get a unclear warningMarc Alff2008-07-161-29/+0
| | * Bug#30087 Set query_cache_size, if the value is too small, get a unclear warningKristofer Pettersson2008-06-191-0/+29
| | * Bug#26243 mysql command line crash after control-cunknown2008-03-281-3/+3
| * | Added "Sun Microsystems, Inc." to copyright headers on files modifiedBuild Team2008-11-101-1/+1
* | | Merge dtrace patch with latest performance versionMikael Ronstrom2008-12-201-2/+1
|\ \ \
| * \ \ Merge latest 5.1 into performance versionMikael Ronstrom2008-12-151-2/+1
| |\ \ \ | | |/ /
| | * | Bug#34306: Can't make copy of log tables when server binary log is enabledDavi Arnaut2008-09-301-2/+1
* | | | Backport of DTrace patches from 6.0Mikael Ronstrom2008-12-201-0/+3
|/ / /
* | | Fixed compiler warningMikael Ronstrom2008-10-171-1/+2
* | | Patch to fix bug#38551Mikael Ronstrom2008-10-151-11/+28
|/ /
* | Bug#36086: SELECT * from views don't check column grantsMartin Hansson2008-09-031-1/+1
* | Bug#33362: Query cache invalidation (truncate) may hangDavi Arnaut2008-06-031-1/+1
* | Merge adventure.(none):/home/thek/Development/cpp/bug25132/my50-bug25132unknown2008-03-101-0/+1
|\ \
| * | Bug#25132 disabled query cache: Qcache_free_blocks = 1unknown2008-03-061-0/+1
| |/
| * Bug #30768 query cache patch for bug #21074 crashes on windowsunknown2007-10-011-0/+6
| * Merge adventure.(none):/home/thek/Development/cpp/bug21074/my50-bug21074unknown2007-09-031-1/+1
| |\