summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22990 Threadpool : Optimize network/named pipe IO for Windowsbb-10.5-wlad-tpwinVladislav Vaintroub2020-06-259-172/+448
* Post-fix for 0a9633ee: Basic LEX::print function that supports UPDATEsSergei Petrunia2020-06-191-2/+5
* MDEV-22931 mtr_t::mtr_t() allocates some memoryThirunarayanan Balathandayuthapani2020-06-195-42/+21
* MDEV-22922: galera_ftwrl_drain test failedJulius Goryavsky2020-06-191-1/+1
* Server maturity increasedOleksandr Byelkin2020-06-192-2/+2
* MDEV-22871 follow-up fix: AHI corruption & leakMarko Mäkelä2020-06-192-1/+5
* MDEV-20302 Server hangs upon concurrent SELECT from partitioned S3Oleksandr Byelkin2020-06-191-10/+18
* MDEV-22925 ALTER TABLE s3_table ENGINE=Aria can cause failure on slaveMonty2020-06-1913-31/+48
* Fixed bugs in s3 test casesMonty2020-06-193-4/+3
* Added THD::binlog_table_should_be_logged() to simplify some codeMonty2020-06-194-15/+21
* Cleanup's and more DBUG_PRINT'sMonty2020-06-1911-35/+67
* Windows, compiling - use /diagnostics:caret flag, for better diagnosticsVladislav Vaintroub2020-06-191-0/+2
* MDEV-22933 - remove ---source include/not_threadpool.inc from testsbb-10.5-wlad2Vladislav Vaintroub2020-06-1813-22/+0
* INSTALL_UNIX_ADDRDIR for debian to /run/mysqld/mysqld.sockDaniel Black2020-06-181-1/+1
* MDEV-22871: Reduce InnoDB buf_pool.page_hash contentionMarko Mäkelä2020-06-1823-326/+477
* MDEV-22871: Remove pointer indirection for InnoDB hash_table_tMarko Mäkelä2020-06-1826-480/+284
* MDEV-22871: Clean up btr_search_sysMarko Mäkelä2020-06-1817-892/+497
* MDEV-22871: Clean up hash_table_tMarko Mäkelä2020-06-1816-808/+164
* libutils: merge_archives_unixDaniel Black2020-06-182-2/+18
* libutils: merge static libraries only onceDaniel Black2020-06-181-0/+10
* Merge 10.4 into 10.5Marko Mäkelä2020-06-1827-166/+321
|\
| * MDEV-22894: Mariabackup should not read [mariadb-client] option groupVlad Lesin2020-06-183-1/+13
| * MDEV-18215: mariabackup does not report unknown command line optionsVlad Lesin2020-06-181-1/+1
| * Fix the test mariabackup.mdev-14447Marko Mäkelä2020-06-181-2/+2
| * MDEV-22902 Assertion `!page_has_siblings(block->frame)' failed in btr_pcur_st...Thirunarayanan Balathandayuthapani2020-06-171-1/+1
| * Remove redundant code in opt_range.cc: print_key_value()Sergei Petrunia2020-06-171-9/+0
| * MDEV-22917 wolfssl might crash at startup when both SSL and encryption plugin...Vladislav Vaintroub2020-06-173-2/+7
| * MDEV-22794: Avoid potential rollback segment contention withKrunal Bauskar2020-06-171-13/+5
| * MDEV-22370 safe_mutex: Trying to lock uninitialized mutex at /data/src/10.4-b...Sachin2020-06-175-1/+40
| * MDEV-21759 galera.galera_parallel_autoinc_manytrx sporadic failures.MikkoJaakola2020-06-162-0/+4
| * Fix include statements in galera_ipv6_mariabackup_section andAlexey Yurchenko2020-06-152-2/+2
| * MDEV-18215: mariabackup does not report unknown command line optionsVlad Lesin2020-06-1415-135/+252
| * Merge commit 10.3 into 10.4Marko Mäkelä2020-06-141-0/+1
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-06-141-0/+1
| | |\
| | | * MDEV-22889: Disable innodb.innodb_force_recovery_rollbackMarko Mäkelä2020-06-141-0/+1
* | | | S3 compilation error on x86Sergei Golubchik2020-06-181-1/+1
* | | | update libmarias3Sergei Golubchik2020-06-182-36/+0
* | | | more "removed" mysqld command-line optionsSergei Golubchik2020-06-182-79/+65
* | | | Fix error in cmake, when trying gcc on Windows.Vladislav Vaintroub2020-06-181-1/+1
* | | | When compiling with RelWithDebInfo, always use -fno-omit-frame-pointerVladislav Vaintroub2020-06-181-0/+3
* | | | MDEV-22904 Compressed row format table tries to access freed blobThirunarayanan Balathandayuthapani2020-06-171-1/+1
* | | | Fix include statements in galera_ipv6_mariabackup_section andbb-10.5-MDEV-22125Alexey Yurchenko2020-06-172-2/+2
* | | | MDEV-21759 galera.galera_parallel_autoinc_manytrx sporadic failures.MikkoJaakola2020-06-172-0/+4
* | | | Add global ignore for Sending JOIN failed warning.Jan Lindström2020-06-171-1/+1
* | | | MDEV-22125 : galera.galera_drop_multi MTR failed: InnoDB: MySQL is trying to ...Jan Lindström2020-06-172-0/+45
* | | | fix a compiler warning on GCC 9.3.0Kentoku SHIBA2020-06-141-1/+1
* | | | MDEV-22911: Fix the valgrind & MSAN instrumentation of MDEV-8139Thirunarayanan Balathandayuthapani2020-06-162-2/+13
* | | | MDEV-22841 ut_new_get_key_by_file is unnecessarily expensive, followupVladislav Vaintroub2020-06-162-262/+144
* | | | MDEV-22569: Run bin/mariadbd instead of bin/mysqldOtto Kekäläinen2020-06-1622-170/+169
* | | | MDEV-22837 JSON_ARRAYAGG and JSON_OBJECTAGG treat JSON arguments as text.Alexey Botchkov2020-06-156-1/+27