summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-28797 Assertion `page_rec_is_user_rec(rec)' failed in PageBulk::getSpli...bb-10.6-MDEV-29518Thirunarayanan Balathandayuthapani2022-11-073-57/+1
* MDEV-29853 Assertion `!strstr(table->name.m_name, "/FTS_") || purge_sys.must...Thirunarayanan Balathandayuthapani2022-11-033-2/+18
* MDEV-29518 ASAN Failure on i_s query when tablespace does rename operationThirunarayanan Balathandayuthapani2022-10-312-0/+6
* Fix AIX compulation (break addr resolution)Daniel Black2022-10-271-1/+9
* Disable perfschema.mdl_func on WindowsMarko Mäkelä2022-10-261-0/+2
* MDEV-29886 Assertion !index->table->is_temporary() failed in CHECK TABLEMarko Mäkelä2022-10-264-0/+29
* MDEV-29883 Deadlock between InnoDB statistics update and BLOB insertMarko Mäkelä2022-10-263-8/+10
* MDEV-29869 mtr failure: innodb.deadlock_wait_thr_raceVlad Lesin2022-10-268-42/+58
* MDEV-29662 Replace same values in 'IN' list with an equalityOleg Smirnov2022-10-268-4/+484
* MDEV-29843 Do not use asynchronous log_write_upto() for system THDsVladislav Vaintroub2022-10-255-24/+17
* MDEV-29871: Temporarily disable the testMarko Mäkelä2022-10-251-1/+3
* Merge 10.5 into 10.6Marko Mäkelä2022-10-25114-515/+2167
|\
| * Merge 10.4 into 10.5Marko Mäkelä2022-10-252-7/+9
| * Merge 10.4 into 10.5Marko Mäkelä2022-10-2587-240/+1754
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2022-10-2568-130/+1349
| | |\
| | | * MDEV-28701 Update 10.3 HELP tablesIan Gilfillan2022-10-251-2039/+1285
| | | * MDEV-29748 ASAN errors or server crash in File_parser::parse upon concurrent ...Oleksandr Byelkin2022-10-243-14/+16
| | | * MDEV-16549 Server crashes in Item_field::fix_fields on query with view and su...Oleksandr Byelkin2022-10-245-2/+56
| | | * MDEV-14983 Wrong error message with SET sql_mode=sha2(ucs2_value)Alexander Barkov2022-10-242-0/+26
| | | * MDEV-29851 Cached role privileges are not invalidated when neededSergei Golubchik2022-10-223-0/+58
| | | * cleanup: rename test fileSergei Golubchik2022-10-222-0/+14
| | | * remove two acl_cache->clear()Sergei Golubchik2022-10-221-2/+1
| | | * CONNECT: compile with libxml2 2.10.xSergei Golubchik2022-10-221-0/+1
| | | * disable LTO in debian buildsSergei Golubchik2022-10-221-1/+1
| | | * MDEV-15795 Stack exceeded if pthread_attr_setstacksize(&thr_attr,8196) succeedsSergei Golubchik2022-10-223-3/+0
| | | * fix for x86 and other 32-bit little engian archSergei Golubchik2022-10-221-18/+18
| | | * Use OPENSSL_free instead of free to avoid instance crashHaidong Ji2022-10-221-4/+4
| | | * MDEV-29678 Valgrind/MSAN uninitialised value errors upon PS with ALTER under ...Daniel Black2022-10-223-0/+11
| | | * MDEV-23160: SIGSEGV in Explain_node::print_explain_for_children on UNION SELECTSergei Petrunia2022-10-213-2/+90
| | | * MDEV-29687:ODBC tables do not quote identifier names correctly (#2295)Anel2022-10-216-5/+68
| | | * MDEV-29778 Having Unique index interference with MATCH from a FULLTEXTThirunarayanan Balathandayuthapani2022-10-213-0/+26
| | | * MDEV-25343 Error log message not helpful when filekey is too longkurt2022-10-2110-3/+71
| | | * MDEV-19569 Assertion `table_list->table' failed in find_field_in_table_ref.Alexey Botchkov2022-10-194-12/+197
| | | * Revert "MDEV-25343 add read secret size in file key plugin"Daniel Black2022-10-195-33/+1
| | | * MDEV-25343 add read secret size in file key pluginkurt2022-10-195-1/+33
| | | * MDEV-28720 add log message if flush log failurekurt2022-10-191-0/+5
| | | * MDEV-29540 Incorrect sequence values in INSERT SELECTDaniel Black2022-10-194-14/+195
| | | * MDEV-29753 fixup: Silence bogus GCC -Og -Wmaybe-uninitializedMarko Mäkelä2022-10-181-1/+1
| | | * MDEV-28455: CREATE TEMPORARY TABLES privilege is insufficient for SHOW COLUMNSAnel Husakovic2022-10-186-6/+122
| | | * MDEV-16128: Server crash in Item_func::print_op on 2nd execution of PSDmitry Shulga2022-10-175-2/+279
| | | * new 3.1Oleksandr Byelkin2022-10-161-0/+0
| | | * Update ODBC instructions for Connect SE and update ODBC result file (#2284)Anel2022-10-163-22/+27
| | | * Cleanup the alloca.h header handling to further reduce hardcoded OS lists (#2...Brad Smith2022-10-162-3/+4
| | | * MDEV-29750 triggers can modify historySergei Golubchik2022-10-163-0/+49
| | | * Do not use C++11 before MariaDB 10.4Marko Mäkelä2022-10-141-2/+2
| | | * Fix clang -Wunused-but-set-variableMarko Mäkelä2022-10-143-26/+19
| | * | MDEV-28701 Update 10.4 HELP tablesIan Gilfillan2022-10-251-1189/+1247
| | * | MDEV-29481 mariadb-upgrade prints confusing statementAlexander Barkov2022-10-2217-2/+387
| | * | Revert "MDEV-28727 ALTER TABLE ALGORITHM=NOCOPY does not work after upgrade"Alexander Barkov2022-10-214-96/+2
| * | | MDEV-28701 Update 10.5 HELP tablesIan Gilfillan2022-10-251-1095/+1155