Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup's and more DBUG_PRINT's | Monty | 2020-06-19 | 1 | -1/+2 |
* | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-06-14 | 1 | -3/+13 |
|\ | |||||
| * | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-06-13 | 1 | -3/+13 |
| |\ | |||||
| | * | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-06-13 | 1 | -3/+13 |
| | |\ | |||||
| | | * | Merge branch '10.1' into 10.2 | Vicențiu Ciorbaru | 2020-06-11 | 1 | -3/+13 |
| | | |\ | |||||
| | | | * | MDEV-5924: MariaDB could crash after changing the query_cache size | Oleksandr Byelkin | 2020-06-10 | 1 | -3/+13 |
* | | | | | cleanup: PSI key is *always* the first argument | Sergei Golubchik | 2020-03-10 | 1 | -9/+7 |
* | | | | | perfschema memory related instrumentation changes | Sergei Golubchik | 2020-03-10 | 1 | -3/+3 |
|/ / / / | |||||
* | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-10-10 | 1 | -5/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Cleanup mman.h includes | Sergey Vojtovich | 2019-10-02 | 1 | -3/+0 |
| * | | | MDEV-20684: innodb/query cache use madvise CORE/NOCORE on FreeBSD | Daniel Black | 2019-10-02 | 1 | -2/+2 |
* | | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2019-05-19 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-05-14 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-05-13 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Update FSF address | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
* | | | | Simple cleanups (no logic changes) | Monty | 2018-12-09 | 1 | -2/+2 |
* | | | | Call alloc() instead of realloc() | Monty | 2018-07-13 | 1 | -2/+1 |
* | | | | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations | Oleksandr Byelkin | 2018-07-04 | 1 | -4/+4 |
|/ / / | |||||
* | | | Add likely/unlikely to speed up execution | Monty | 2018-05-07 | 1 | -1/+1 |
* | | | MDEV-10814: Don't coredump query cache | Daniel Black | 2018-02-26 | 1 | -1/+1 |
* | | | Merge branch '10.3' into 10.2-MDEV-10814-dont-dump-query-cache | Daniel Black | 2018-02-25 | 1 | -149/+169 |
|\ \ \ | |||||
| * \ \ | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-02-15 | 1 | -1/+19 |
| |\ \ \ | |||||
| | * \ \ | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2018-02-08 | 1 | -1/+19 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch 'github/10.1' into 10.2 | Sergei Golubchik | 2018-02-06 | 1 | -1/+19 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Merge branch 'github/10.0' into 10.1 | Sergei Golubchik | 2018-02-02 | 1 | -1/+19 |
| | | | |\ | |||||
| | | | | * | Merge remote-tracking branch '5.5' into 10.0 | Vicențiu Ciorbaru | 2018-01-24 | 1 | -1/+18 |
| | | | | |\ | |||||
| | | | | | * | MDEV-14526: MariaDB keeps crashing under load when query_cache_type is changed | Oleksandr Byelkin | 2018-01-14 | 1 | -1/+18 |
| * | | | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ... | Vladislav Vaintroub | 2018-02-06 | 1 | -129/+128 |
| * | | | | | | Changed database, tablename and alias to be LEX_CSTRING | Monty | 2018-01-30 | 1 | -18/+21 |
| * | | | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-01-04 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | Merge 10.2 into bb-10.2-ext | Marko Mäkelä | 2018-01-03 | 1 | -1/+1 |
| | |\ \ \ \ \ | | | |/ / / / | |||||
| | | * | | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-01-03 | 1 | -1/+1 |
| | | |\ \ \ \ | | | | |/ / / | |||||
| | | | * | | | Merge 10.0 into 10.1 | Marko Mäkelä | 2018-01-03 | 1 | -1/+1 |
| | | | |\ \ \ | | | | | |/ / | |||||
| | | | | * | | Merge 5.5 into 10.0 | Marko Mäkelä | 2018-01-03 | 1 | -1/+1 |
| | | | | |\ \ | | | | | | |/ | |||||
| | | | | | * | Silence some -Wimplicit-fallthrough by proper spelling | Marko Mäkelä | 2018-01-03 | 1 | -1/+1 |
* | | | | | | | MDEV-10814: Coredumps to exclude query cache (Linux) | Daniel Black | 2017-11-21 | 1 | -1/+18 |
|/ / / / / / | |||||
* | | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 | Alexander Barkov | 2017-10-30 | 1 | -2/+2 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2017-10-18 | 1 | -2/+2 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Windows : Fix truncation warnings in sql/ | Vladislav Vaintroub | 2017-10-10 | 1 | -2/+2 |
* | | | | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2017-10-04 | 1 | -213/+213 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext | Alexander Barkov | 2017-10-02 | 1 | -213/+213 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Fix DBUG_PRINT formatting in query cache. | Vladislav Vaintroub | 2017-09-29 | 1 | -2/+2 |
| | * | | | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT. | Vladislav Vaintroub | 2017-09-28 | 1 | -211/+211 |
* | | | | | | Counting hits for queries in query cache. | Peter Shchuchkin | 2017-08-31 | 1 | -1/+2 |
* | | | | | | Merge branch 'bb-10.2-ext' into 10.3 | Sergei Golubchik | 2017-08-26 | 1 | -3/+2 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge branch '10.2' into bb-10.2-ext | Sergei Golubchik | 2017-08-25 | 1 | -3/+2 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-08-17 | 1 | -3/+2 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | MDEV-13179 main.errors fails with wrong errno | Monty | 2017-08-07 | 1 | -3/+2 |
* | | | | | | New option for slow logging (log_slow_disable_statements) | Monty | 2017-08-24 | 1 | -1/+0 |
* | | | | | | Added DBUG_ASSERT_AS_PRINTF compile flag | Monty | 2017-08-24 | 1 | -1/+1 |