summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-19781 Create MariaDB named commands on Windowsbb-10.4-MDEV-19781Rasmus Johansson2019-11-265-105/+437
* MDEV-20190 Instant operation fails when add column and collation change on no...Marko Mäkelä2019-11-258-23/+129
* Merge 10.3 into 10.4Aleksey Midenkov2019-11-256-4/+88
|\
| * MDEV-21049 Segfault in create federatedx table with empty hostnameAleksey Midenkov2019-11-223-4/+40
| * MDEV-18727 improve DML operation of System VersioningAleksey Midenkov2019-11-2219-87/+271
| * 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-18727 improve DML operation of System Versioning (10.4)Aleksey Midenkov2019-11-2520-107/+267
* | | MDEV-21096 async slave crash with gtid_log_pos table access (#1413)seppo2019-11-257-79/+163
* | | MDEV-19919 Assertion `!prebuilt->index->is_primary()' failedIgor Babaev2019-11-223-2/+74
* | | MDEV-20972: `or` alterative operator breaking windows buildSeth Shelnutt2019-11-221-1/+1
* | | MDEV-21088 Table cannot be loaded after instant ADD/DROP COLUMNMarko Mäkelä2019-11-206-27/+101
* | | Merge 10.3 into 10.4Marko Mäkelä2019-11-204-2/+34
|\ \ \ | |/ /
| * | 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
* | | Merge 10.3 into 10.4Marko Mäkelä2019-11-1922-46/+439
|\ \ \ | |/ /
| * | 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-13564: Remove an unused return valueMarko Mäkelä2019-11-172-20/+6
* | | Fix a couple of clang-cl warningsVladislav Vaintroub2019-11-153-4/+3
* | | MDEV-21062 Buildbot, Windows - sporadically missing lines from mtr's "exec"Vladislav Vaintroub2019-11-156-24/+206
* | | Merge 10.3 into 10.4Marko Mäkelä2019-11-1422-160/+145
|\ \ \ | |/ /
| * | MDEV-12353 preparation: Replace mtr_x_lock() and friendsMarko Mäkelä2019-11-1422-163/+148
* | | MDEV-20949: Merge 10.3 into 10.4Marko Mäkelä2019-11-1420-311/+759
|\ \ \ | |/ /
| * | 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.3 into 10.4Marko Mäkelä2019-11-145-140/+96
|\ \ \ | |/ /
| * | 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
* | | MDEV-20707: Missing memory barrier in parallel replication error handler in w...Sujatha2019-11-143-22/+39
* | | MDEV-17138 follow-up: Optimize index page creationMarko Mäkelä2019-11-132-5/+38
* | | Use constexpr for constants on data pagesMarko Mäkelä2019-11-134-20/+21
* | | cleanup: replace List_iterator(_fast) in handler0alter.ccEugene Kosov2019-11-132-147/+94
* | | MDEV-18987 bug in "load data local infile xxx replace into " (#1408)Kentoku SHIBA2019-11-1362-0/+2747
* | | Merge 10.3 into 10.4Marko Mäkelä2019-11-1218-498/+543
|\ \ \ | |/ /
| * | 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