summaryrefslogtreecommitdiff
path: root/sql/sql_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* after merge changes:Sergei Golubchik2011-12-121-1/+1
* 5.3->5.5 mergeSergei Golubchik2011-11-221-3/+4
|\
| * Added new options to KILL. New syntax is KILL [HARD|SOFT] [CONNECTION|QUERY] ...Michael Widenius2011-09-231-2/+2
| * Added MariaDB executable comment syntax: /*M!##### */Michael Widenius2011-08-291-2/+3
* | mergeSergei Golubchik2011-11-031-2/+2
|\ \
| * | compilation warnings on WindowsSergei Golubchik2011-11-021-2/+2
* | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+2
|\ \ \ | |/ / |/| |
| * | Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\ \
| | * \ Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | |\ \
| | | * | Updated/added copyright headersKent Boortz2011-06-301-2/+3
| | | * | Merge 5.0.80 release and 5.0 community. Version left at 5.0.80.Chad MILLER2009-04-141-10/+71
| | | |\ \
| | | | * \ auto-mergeIgnacio Galarza2009-03-191-0/+47
| | | | |\ \
| | | | | * \ Manual mergeKristofer Pettersson2009-03-061-5/+19
| | | | | |\ \
| | | | | * | | Bug#37416 When SQL_NO_CACHE is used, MySQL still lookup into the query cacheKristofer Pettersson2008-10-141-0/+47
| | | | * | | | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-101-5/+5
| | | | | |/ / | | | | |/| |
| | | * | | | Merged from 5.0 (enterprise).Chad MILLER2008-12-171-1/+1
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | * | | | Merge mysqldev@production.mysql.com:/data0/mysqldev/my/mysql-5.0-releaseunknown2007-11-071-0/+6
| | | |\ \ \ \
| | | * \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-09-101-3/+15
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2007-07-021-3/+15
| | | | |\ \ \ \ \
* | | | | | | | | | bugfix: query cache was using incorrect wait flagSergei Golubchik2011-10-191-2/+2
* | | | | | | | | | merge with 5.3Sergei Golubchik2011-10-191-123/+411
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Merge of mwl #106 into 5.3. Igor Babaev2011-06-151-4/+5
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ MergeIgor Babaev2011-05-201-4/+5
| | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merged the code of MWL#106 into 5.3Igor Babaev2011-05-161-4/+5
| | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | MWL#106: Backport optimizations for derived tables and views.Igor Babaev2010-05-261-4/+5
| * | | | | | | | | | | | Fixed compile failure when we don't use system zlibMichael Widenius2011-06-091-9/+12
| |/ / / / / / / / / / /
| * | | | | | | | | | | Rewritten patch of percona - switching query cache on and off, removing comme...unknown2011-05-181-112/+425
| * | | | | | | | | | | Fix compile error on Unixes Vladislav Vaintroub2011-05-141-1/+1
| * | | | | | | | | | | LPBUG#782223 : Memory released by Query_cache::resize() or Query_cache::free(...Vladislav Vaintroub2011-05-141-0/+12
| |/ / / / / / / / / /
| * | | | | | | | | | merge with 5.1Michael Widenius2010-11-301-5/+56
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge with MySQL 5.1.52Michael Widenius2010-11-231-5/+56
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / | | | |/| | | | | | | |
* | | | | | | | | | | | 5.5-mergeSergei Golubchik2011-07-021-55/+70
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Fix compilation warnings.Alexander Nozdrin2010-10-121-1/+2
| * | | | | | | | | | | Bug#56822: Add a thread state for sessions waiting on the query cache lockDavi Arnaut2010-10-081-3/+19
| * | | | | | | | | | | Bug#56822: Add a thread state for sessions waiting on the query cache lockDavi Arnaut2010-10-071-10/+11
| * | | | | | | | | | | Bug#56822: Add a thread state for sessions waiting on the query cache lockDavi Arnaut2010-10-071-39/+35
| * | | | | | | | | | | Bug#56452 Assertion failed: thd->transaction.stmt.is_empty() || Magne Mahre2010-10-061-0/+10
* | | | | | | | | | | | lots of post-merge changesSergei Golubchik2011-04-251-2/+1
* | | | | | | | | | | | merge.Sergei Golubchik2010-11-251-3/+21
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| / / / / / / / / / / | |/ / / / / / / / / /
| * | | | | | | | | | Automatic mergeMichael Widenius2010-10-011-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Change some my_bool in C++ classes and a few functions to bool to detect wron...Michael Widenius2010-09-241-1/+1
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge with MySQL 5.1.50Michael Widenius2010-08-271-1/+2
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Changed version number from RC to stableMichael Widenius2010-01-291-3/+22
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge with MySQL 5.1.42Michael Widenius2010-01-151-4/+35
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| * | | | | | | | | | Merged patch from Percona to get proper fix for compilation issue of srv0srv....Michael Widenius2010-01-121-2/+2
| * | | | | | | | | | Merge with MySQL 5.1, with following additions:unknown2009-11-161-7/+8
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fixed compiler warning messageMichael Widenius2009-10-261-1/+1
| * | | | | | | | | | | Merge lp:maria -> lp:~maria-captains/maria/maria-5.1-mergeSergey Petrunya2009-09-151-0/+5
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Updated documentation files to reflect MariaDB and not the Maria storage engi...Michael Widenius2009-09-031-0/+5
| * | | | | | | | | | | | Merge MySQL->MariaDBSergey Petrunya2009-09-081-202/+210
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |