summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-21613 Failed to open table mysql.wsrep_streaming_log for writingbb-10.4-MDEV-21613Daniele Sciascia2021-09-145-8/+73
* Merge branch '10.3' into 10.4Vladislav Vaintroub2021-09-113-16/+62
|\
| * Merge branch '10.2' into 10.3Vladislav Vaintroub2021-09-113-16/+62
| |\
| | * MDEV-26527 speedup appveyor build - 10.2st-10.2-wlad-appveyorVladislav Vaintroub2021-09-111-15/+24
| | * Bison 3.7 - fix "conversion from 'ptrdiff_t' to 'ulong', possible loss of data"Vladislav Vaintroub2021-09-112-4/+4
| | * Define minbuild target for 10.2Vladislav Vaintroub2021-09-111-0/+37
| | * Fix MYSQL_MAINTAINER_MODE=ERR, on Windows, with Ninja , in 10.2Vladislav Vaintroub2021-09-111-0/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2021-09-116-7/+27
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-09-116-7/+27
| |\ \ | | |/
| | * Fix an occasional timeout in innodb.alter_partitionedMarko Mäkelä2021-09-112-0/+8
| | * MDEV-26537 InnoDB corrupts files due to incorrect st_blksize calculationMarko Mäkelä2021-09-103-7/+19
| | * Speedup build of the MSI packageVladislav Vaintroub2021-09-101-1/+1
* | | MDEV-25951 followup: Add #ifdef around debug codeMarko Mäkelä2021-09-111-1/+3
* | | MDEV-25951 followupEugene Kosov2021-09-101-4/+9
* | | Merge branch '10.3' into 10.4Sergei Golubchik2021-09-094-54/+55
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Sergei Golubchik2021-09-094-54/+55
| |\ \ | | |/
| | * fix main.truncate failures in --embeddedSergei Golubchik2021-09-094-54/+55
* | | post-merge fixSergei Golubchik2021-09-091-0/+2
* | | Merge remote-tracking branch 'upstream/10.3' into 10.4Vicențiu Ciorbaru2021-09-09170-2398/+4133
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Sergei Golubchik2021-09-072-11/+68
| |\ \ | | |/
| | * disable bzip2/lz4/lzo in rpm builds, distro dependentSergei Golubchik2021-09-071-0/+10
| | * disable bzip2/lz4/lzo in bintar builds, as they always have beenSergei Golubchik2021-09-071-0/+6
| | * MDEV-19227: mysql_plugin doesn't run bootstrap from sourceAnel Husakovic2021-09-071-11/+52
| * | Merge branch '10.2' into 10.3Vicențiu Ciorbaru2021-09-07169-2388/+4054
| |\ \ | | |/
| | * MDEV-25325 built-in documentation for performance_schema tablesHaidong Ji2021-09-07151-2377/+3867
| | * MDEV-23365: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'bb-10.2-MDEV-23365Rucha Deodhar2021-09-063-1/+54
| | * disable cmake feature summary after the first runSergei Golubchik2021-09-061-1/+2
| | * MDEV-12055 binlog.binlog_stm_ctype_ucs postfixDaniel Black2021-09-051-1/+1
| | * MDEV-26529: binlog.binlog_flush_binlogs_delete_domain fails on RISC-Vbb-10.2-danielblack-MDEV-26529-riscv-test-failDaniel Black2021-09-061-1/+1
| | * MDEV-26518 ; Galera incorrectly handles primary or unique keys with any multi...bb-10.2-MDEV-26517Jan Lindström2021-09-025-1/+110
| | * MDEV-26517 : Galera test failure on galera_fk_cascade_delete_debugJan Lindström2021-09-021-1/+1
| | * MDEV-26521 Remove mdev-504.testVladislav Vaintroub2021-09-013-105/+0
| | * Fix potential null pointer access after the allocation errorVladislav Vaintroub2021-09-011-0/+2
| | * Cleanup - remove confusing comment.Vladislav Vaintroub2021-09-011-1/+0
| | * MDEV-26514 Option to build a separate test zip package on WindowsElena Stepanova2021-09-011-1/+1
| | * MDEV-26514 Option to build a separate test zip package on WindowsElena Stepanova2021-08-312-0/+12
| | * disable bzip2, lzma, and lzo explicitly in debian release buildsSergei Golubchik2021-08-311-0/+4
| * | MDEV-26362: incorrect nest_level value with INTERSECTbb-10.3-MDEV-26362Oleksandr Byelkin2021-09-052-2/+11
* | | MDEV-25951 MariaDB crash after ALTER TABLE convert to utf8mb4bb-10.4-MDEV-25951-instant-utfEugene Kosov2021-09-086-3/+76
* | | MDEV-26503 : galera_3nodes.galera_wsrep_schema MTR failed: mysql_shutdown failedbb-10.4-MDEV-26502Jan Lindström2021-09-072-55/+41
* | | MDEV-26502 : galera.galera_applier_ftwrl_table_alter MTR failed : Result cont...Jan Lindström2021-09-071-2/+7
* | | Update wsrep-lib submodulebb-10.4-MDEV-25718Jan Lindström2021-09-061-0/+0
* | | MDEV-25718 Assertion `transaction.is_streaming()' failedDaniele Sciascia2021-09-064-1/+109
* | | MDEV-26487 cpack rpm failed to build packages with cmake < 3.7.0Sergei Golubchik2021-08-311-2/+2
* | | Merge 10.3 into 10.4Marko Mäkelä2021-08-3117-49/+80
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-08-3111-35/+40
| |\ \ | | |/
| | * MDEV-26504 THD::copy_db_to() fails to return true if THD::db is nullMarko Mäkelä2021-08-301-3/+1
| | * Fix GCC 11 -Wmaybe-uninitialized for PLUGIN_PERFSCHEMAMarko Mäkelä2021-08-304-12/+12
| | * Update libmariadbMarko Mäkelä2021-08-301-0/+0
| | * mtr: fix the check where a combination is pre-selectedSergei Golubchik2021-08-292-17/+11