summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | MDEV-22844 JSON_ARRAYAGG is limited by group_concat_max_len.Alexey Botchkov2020-06-157-21/+77
* | | | MDEV-22881 Unexpected errors, corrupt output, Valgrind / ASAN errors in Item_...Aleksey Midenkov2020-06-153-1/+25
* | | | Fix drop_combinations for embeddedVicențiu Ciorbaru2020-06-151-0/+52
* | | | MDEV-22887 unresolved symbol crc32c_vpmsum on Ubuntu XenialMarko Mäkelä2020-06-152-5/+3
* | | | fixup of "Make error messages from DROP TABLE and DROP TABLE IF EXISTS consis...Oleksandr Byelkin2020-06-152-14/+1
* | | | MDEV-22891: Optimizer trace: const tables are not clearly visibleSergei Petrunia2020-06-153-0/+60
* | | | Added checks for uninitalized memory when writing to IO_CACHEMonty2020-06-142-2/+4
* | | | Created a workaround for a bug in MSAN for va_arg(,double)Monty2020-06-142-3/+6
* | | | Fixed hang in Aria page cache with concurrent SELECTOleksandr Byelkin2020-06-143-34/+150