summaryrefslogtreecommitdiff
path: root/sql/sql_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2022-11-281-9/+7
|\
| * Query cache: removed unused THD from few functionsDaniel Black2022-11-261-9/+7
* | Merge 10.5 into 10.6Marko Mäkelä2022-09-261-1/+4
|\ \ | |/
| * Merge 10.4 into 10.5Marko Mäkelä2022-09-261-1/+4
| |\
| | * MDEV-29613 Improve WITH_DBUG_TRACE=OFFMarko Mäkelä2022-09-231-1/+4
* | | Merge 10.5 into 10.6Jan Lindström2022-09-051-0/+3
|\ \ \ | |/ /
| * | Merge 10.4 into 10.5Jan Lindström2022-09-051-0/+3
| |\ \ | | |/
| | * Reduce compilation dependencies on wsrep_mysqld.hDaniele Sciascia2022-08-311-0/+3
* | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-08-101-3/+3
|\ \ \ | |/ /
| * | Merge branch '10.4' into 10.5mariadb-10.5.17Oleksandr Byelkin2022-08-101-3/+3
| |\ \ | | |/
| | * Merge branch '10.3' into bb-10.4-releasemariadb-10.4.26Oleksandr Byelkin2022-08-101-3/+3
| | |\
| | | * Fix typos in the codebase.fluesvamp2022-08-091-3/+3
* | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-02-031-2/+8
|\ \ \ \ | |/ / /
| * | | MDEV-24487 Error after update to 10.5.8 on CentOS-8: DBD::mysql::st execute f...Alexander Barkov2022-01-271-2/+8
* | | | MDEV-25228 JSON_TABLE: Server crashes in Query_cache::unlink_table.Alexey Botchkov2021-04-211-2/+4
* | | | MDEV-25186 JSON_TABLE: ASAN global-buffer-overflow in my_strnncoll_binary upo...Alexey Botchkov2021-04-211-2/+3
* | | | Add TL_FIRST_WRITE in SQL layer for determining R/WDaniel Black2021-04-081-1/+1
|/ / /
* | | Fix various spelling errors still found in codeOtto Kekäläinen2021-03-221-6/+6
* | | Merge commit '10.4' into 10.5Oleksandr Byelkin2021-01-061-2/+2
|\ \ \ | |/ /
| * | 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
* | | | Cleanup's and more DBUG_PRINT'sMonty2020-06-191-1/+2
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-06-141-3/+13
|\ \ \ \ | |/ / /
| * | | 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
* | | | | cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-9/+7
* | | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-3/+3
|/ / / /
* | | | 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