summaryrefslogtreecommitdiff
path: root/sql/sql_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.3' into 10.4bb-10.4-MDEV-23468Oleksandr Byelkin2020-12-251-2/+2
|\
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-231-2/+2
| |\
| | * MDEV-4677 GROUP_CONCAT not showing any output with group_concat_max_len >= 4GbSergei Golubchik2020-12-101-2/+2
* | | Merge 10.3 into 10.4Marko Mäkelä2020-06-131-3/+13
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-06-131-3/+13
| |\ \ | | |/
| | * Merge branch '10.1' into 10.2Vicențiu Ciorbaru2020-06-111-3/+13
| | |\
| | | * MDEV-5924: MariaDB could crash after changing the query_cache sizeOleksandr Byelkin2020-06-101-3/+13
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-10-101-5/+2
|\ \ \ \ | |/ / /
| * | | Cleanup mman.h includesSergey Vojtovich2019-10-021-3/+0
| * | | MDEV-20684: innodb/query cache use madvise CORE/NOCORE on FreeBSDDaniel Black2019-10-021-2/+2
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\ \ | | | |/
| | | * Update FSF addressVicențiu Ciorbaru2019-05-111-1/+1
* | | | Simple cleanups (no logic changes)Monty2018-12-091-2/+2
* | | | Call alloc() instead of realloc()Monty2018-07-131-2/+1
* | | | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-041-4/+4
|/ / /
* | | Add likely/unlikely to speed up executionMonty2018-05-071-1/+1
* | | MDEV-10814: Don't coredump query cacheDaniel Black2018-02-261-1/+1
* | | Merge branch '10.3' into 10.2-MDEV-10814-dont-dump-query-cacheDaniel Black2018-02-251-149/+169
|\ \ \
| * \ \ Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-1/+19
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-1/+19
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-1/+19
| | | |\ \ | | | | |/
| | | | * Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-1/+19
| | | | |\
| | | | | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-1/+18
| | | | | |\
| | | | | | * MDEV-14526: MariaDB keeps crashing under load when query_cache_type is changedOleksandr Byelkin2018-01-141-1/+18
| * | | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-129/+128
| * | | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-18/+21
| * | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-031-1/+1
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge 10.1 into 10.2Marko Mäkelä2018-01-031-1/+1
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge 10.0 into 10.1Marko Mäkelä2018-01-031-1/+1
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Merge 5.5 into 10.0Marko Mäkelä2018-01-031-1/+1
| | | | | |\ \ | | | | | | |/
| | | | | | * Silence some -Wimplicit-fallthrough by proper spellingMarko Mäkelä2018-01-031-1/+1
* | | | | | | MDEV-10814: Coredumps to exclude query cache (Linux)Daniel Black2017-11-211-1/+18
|/ / / / / /
* | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-301-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-181-2/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Windows : Fix truncation warnings in sql/Vladislav Vaintroub2017-10-101-2/+2
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-213/+213
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-021-213/+213
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix DBUG_PRINT formatting in query cache.Vladislav Vaintroub2017-09-291-2/+2
| | * | | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-211/+211
* | | | | | Counting hits for queries in query cache.Peter Shchuchkin2017-08-311-1/+2
* | | | | | Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2017-08-261-3/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '10.2' into bb-10.2-extSergei Golubchik2017-08-251-3/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-3/+2
| | |\ \ \ \ | | | |/ / /
| | | * | | MDEV-13179 main.errors fails with wrong errnoMonty2017-08-071-3/+2
* | | | | | New option for slow logging (log_slow_disable_statements)Monty2017-08-241-1/+0
* | | | | | Added DBUG_ASSERT_AS_PRINTF compile flagMonty2017-08-241-1/+1
* | | | | | Simplify test if we can use table in query cacheMichael Widenius2017-08-241-32/+26