summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.5' into 10.6mariadb-10.6.8Sergei Golubchik2022-05-1868-409/+2319
|\
| * Merge branch '10.4' into 10.5mariadb-10.5.16Sergei Golubchik2022-05-1867-406/+2238
| |\
| | * Merge branch '10.3' into 10.4mariadb-10.4.25Sergei Golubchik2022-05-1841-321/+2061
| | |\
| | | * Merge branch '10.2' into 10.3mariadb-10.3.35Sergei Golubchik2022-05-183-2/+121
| | | |\
| | | | * Revert "MDEV-27524: Incorrect binlogs after Galera SST using rsync and mariab...bb-10.2-sergSergei Golubchik2022-05-1729-1312/+492
| | | | * MDEV-28550: improper handling of replication event group that contains Gtid_l...Brandon Nesterenko2022-05-132-0/+118
| | | | * MDEV-28550 improper handling of replication event group that containsAndrei2022-05-131-2/+3
| | | * | MDEV-28583: Galera: binlogs disappear after rsync ISTJulius Goryavsky2022-05-189-145/+945
| | | * | MDEV-28423: Galera IST is failing on Joiner nodeJulius Goryavsky2022-05-186-27/+799
| | | * | MDEV-28552 Assertion `inited==RND' failed in handler::ha_rnd_endAleksey Midenkov2022-05-184-3/+30
| | | * | cleanup:have_log_bin.incSergei Golubchik2022-05-182-6/+3
| | | * | fix tests for embeddedSergei Golubchik2022-05-184-15/+18
| | | * | MDEV-28588 SIGSEGV in __memmove_avx_unaligned_erms, strmake_rootAlexander Barkov2022-05-173-1/+42
| | | * | MDEV-28541 Unused counter Innodb_encryption_key_rotation_list_lengthMarko Mäkelä2022-05-163-9/+0
| | | * | MDEV-28537 Unused or useless InnoDB counters num_index_pages_written, num_non...Marko Mäkelä2022-05-168-46/+2
| | | * | Code cleanup in/around check_interleaving_with_nj()bb-10.3-spetruniaSergei Petrunia2022-05-151-4/+5
| | | * | MDEV-28301 Spider: Fix GCC warnings, comparing the result of pointer addition...Nayuta Yanagisawa2022-05-131-21/+9
| | | * | MDEV-19161: Let galera_new_cluster use "restart" instead of "start"Hartmut Holzgraefe2022-05-121-1/+1
| | | * | MDEV-19959 : Galera test failure on galera_binlog_stmt_autoincJan Lindström2022-05-093-61/+102
| | * | | MDEV-28546 : Possible to write/update with read_only=ON and not a SUPER privi...Jan Lindström2022-05-173-20/+23
| | * | | MDEV-28578 Server crashes in Item_field::fix_outer_field after CREATE SELECTSergei Golubchik2022-05-163-0/+18
| | * | | galera.MDEV-26575 and galera_sr.galera_sr_shutdown_slave failuresSergei Golubchik2022-05-164-0/+11
| | * | | MDEV-28053 Sysbench data load crashes Galera secondary node in async master s...Daniele Sciascia2022-05-164-0/+85
| | * | | Update disabled.defJan Lindström2022-05-161-2/+0
| | * | | MDEV-23595 : galera_3nodes.galera_wsrep_schema MTR failed: mysql_shutdown failedJan Lindström2022-05-162-0/+6
| | * | | MDEV-18182 : Galera test failure on galera.galera_many_tables_nopkJan Lindström2022-05-162-15/+14
| | * | | fix occasional failures in --embeddedSergei Golubchik2022-05-151-0/+2
| | * | | enable -Wenum-compare -Wenum-conversionSergei Golubchik2022-05-156-23/+21
| * | | | MDEV-28490 Strange result truncation with group_concat_max_len=1GB.Alexey Botchkov2022-05-153-3/+88
* | | | | MDEV-28461 semisync-slave server recovery fails to rollback prepared transactionAndrei2022-05-186-25/+119
* | | | | Fixed warning from UBSANMichael Widenius2022-05-151-0/+1
* | | | | MDEV-28471 mysql_install_db.exe does not work with --innodb-page-size=64KVladislav Vaintroub2022-05-133-21/+37
* | | | | MDEV-28342: sys.create_synonym_db fails when a temporary table masks a base t...anel2022-05-123-3/+48
* | | | | MDEV-28073 Query performance degradation in newer MariaDB versions when using...Monty2022-05-129-136/+164
* | | | | Fixed bug in alter_table_lock.resultMonty2022-05-122-2/+4
* | | | | Merge 10.5 into 10.6Marko Mäkelä2022-05-124-27/+48
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-28473 field_ref_zero is not initialized in xtrabackup_prepare_func()Vlad Lesin2022-05-113-26/+47
| * | | | MDEV-28534: clang-12 compile warningsDaniel Black2022-05-111-2/+2
* | | | | MDEV-28446 mariabackup prepare fails for incrementals if a new schema is crea...bb-10.6-barAlexander Barkov2022-05-112-0/+53
* | | | | fix galera.MDEV-26575 failuresSergei Golubchik2022-05-112-0/+7
* | | | | Merge branch '10.5' into 10.6Sergei Golubchik2022-05-10249-1861/+7077
|\ \ \ \ \ | |/ / / /
| * | | | fix plugins.multiauth for AIXSergei Golubchik2022-05-101-1/+2
| * | | | Merge branch '10.4' into 10.5Sergei Golubchik2022-05-09266-2400/+7703
| |\ \ \ \ | | |/ / /
| | * | | fix plugin.multiauth test for FreeBSDSergei Golubchik2022-05-093-17/+2
| | * | | 10.4 specific fixes for DEFAULT()Sergei Golubchik2022-05-095-1/+54
| | * | | cleanup: testSergei Golubchik2022-05-092-23/+35
| | * | | Merge branch '10.3' into 10.4Sergei Golubchik2022-05-08197-1289/+5208
| | |\ \ \ | | | |/ /
| | | * | can't use Item_default_value as a field if it's an expression OR a blobSergei Golubchik2022-05-081-1/+1
| | | * | these tests need ipv6Sergei Golubchik2022-05-082-2/+4
| | | * | Merge branch '10.2' into 10.3Sergei Golubchik2022-05-0731-112/+648
| | | |\ \ | | | | |/