summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20382 SHOW PRIVILEGES displays "Delete versioning rows" rather than "Del...bb-10.3-anelAnel Husakovic2019-11-212-2/+2
* MDEV-21045 AddressSanitizer: use-after-poison in mem_heap_dup / row_log_table...Eugene Kosov2019-11-213-0/+48
* Merge branch '10.2' into 10.3Vlad Lesin2019-11-200-0/+0
|\
| * MDEV-21082: isnan/isinf compilation errors, isfinite warnings on MacOSVlad Lesin2019-11-1916-55/+13
* | MDEV-21088: Follow-up fix for ROW_FORMAT=REDUNDANTMarko Mäkelä2019-11-201-1/+1
* | MDEV-21088 Table cannot be loaded after instant ADD/DROP COLUMNMarko Mäkelä2019-11-201-0/+7
* | MDEV-14667 Assertion `used_parts > 0' failed in ha_partition::init_record_pri...Alexey Botchkov2019-11-203-1/+27
* | MDEV-13564 follow-up: Remove unused codeMarko Mäkelä2019-11-191-217/+0
* | Merge 10.2 into 10.3Marko Mäkelä2019-11-1911-174/+223
|\ \ | |/
| * MDEV-21069 Crash on DROP TABLE if the data file is corruptedMarko Mäkelä2019-11-199-44/+90
| * update create_w_max_indexes_128.resultSergei Golubchik2019-11-151-128/+128
* | Fix compile failure on Windows: use explicit type castsbb-10.3-mdev20611Sergei Petrunia2019-11-161-3/+3
* | MDEV-20611: MRR scan over partitioned InnoDB table produces "Out of memory" e...Sergei Petrunia2019-11-1513-18/+343
* | MDEV-12353 preparation: Replace mtr_x_lock() and friendsMarko Mäkelä2019-11-1422-163/+148
* | MDEV-20949: Merge 10.2 into 10.3Marko Mäkelä2019-11-1416-315/+383
|\ \ | |/
| * MDEV-20949 Stop issuing 'row size' error on DMLEugene Kosov2019-11-1315-264/+332
* | Merge 10.2 into 10.3Marko Mäkelä2019-11-142-130/+69
|\ \ | |/
| * Clean up mtr_t::commit() furtherMarko Mäkelä2019-11-131-129/+68
| * MDEV-20934: Correct a debug assertionMarko Mäkelä2019-11-131-1/+1
| * Fix a typo in mariadb-plugin-mroonga.prermYasuhiro Horimoto2019-11-121-1/+1
* | MDEV-20646: 10.3.18 is slower than 10.3.17Sergei Petrunia2019-11-133-12/+27
* | Merge 10.2 into 10.3Marko Mäkelä2019-11-128-507/+256
|\ \ | |/
| * MDEV-12353 preparation: Clean up mtr_tMarko Mäkelä2019-11-124-495/+254
| * MDEV-14602: Cleanup recv_dblwr_t::find_page()Marko Mäkelä2019-11-121-36/+17
| * Merge 10.1 into 10.2Marko Mäkelä2019-11-123-8/+8
| |\
| | * MDEV-20953: binlog_encryption.rpl_corruption failed in buildbot due to wrong ...Sujatha2019-11-123-8/+8
| * | rpl_semi_sync_gtid_reconnect results mergeAndrei Elkin2019-11-111-0/+12
* | | merge 10.2->10.3 with conflict resolutionsAndrei Elkin2019-11-1110-5/+290
|\ \ \ | |/ /
| * | manual merge 10.1->10.2Andrei Elkin2019-11-1110-5/+281
| |\ \ | | |/
| | * MDEV-19376 Repl_semi_sync_master::commit_trx assertion failure: ... || !m_act...Andrei Elkin2019-11-103-1/+108
| | * bump the VERSIONDaniel Bartholomew2019-11-081-1/+1
| | * MDEV-20981 wsrep_sst_mariabackup fails silently when mariabackup is not insta...Hartmut Holzgraefe2019-11-081-0/+7
| | * MDEV-20519: Query plan regression with optimizer_use_condition_selectivity > 1Varun Gupta2019-11-076-4/+166
* | | Merge 10.2 into 10.3Marko Mäkelä2019-11-1118-249/+130
|\ \ \ | |/ /
| * | MDEV-21024: Cleanup XDES_CLEAN_BITMarko Mäkelä2019-11-111-2/+4
| * | MDEV-21024: Clean up dict_hdr_create()Marko Mäkelä2019-11-111-3/+2
| * | MDEV-21024: Clean up IMPORT TABLESPACEMarko Mäkelä2019-11-115-57/+26
| * | MDEV-21024: Clean up btr_root_raise_and_insert()Marko Mäkelä2019-11-111-7/+1
| * | MDEV-21024: Clean up page allocationMarko Mäkelä2019-11-111-12/+8
| * | MDEV-21024: Optimize writing BTR_EXTERN_LENMarko Mäkelä2019-11-111-2/+2
| * | MDEV-21024: Clean up rtr_adjust_upper_level()Marko Mäkelä2019-11-111-1/+0
| * | Cleanup btr_page_get_prev(), btr_page_get_next()Marko Mäkelä2019-11-1113-145/+89
| * | MDEV-21024: Clean up rtr_adjust_upper_level()Marko Mäkelä2019-11-111-20/+0
| * | bump the VERSIONDaniel Bartholomew2019-11-081-1/+1
* | | bump the VERSIONDaniel Bartholomew2019-11-081-1/+1
* | | MDEV-20934: Make the test more robustmariadb-10.3.20Marko Mäkelä2019-11-062-0/+8
* | | 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
| | |\