summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * MDEV-26568 RPM logic prohibiting server major upgrade no longer works as expe...Sergei Golubchik2022-07-051-2/+2
| | | | * MDEV-26544 Assertion `part_share->auto_inc_initialized' failed in ha_partitio...Nayuta Yanagisawa2022-07-055-14/+81
| | | | * MDEV-29011 Server crash in spider_db_open_item_cond with XOR operatorNayuta Yanagisawa2022-07-054-10/+84
| | | | * Fix typo in appveyor.ymlVladislav Vaintroub2022-07-041-1/+1
| | | * | MDEV-26420 Buffer overflow on instant ADD/DROP of generated columnMarko Mäkelä2022-07-263-7/+22
| | | * | MDEV-26546 SIGSEGV's in spider_db_connect on SHOW TABLE and spider_db… …_...Alexey Botchkov2022-07-176-1/+83
| | | * | MDEV-29088 Server crash upon CREATE VIEW with unknown column in ON conditionIgor Babaev2022-07-133-0/+33
| | | * | MDEV-22001: Server crashes in st_select_lex_unit::exclude_level upon executio...Dmitry Shulga2022-07-124-6/+32
| | * | | MDEV-28948 FLUSH BINARY LOGS waits/hangs on mysql_mutex_unlock(&LOCK_index)Andrei2022-07-263-4/+87
| * | | | MDEV-28950: Add a test caseMarko Mäkelä2022-07-272-0/+28
| * | | | MDEV-28609 refine gtid-strict-mode to ignore same server-id gtid from the pastAndrei2022-07-2614-107/+319
| * | | | MDEV-29166: reduce locking of innodb rseg for user exposure of innodb_history...Daniel Black2022-07-263-3/+3
| * | | | Merge 10.5 into 10.6Marko Mäkelä2022-07-265-3/+43
| |\ \ \ \ | | |/ / /
| | * | | MDEV-26433 assertion: table->get_ref_count() == 0 in dict0dict.cc line 1915Oleksandr Byelkin2022-07-123-0/+33
| | * | | MDEV-27593 InnoDB handle AIO errors - more detailed assertionDaniel Black2022-07-091-1/+9
| | * | | MDEV-22954 fix sporadic failure of main.mdlVladislav Vaintroub2022-07-082-14/+28
| | * | | MDEV-28234 Change maturity of plugins for July 2022 ReleasesSergei Golubchik2022-07-051-1/+1
| * | | | MDEV-29137 mariabackup excessive logging of ddl trackingThirunarayanan Balathandayuthapani2022-07-261-1/+0
| * | | | MDEV-28762: recursive call of some json functions without stack controlRucha Deodhar2022-07-261-8/+32
| * | | | MDEV-21136 InnoDB's records_in_range estimates can be way offVlad Lesin2022-07-255-562/+573
| * | | | MDEV-29137 mariabackup excessive logging of ddl trackingThirunarayanan Balathandayuthapani2022-07-251-1/+0
| * | | | MDEV-26456: SIGSEGV in flush_tables_with_read_lock on FLUSH TABLEOleksandr Byelkin2022-07-213-0/+35
| * | | | MDEV-28762: recursive call of some json functions without stack controlRucha Deodhar2022-07-203-0/+50
| * | | | Fix Ninja builds on Gitlab-CI by limiting parallelismAnson Chung2022-07-181-2/+4
| * | | | MDEV-28562 main.secure_file_priv_win fails with ps-protocol due to missing wa...Vladislav Vaintroub2022-07-182-22/+12
| * | | | MDEV-26294 Duplicate entries in unique index not detected when changing colla...Marko Mäkelä2022-07-0413-264/+465
| * | | | Merge 10.5 into 10.6Marko Mäkelä2022-07-046-20/+248
| |\ \ \ \ | | |/ / /
| | * | | MDEV-28648 main.ssl_timeout fails with OpenSSL 3.0.3Vladislav Vaintroub2022-07-042-2/+2
| | * | | MDEV-27778 md5 in FIPS crashes with OpenSSL 3.0.0Honza Horak2022-07-041-0/+11
| | * | | Revert "don't build with OpenSSL 3.0, it doesn't work before MDEV-25785"Oleksandr Byelkin2022-07-041-1/+1
| | * | | MDEV-25785 Add support for OpenSSL 3.0Vladislav Vaintroub2022-07-048-56/+134
| | * | | Merge 10.4 into 10.5Marko Mäkelä2022-07-046-20/+248
| | |\ \ \ | | | |/ /
| | | * | MDEV-26294 Duplicate entries in unique index not detected when changing colla...Marko Mäkelä2022-07-046-21/+249
| * | | | MDEV-28888 : Embedded MariaDB does not build on WindowsVladislav Vaintroub2022-07-034-21/+28
| * | | | Format properly mtr report for the test case that is not completedAnel Husakovic2022-07-021-2/+3
* | | | | MDEV-28679 After upgrade to 10.7.3-1 with enabled data-at-rest encryption un...Thirunarayanan Balathandayuthapani2022-07-265-5/+41
* | | | | MDEV-28242 Assertion `!check_foreigns' failed in trx_t::check_bulk_bufferThirunarayanan Balathandayuthapani2022-07-263-2/+27
* | | | | MDEV-28795 Deprecate spider_bka_table_name_typeYusuke Abe2022-07-254-1/+27
* | | | | Fix mysqld--help.testMonty2022-07-091-0/+1
* | | | | MDEV-29062 Wrong result set metadata for a mix of INT+ENUMAlexander Barkov2022-07-0812-53/+171
* | | | | MDEV-28838 password_reuse_check plugin mixes username and passwordOleksandr Byelkin2022-07-063-9/+77
* | | | | MDEV-27015 Assertion `!is_null()' failed in FixedBinTypeBundle<FbtImpl>::Fbt ...bb-10.7-barAlexander Barkov2022-07-057-2/+169
* | | | | Merge 10.6 into 10.7Marko Mäkelä2022-07-0163-455/+706
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.5 into 10.6Marko Mäkelä2022-07-0148-268/+525
| |\ \ \ \ | | |/ / /
| | * | | Valgrind: Disable tests that would often time outMarko Mäkelä2022-07-017-2/+7
| | * | | Merge 10.4 into 10.5Marko Mäkelä2022-07-0141-265/+524
| | |\ \ \ | | | |/ /
| | | * | Merge 10.3 into 10.4Marko Mäkelä2022-07-0132-224/+252
| | | |\ \ | | | | |/
| | | | * MDEV-28912 NON-UNIQUE FTS_DOC_ID index mistaken as FTS_DOC_ID_INDEXThirunarayanan Balathandayuthapani2022-07-013-1/+22
| | | | * MDEV-28389 fixup: Fix pre-GCC 10 -WconversionMarko Mäkelä2022-07-011-1/+4
| | | | * Fix most clang-15 -Wunused-but-set-variableMarko Mäkelä2022-07-0114-188/+97