summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove a garbage file from mysql-testbb-10.4-osmirnovOleg Smirnov2022-04-071-0/+0
* Merge 10.3 into 10.4Marko Mäkelä2022-04-073-1/+508
|\
| * MDEV-28247 : Disable background ibuf merge during Galera SSTJan Lindström2022-04-071-0/+11
| * Adding MTR tests to cover how keywords of different kinds behave in various c...Alexander Barkov2022-04-072-0/+498
* | MDEV-25975 merge fixupMarko Mäkelä2022-04-063-11/+6
* | MDEV-25975: Merge 10.3 into 10.4Marko Mäkelä2022-04-0633-465/+179
|\ \ | |/
| * MDEV-25975 innodb_disallow_writes causes shutdown to hangMarko Mäkelä2022-04-0630-398/+229
* | MDEV-23328 fixup: sign mismatch in format stringsMarko Mäkelä2022-04-061-5/+6
* | Merge 10.3 into 10.4Marko Mäkelä2022-04-0633-481/+427
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2022-04-0614-306/+84
| |\
| | * MDEV-26136: Correct AIX/macOS cast warning (my_time.h)Daniel Black2022-04-041-1/+4
| | * MDEV-27343 Useless warning "InnoDB: Allocated tablespace ID <id> for <tablena...Vlad Lesin2022-03-303-5/+15
| | * Cleanup: Remove some unused functionsMarko Mäkelä2022-03-304-279/+4
| | * MDEV-19631: Assertion `0' failed in st_select_lex_unit::optimize or different...Dmitry Shulga2022-03-303-0/+41
| | * MDEV-27835 innochecksum -S crashes for encrypted .ibd tablespaceVlad Lesin2022-03-293-27/+27
| * | MDEV-27673 Warning after "select progress from information_schema.processlist"Sergei Golubchik2022-04-053-1/+12
| * | Revert "MDEV-28131 Unexpected warning while selecting from information_schema...Sergei Golubchik2022-04-051-10/+0
| * | MDEV-19525 fix the test for embeddedSergei Golubchik2022-04-051-1/+4
| * | MDEV-28204: The tr utility does not work as expected on rsync SSTJulius Goryavsky2022-04-044-4/+6
| * | Adding a "const" qualifier to arguments of create_func(), create_native() etcAlexander Barkov2022-04-043-142/+215
| * | MDEV-28224 error: cannot initialize return object of type 'bool' with an rval...Alexander Barkov2022-04-041-3/+3
| * | MDEV-28220: Assert failure in sp_head::~sp_head on parsing a syntax incorrect...Dmitry Shulga2022-04-023-2/+30
| * | MDEV-28210 : SIGSEGV in the test galera.galera_sst_rsync2bb-10.3-galeraJan Lindström2022-04-011-2/+2
| * | MDEV-22973 Assertion in compare_record upon multi-update involving versioned ...Aleksey Midenkov2022-03-293-3/+28
| * | MDEV-19525 remove ER_VERS_FIELD_WRONG_TYPE from init_from_binary_frm_image()Aleksey Midenkov2022-03-293-5/+35
* | | MDEV-21173: Assertion `m_thd == __null' failed in sp_head::~sp_headDmitry Shulga2022-04-055-4/+49
* | | Fixed that mysql_upgrade doesn't give errors about mariadb.sysMonty2022-04-042-5/+4
* | | Fixed double free issue in eventsMonty2022-04-041-0/+1
* | | MDEV-23626: CONNECT VIR tables return inconsistent error for UPDATEAnel Husakovic2022-04-013-0/+38
* | | MDEV-25580: rpl.rpl_semi_sync_slave_compressed_protocol crashes because of wr...Brandon Nesterenko2022-03-311-1/+0
* | | Fixed unlikely assert/crash if initialization of translog failedMonty2022-03-311-7/+10
* | | MDEV-13005: Fixing bugs in SEQUENCE, part 3, 5/5Rucha Deodhar2022-03-308-8/+30
* | | MDEV-13005: Fixing bugs in SEQUENCE, part 3, 4/5Rucha Deodhar2022-03-302-0/+22
* | | MDEV-13005: Fixing bugs in SEQUENCE, part 3, 3/5Rucha Deodhar2022-03-303-1/+8
* | | MDEV-13005: Fixing bugs in SEQUENCE, part 3, 2/5Rucha Deodhar2022-03-308-23/+30
* | | MDEV-13005: Fixing bugs in SEQUENCE, part 3, 1/5Rucha Deodhar2022-03-307-11/+31
* | | Galera test failure on galera_bf_abort_ps_bindDaniele Sciascia2022-03-305-2/+8
* | | Disable failing Galera testsJan Lindström2022-03-292-0/+2
* | | Merge 10.3 into 10.4Marko Mäkelä2022-03-2966-198/+1973
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2022-03-2925-118/+326
| |\ \ | | |/
| | * MDEV-27931: buf_page_is_corrupted() wrongly claims corruptionMarko Mäkelä2022-03-281-72/+24
| | * MDEV-28177: server_audit; Update the offset of dbName on the aarch64 platform.hongdongjian2022-03-281-0/+6
| | * MDEV-24667 LOAD DATA INFILE on temporary table not written to slave binlogSachin Kumar2022-03-255-3/+97
| | * MDEV-14608: mysqlbinlog lastest backupfile size is 0Brandon Nesterenko2022-03-243-0/+53
| | * Update contributorsIan Gilfillan2022-03-233-0/+6
| | * MDEV-22742 UBSAN: Many overflow issues in strings/decimal.c - runtime error: ...Alexey Botchkov2022-03-211-9/+23
| | * MDEV-27980 file-key-management plugin disabled in mysql_install_db breaks aut...Sergei Golubchik2022-03-211-1/+1
| | * MDEV-27980 file-key-management plugin disabled in mysql_install_db breaks aut...Sergei Golubchik2022-03-201-1/+1
| | * Fixed warning for maria.maria-recovery2 about crashed tablebb-10.2-montyMonty2022-03-181-4/+6
| | * MDEV-28078 Garbage on multiple equal ENUMs with tricky character setsAlexander Barkov2022-03-174-3/+72