summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-28462 Race condition between instant alter and AHI accessbb-10.3-MDEV-28462Thirunarayanan Balathandayuthapani2022-11-171-1/+7
* MDEV-29977 Memory leak in row_log_table_apply_updateThirunarayanan Balathandayuthapani2022-11-153-4/+39
* Clean up file load.in in a testMarko Mäkelä2022-11-141-0/+1
* MDEV-28489 CONNECT used incorrect CHAR lengthAndrew Hutchings2022-11-113-7/+70
* MDEV-27882 Innodb - recognise MySQL-8.0 innodb flags and give a specific erro...Daniel Black2022-11-1117-21/+170
* MDEV-10087 mysqld_update()/mysql_delete() continues execution even after subq...Vlad Lesin2022-11-093-0/+132
* MDEV 28970: Add RESET MASTER to clear possible remaining binlog from previous...asklavou2022-11-0912-6/+12
* MDEV-29883 Deadlock between InnoDB statistics update and BLOB insertMarko Mäkelä2022-11-093-7/+7
* MDEV-29397 CONNECT engine: Fix note turning into error (#2325)Andrew Hutchings2022-11-084-3/+21
* MDEV-29856 heap-use-after-poison in row_merge_spatial_rows() w/ column prefixMarko Mäkelä2022-11-083-101/+91
* MDEV-29905 Change buffer operations fail to check for log file overflowMarko Mäkelä2022-11-083-46/+28
* MDEV-23371: Crash in _db_doprnt_ via que_thr_step()Marko Mäkelä2022-11-081-74/+2
* Include some advice in the crash-upgrade messageMarko Mäkelä2022-11-081-9/+13
* MDEV-22512: Disable frequently failing testsMarko Mäkelä2022-11-082-1/+2
* Work around MDEV-24813 in some testsMarko Mäkelä2022-11-084-64/+38
* Remove an unused fileMarko Mäkelä2022-11-081-14/+0
* MDEV-27121 fixup: mariabackup.mdev-14447 fault injectionMarko Mäkelä2022-11-081-1/+1
* Merge branch '10.3' into bb-10.3-releaseOleksandr Byelkin2022-11-0710-26/+56
|\
| * bump the VERSIONDaniel Bartholomew2022-11-071-1/+1
| * MDEV-27121 mariabackup incompatible with disabled dedicated undo log tablesp...Thirunarayanan Balathandayuthapani2022-11-074-4/+39
| * MDEV-29951 server hang in crash handlerVladislav Vaintroub2022-11-051-1/+1
| * Fix duplicate entry in mysqld_safe man pageIan Gilfillan2022-11-031-16/+3
| * Fix warning with signal typedef for *BSDBrad Smith2022-10-311-1/+3
| * MDEV-29847: Wrong warning on rlimit capping of max_open_files (#2315)Daniel Black2022-10-281-2/+2
| * Fix building my_gethwaddr() on OpenBSDBrad Smith2022-10-271-1/+7
* | MDEV-29926: ASAN heap-use-after-free in Explain_query::~Explain_querymariadb-10.3.37Oleksandr Byelkin2022-11-028-1/+89
|/
* Add skipped changes to oracle mode parser.Oleksandr Byelkin2022-10-261-3/+9
* MDEV-29578 Fix CONNECT build warningsAndrew Hutchings2022-10-262-5/+5
* Rocksdb: Add initial OpenBSD supportBrad Smith2022-10-262-7/+7
* MDEV-26161 crash in Gis_point::calculate_haversineAlexey Botchkov2022-10-265-13/+33
* MDEV-26161 crash in Gis_point::calculate_haversineSergei Golubchik2022-10-254-12/+27
* cleanup: put casts in a separate statementSergei Golubchik2022-10-251-20/+18
* MDEV-29490 Renaming internally used client API to avoid name conflictsLawrin Novitsky2022-10-259-775/+64
* 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