summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26127 Assertion `err != DB_DUPLICATE_KEY' failed or InnoDB: Failing asse...bb-10.2-MDEV-26127Nayuta Yanagisawa2022-03-245-7/+60
* 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
* Disable innodb_gis.rtree_compress2Marko Mäkelä2022-02-111-0/+1
* MDEV-27746 Wrong comparision of BLOB's empty preffix with non-preffixed BLOB ...Vlad Lesin2022-02-113-1/+52
* MDEV-25636: Bug report: abortion in sql/sql_parse.cc:6294mariadb-10.2.43bb-10.2-compatibilitySergei Petrunia2022-02-105-2/+99
* MDEV-26351 segfault - (MARIA_HA *) 0x0 in ha_maria::extraSergei Golubchik2022-02-103-5/+5
* MDEV-26351 segfault - (MARIA_HA *) 0x0 in ha_maria::extraSergei Golubchik2022-02-103-1/+5272
* MDEV-25766 Unused CTE lead to a crash in find_field_in_tables/find_order_in_listOleksandr Byelkin2022-02-103-3/+73
* MDEV-27789 mysql_upgrade / mariadb-upgrade in 10.6.6 is putting password in h...Monty2022-02-101-15/+11
* Merge branch '10.2' into bb-10.2-releaseOleksandr Byelkin2022-02-0911-9/+110
|\
| * bump the VERSIONDaniel Bartholomew2022-02-081-1/+1
| * MDEV-27738 Windows : mysql-test-run --extern does not workVladislav Vaintroub2022-02-081-1/+1