summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* MDEV-29811 server advertises ssl even if it's unusable.Vladislav Vaintroub2022-10-254-9/+29
* 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
* Merge branch 'bb-10.3-vp-MDEV-27691' into 10.3Oleksandr Byelkin2022-10-14276-172/+1916
|\
| * MDEV-27691: make working view-protocolLena Startseva2022-09-23273-158/+1867
| * MDEV-27691: prequisite enable/disable service connectionOleksandr Byelkin2022-09-231-15/+37
* | Silence clang 13 -Wunused-but-set-variableMarko Mäkelä2022-10-131-2/+10
* | MDEV-29753 An error is wrongly reported during INSERT with vcol indexNikita Malyavin2022-10-127-9/+75
* | MDEV-29299 SELECT from table with vcol index reports warningNikita Malyavin2022-10-1210-10/+104
* | MDEV-29102 system_time_zone is incorrect on Windows when TZ is setVladislav Vaintroub2022-10-111-7/+17
* | MDEV-19455/MDEV-29342 fixup: Avoid DEBUG_DBUG=-d,...Marko Mäkelä2022-10-114-8/+8
* | MDEV-29183: Clarify mysqlbinlog command description (#2245)Zhibo Zhang2022-10-111-1/+1
* | MDEV-21905: Galera test galera_var_notify_cmd causes hangJulius Goryavsky2022-10-113-21/+24
* | Silence clang 13 -Wunused-but-set-variable for BisonMarko Mäkelä2022-10-102-2/+14
* | MDEV-29742 heap number overflowMarko Mäkelä2022-10-103-3/+13
* | Remove redudant defines USE_MB and USE_MB_IDENTAnel Husakovic2022-10-091-5/+2
* | Test results updated.Jan Lindström2022-10-064-8/+8
* | MDEV-29706 : SIGSEGV in wsrep_TOI_begin on non-Galera buildsJan Lindström2022-10-064-45/+20
* | MDEV-29697 Assertion failure in Diagnostics_area::set_ok_statusAleksey Midenkov2022-10-053-0/+22
* | MDEV-28576 RENAME COLUMN with NOCOPY algorithm leads to corrupt partitioned t...Aleksey Midenkov2022-10-053-0/+69
* | MDEV-28576 Ability to manipulate List<const char *>Aleksey Midenkov2022-10-051-6/+6