summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26508 heap-use-after-free in Item_default_value::walk on 2nd SP runbb-10.2-nikita-MDEV-26508Nikita Malyavin2022-04-132-2/+7
* MDEV-26281 ASAN use-after-poison when complex conversion involved in blobNikita Malyavin2022-04-134-33/+197
* MDEV-27448 MTR returns success (zero) upon invalid optionShunpoco2022-04-121-1/+1
* MDEV-27690 Crash on `CHARACTER SET csname COLLATE DEFAULT` in column definitionAlexander Barkov2022-04-113-8/+46
* MDEV-28225 Disallow user to create Spider temporary tableKiyoshiTakeda2022-04-113-1/+19
* MDEV-27065 Partitioning tables with custom data directories moves data back t...Nayuta Yanagisawa2022-04-085-4/+108
* Better comments in Item_in_subselect::inject_in_to_exists_cond()Sergei Petrunia2022-04-071-1/+6
* MDEV-28077 'Wrong create options' error with 'big_tables' enabledOleg Smirnov2022-04-066-2/+78
* MDEV-24560 SIGSEGV in st_join_table::cleanupOleg Smirnov2022-04-065-7/+116
* 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