summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25638 Assertion `!result' failed in convert_const_to_intbb-10.2-MDEV-25638Oleksandr Byelkin2022-04-065-1/+82
* 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-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
* Fix gcc-12 -O2 -Warray-boundsMarko Mäkelä2022-03-173-26/+25
* Fix gcc-12 -O2 -Wmaybe-uninitializedMarko Mäkelä2022-03-171-3/+4
* MDEV-28091 PERFORMANCE_SCHEMA unit tests fail due to memory misalignmentMarko Mäkelä2022-03-161-0/+14
* MDEV-23915 ER_KILL_DENIED_ERROR not passed a thread id (part 2)Daniel Black2022-03-162-25/+25
* MDEV-23915 ER_KILL_DENIED_ERROR not passed a thread idDaniel Black2022-03-163-10/+18
* MDEV-23210 Assertion `(length % 4) == 0' failed in my_lengthsp_utf32 on ALTER...Alexander Barkov2022-03-147-10/+202
* MDEV-28036 gcol.gcol_supported_sql_funcs_xxx fail in FIPS modebb-10.2-elenstElena Stepanova2022-03-141-0/+3
* MDEV-28011: debian autobake cleanupDaniel Black2022-03-102-102/+13
* MDEV-27978 fix wrong name in error when max_session_mem_used exceededHaidong Ji2022-03-085-3/+31
* MDEV-27993 Assertion failed in btr_page_reorganize_low()Marko Mäkelä2022-03-033-1/+17
* MMDEV-27823 mariadb-install-db --group failsMonty2022-03-012-4/+6
* federated.rpl failed if federatedx was not compiledMonty2022-03-011-0/+1
* MDEV-27968 GCC 12 -Og -Wmaybe-uninitialized in udf_handler::fix_fields()Marko Mäkelä2022-03-011-8/+6
* MDEV-27850: MTR tests can hang due to DEBUG_SYNC race conditionBrandon Nesterenko2022-02-254-3/+40
* Remove deprecated (in C++11) std::binary_functionMarko Mäkelä2022-02-252-10/+2
* MDEV-26377: Stricter validation of ssl-mode valuesJulius Goryavsky2022-02-234-86/+87
* MDEV-23888 fixup: GCC 12 -Wunused-valueMarko Mäkelä2022-02-231-1/+1
* MDEV-27777: Some Galera tests fail on FreeBSDJulius Goryavsky2022-02-224-16/+47
* MDEV-27524: Incorrect binlogs after Galera SST using rsync and mariabackupJulius Goryavsky2022-02-2229-517/+1309
* mariabackup: cosmetic changes (whitespaces and indentation)Julius Goryavsky2022-02-221-9/+9
* MDEV-27534: mariabackup: missing line in the compress_qpress.resultJulius Goryavsky2022-02-221-0/+1
* MDEV-15208: server crashed, when using ORDER BY with window function and UNIONVarun Gupta2022-02-221-0/+8
* MDEV-15208: server crashed, when using ORDER BY with window function and UNIONVarun Gupta2022-02-213-1/+21
* MDEV-22377: Subquery in an UPDATE query uses full scan instead of rangeSergei Petrunia2022-02-217-14/+92
* MDEV-27901 Windows : expensive system calls used to calculate file system blo...bb-10.2-wladVladislav Vaintroub2022-02-202-64/+37
* MDEV-27877 considerably speed up innodb_force_recovery testVladislav Vaintroub2022-02-172-2/+2
* MDEV-27583 InnoDB uses different constants for FK cascade error message in SQ...Marko Mäkelä2022-02-173-3/+45
* MDEV-27722 innodb_fts.innodb-fts-ddl fails with a wrong message on FreeBSDMarko Mäkelä2022-02-171-0/+1
* fix: Fix 'unknown type usermodehelper_t' issue after upgrading to MariaDB 10....Jonathan Sabbe2022-02-171-0/+1
* MDEV-27548 session_tracker_last_gtid.test fails with --repeat, added cleanup ...forkfun2022-02-162-0/+2
* MDEV-27634 innodb_zip tests failing on s390xMarko Mäkelä2022-02-1620-652/+383
* MDEV-16091: Seconds_Behind_Master spikes to millions of secondsBrandon Nesterenko2022-02-152-4/+19
* Fix typo in mysqadmin manpageUstun Ozgur2022-02-151-1/+1
* bump the VERSIONDaniel Bartholomew2022-02-121-1/+1