summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | MDEV-22282 When using mysqldump to backup a view that contains derived tables...Sergei Golubchik2022-04-096-14/+15
| * | MDEV-28062 Assertion `(length % 4) == 0' failed in my_lengthsp_utf32 on INSER...Alexander Barkov2022-04-082-0/+69
| * | MDEV-25116 Spider: IF(COUNT( trigger SQL Error (1054)_ Unknown column '' in f...Nayuta Yanagisawa2022-04-084-2/+74
| * | MDEV-28253 Mysqldump - INVISIBLE column errorSergei Golubchik2022-04-078-11/+34
| * | MDEV-28205: SST via mariabackup stops on failure while archiving logsJulius Goryavsky2022-04-075-8/+511
* | | MDEV-28227 Error message Chinese translationHaidong Ji2022-04-215-880/+2024
* | | MDEV-26575 Crash on shutdown after starting an XA transactionDaniele Sciascia2022-04-203-1/+28
* | | MDEV-28329 : galera_3nodes.galera_garbd_backup fails with extra connection linesJan Lindström2022-04-191-0/+2
* | | MDEV-24529 Assertion failed in vers_select_conds_t::printOleg Smirnov2022-04-183-1/+28
* | | Disable galera_bf_abort_ps_bind under --ps-protocolDaniele Sciascia2022-04-161-0/+1
* | | MDEV-22266: Diagnostics_area::sql_errno() const: AssertionRucha Deodhar2022-04-123-1/+32
* | | 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
|\ \ \ | |/ /