summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Merge branch '10.2' of https://github.com/MariaDB/server into 10.2Julius Goryavsky2020-06-051-1/+6
| | |\ \
| | * \ \ Merge 10.1 into 10.2Julius Goryavsky2020-06-0512-11/+1056
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Added missing include files to check for debug_syncJulius Goryavsky2020-06-032-0/+6
| | | * | MDEV-22763 backporting MDEV-20225 fix into 10.1sjaakola2020-06-0311-12/+978
| | | * | Fix duplicate wordBernard Spil2020-06-021-1/+1
| * | | | MDEV-22721 fixup for 32-bit GCCMarko Mäkelä2020-06-061-10/+10
* | | | | Merge branch '10.3' into 10.4Vladislav Vaintroub2020-06-051-1/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'origin/10.2' into 10.3Vladislav Vaintroub2020-06-051-1/+6
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix appveyor build.Vladislav Vaintroub2020-06-051-1/+6
| | |/ /
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-06-0559-550/+669
|\ \ \ \ | |/ / /
| * | | After-merge fix: GCC -Wmaybe-uninitializedMarko Mäkelä2020-06-051-2/+2
| * | | Merge 10.2 into 10.3Marko Mäkelä2020-06-0555-558/+638
| |\ \ \ | | |/ /
| | * | MDEV-22769 Shutdown hang or crash due to XA breaking locksMarko Mäkelä2020-06-0513-51/+95
| | * | MDEV-22790 Race between btr_page_mtr_lock() dropping AHI on the same blockMarko Mäkelä2020-06-052-2/+41
| | * | MDEV-22646: Fix a memory leakMarko Mäkelä2020-06-051-12/+22
| | * | Windows, build tweak.Vladislav Vaintroub2020-06-051-1/+8
| | * | add stress suite to the list of default suites to runSergei Golubchik2020-06-041-0/+1
| | * | MDEV-22339 - Assertion `str_length < len' failedSergey Vojtovich2020-06-043-4/+45
| | * | dict_check_sys_tables(): Do not rely on buf_page_optimistic_get()Marko Mäkelä2020-06-041-0/+1
| | * | MDEV-16230: Server crashes when Analyze format=json is run with a window func...Varun Gupta2020-06-043-1/+60
| | * | MDEV-22721 Remove bloat caused by InnoDB logger classMarko Mäkelä2020-06-0438-326/+227
| | * | MDEV-22646 Assertion `table2->cached' failed in dict_table_t::add_to_cacheThirunarayanan Balathandayuthapani2020-06-038-147/+117
| | * | MDEV-22577 innodb_fast_shutdown=0 fails to report purge progressMarko Mäkelä2020-06-031-4/+6
| * | | MDEV-22112 Assertion `tab_part_info->part_type == RANGE_PARTITION || tab_part...Aleksey Midenkov2020-06-044-1/+31
* | | | MDEV-21626: Optimizer misses the details about the picked join orderVarun Gupta2020-06-043-0/+191
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-06-0329-383/+506
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2020-06-0228-390/+513
| |\ \ \ | | |/ /
| | * | fix warningVladislav Vaintroub2020-06-011-1/+1
| | * | MDEV-22650 Dirty compressed page checksum validation failsThirunarayanan Balathandayuthapani2020-06-013-26/+3
| | * | Cleanup: Remove thr_is_recv(), trx_is_recv()Marko Mäkelä2020-06-017-51/+7
| | * | MDEV-21615 InnoDB: innodb_page_size=x requires... should be logged as errorMarko Mäkelä2020-06-011-1/+1
| | * | Merge 10.1 into 10.2Marko Mäkelä2020-06-0114-308/+486
| | |\ \ | | | |/
| | | * Attempt fixing mroonga gcc 8 build failureSergey Vojtovich2020-05-291-1/+1
| | | * Thread safe histograms loadingSergey Vojtovich2020-05-294-103/+34
| | | * Thread safe statistics loadingSergey Vojtovich2020-05-293-60/+116
| | | * Simplified away statistics_for_tables_is_needed()Sergey Vojtovich2020-05-291-81/+31
| | | * MDEV-22744 *SAN: sql/item_xmlfunc.cc:791:43: runtime error: downcast of addre...Alexander Barkov2020-05-291-2/+1
| | | * fix pre-definition for embedded server for find_user_or_anon()Anel Husakovic2020-05-281-28/+22
| | | * MDEV-22312: Bad error message for SET DEFAULT ROLE when user account is not g...Anel Husakovic2020-05-288-45/+294
| | * | cmake: quieterSergei Golubchik2020-05-313-1/+12
| * | | MDEV-22770 trx_undo_report_rename() fails to release page latchesMarko Mäkelä2020-06-021-2/+1
* | | | MDEV-22773 Assertion page_get_page_no... in btr_pcur_store_position()Marko Mäkelä2020-06-021-1/+1
* | | | Added larger timeout to backup_stages.testMonty2020-06-022-4/+4
* | | | Merge branch '10.3' into 10.4Vladislav Vaintroub2020-06-011-1/+1
|\ \ \ \ | |/ / /
| * | | fix warningVladislav Vaintroub2020-06-011-1/+1
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-05-3067-475/+1679
|\ \ \ \ | |/ / /
| * | | Add end-of-test markers to ease mergesMarko Mäkelä2020-05-304-0/+6
| * | | Merge 10.2 into 10.3Marko Mäkelä2020-05-2927-317/+303
| |\ \ \ | | |/ /
| | * | Add a counter to avoid multiple initialization of Groonga mecab tokenizerKentoku SHIBA2020-05-292-0/+12
| | * | Add grn_db_fin_mecab_tokenizer to finalyze mecab tokenizerKentoku SHIBA2020-05-292-0/+33