summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20854: ANALYZE for statements: not clear where the time is spentbb-10.5-mdev20854Sergei Petrunia2019-11-1227-206/+448
* Cleanup: Replace xdes_set_bit()Marko Mäkelä2019-11-081-40/+30
* Cleanup: Remove redundant XDES_FREE_BIT parametersMarko Mäkelä2019-11-085-266/+96
* Merge 10.4 into 10.5Marko Mäkelä2019-11-081-9/+1
|\
| * MDEV-17138 follow-up: Use MLOG_MEMSET in xdes_init()Marko Mäkelä2019-11-081-9/+1
* | Use uint16_t for FIL_PAGE_TYPEMarko Mäkelä2019-11-081-1/+1
* | MDEV-12353 preparation: Remove redundant writesMarko Mäkelä2019-11-082-16/+10
* | Cleanup: Do not pass mtr_t* as NULLMarko Mäkelä2019-11-081-16/+32
* | Cleanup: Define FIL_PAGE_TYPE constants as constexprMarko Mäkelä2019-11-083-42/+51
* | Merge 10.4 into 10.5Marko Mäkelä2019-11-0814-145/+50
|\ \ | |/
| * Cleanup: Remove mach_read_ulint()Marko Mäkelä2019-11-0812-129/+34
| * MDEV-17138 follow-up: Use MLOG_MEMSET for writing FIL_NULLMarko Mäkelä2019-11-083-16/+16
* | Compilation fix with partitioning off (MDEV-17553)Aleksey Midenkov2019-11-071-95/+96
* | MDEV-17553 Enable setting start datetime for interval partitioned history of ...Aleksey Midenkov2019-11-0711-87/+563
* | Merge 10.4 into 10.5Marko Mäkelä2019-11-0727-143/+444
|\ \ | |/
| * Merge 10.3 into 10.4mariadb-10.4.10Marko Mäkelä2019-11-072-0/+8
| |\
| | * MDEV-20934: Make the test more robustmariadb-10.3.20Marko Mäkelä2019-11-062-0/+8
| * | Merge 10.3 into 10.4Marko Mäkelä2019-11-0627-123/+429
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2019-11-0624-110/+400
| | |\
| | | * Follow-up to 792c9f9a4977ea428537ca34435d39bd17cec5ffmariadb-10.2.29Marko Mäkelä2019-11-064-29/+19
| | | * Merge 10.1 to 10.2Marko Mäkelä2019-11-0618-58/+257
| | | |\
| | | | * Merge 5.5 into 10.1mariadb-10.1.43Marko Mäkelä2019-11-062-15/+14
| | | | |\
| | | | | * bump the VERSIONDaniel Bartholomew2019-11-051-1/+1
| | | | | * MDEV-20971 ASAN heap-use-after-free in list_delete / heap_closeSergei Golubchik2019-11-042-15/+14
| | | | * | MDEV-20987 InnoDB fails to start when fts table has FK relationThirunarayanan Balathandayuthapani2019-11-064-32/+17
| | | | * | bump the VERSIONDaniel Bartholomew2019-11-051-1/+1
| | | | * | Fix ninja buildVladislav Vaintroub2019-11-051-1/+2
| | | | * | Fix GCC 9.2.1 -Wstringop-truncationMarko Mäkelä2019-11-045-11/+8
| | | | * | Fix build on !glibc/powerpc*pkubaj2019-11-021-1/+1
| | | | * | MDEV-20424: New default value for optimizer_use_condition-selectivity leads t...Varun Gupta2019-11-014-0/+146
| | | | * | MDEV-17896 Assertion `pfs->get_refcount() > 0' failedRobert Bindar2019-11-013-0/+71
| | | | * | List of unstable tests for 10.1.42 releasemariadb-10.1.42Elena Stepanova2019-10-311-123/+81
| | | * | | MDEV-20934 Infinite loop on innodb_fast_shutdown=0 with inconsistent change b...Marko Mäkelä2019-11-063-8/+106
| | | * | | bump the VERSIONDaniel Bartholomew2019-11-051-1/+1
| | | * | | cleanup: replace some mtr_read_ulint() with mach_read_from_4()Eugene Kosov2019-11-011-17/+11
| | | * | | cleanup: get rid of dict_index_add_to_cache_w_vcol()Eugene Kosov2019-11-013-50/+13
| | | * | | List of unstable tests for 10.2.28 releasemariadb-10.2.28Elena Stepanova2019-10-311-105/+100
| | * | | | bump the VERSIONDaniel Bartholomew2019-11-051-1/+1
| | * | | | List of unstable tests for 10.3.19 releasemariadb-10.3.19Elena Stepanova2019-11-031-144/+161
| * | | | | bump the VERSIONDaniel Bartholomew2019-11-051-1/+1
* | | | | | Merge 10.4 into 10.5Oleksandr Byelkin2019-11-07208-1980/+6501
|\ \ \ \ \ \ | |/ / / / /
| * | | | | List of unstable tests for 10.4.9 releasemariadb-10.4.9Elena Stepanova2019-11-031-175/+225
| * | | | | Revert "wolfssl 4.2.0" (it is not ready jet)Oleksandr Byelkin2019-11-021-0/+0
| * | | | | wolfssl 4.2.0Oleksandr Byelkin2019-11-021-0/+0
| * | | | | Postmerge fix of rocksdb test resultsOleksandr Byelkin2019-11-021-0/+1
| * | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-11-015-13/+60
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-17171: RocksDB Tables do not have "Creation Date"Sergei Petrunia2019-11-015-13/+60
| * | | | | Merge 10.3 into 10.4Marko Mäkelä2019-11-01183-1686/+3961
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-17171: RocksDB Tables do not have "Creation Date"bb-10.3-MDEV-17171Sergei Petrunia2019-11-0119-77/+323
| | * | | | MDEV-20938 Double free of dict_foreign_t during instant ALTER TABLEThirunarayanan Balathandayuthapani2019-11-013-26/+58