summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
* MDEV-29817: Issues with handling options for SSL CRLs (and some others)Julius Goryavsky2022-11-221-3/+3
* MDEV-12274: Too many connections warning in error log (#2213)Daniel Black2022-11-181-1/+2
* MDEV-29473 UBSAN: Signed integer overflow: X * Y cannot be represented in typ...Alexander Barkov2022-11-173-14/+18
* MDEV-10087 mysqld_update()/mysql_delete() continues execution even after subq...Vlad Lesin2022-11-091-0/+1
* Merge branch '10.3' into bb-10.3-releaseOleksandr Byelkin2022-11-071-2/+2
|\
| * MDEV-29847: Wrong warning on rlimit capping of max_open_files (#2315)Daniel Black2022-10-281-2/+2
* | MDEV-29926: ASAN heap-use-after-free in Explain_query::~Explain_querymariadb-10.3.37Oleksandr Byelkin2022-11-021-1/+9
|/
* Add skipped changes to oracle mode parser.Oleksandr Byelkin2022-10-261-3/+9
* MDEV-26161 crash in Gis_point::calculate_haversineAlexey Botchkov2022-10-263-13/+25
* MDEV-26161 crash in Gis_point::calculate_haversineSergei Golubchik2022-10-252-12/+17
* cleanup: put casts in a separate statementSergei Golubchik2022-10-251-20/+18
* MDEV-29811 server advertises ssl even if it's unusable.Vladislav Vaintroub2022-10-251-4/+3
* 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-243-2/+20
* MDEV-29851 Cached role privileges are not invalidated when neededSergei Golubchik2022-10-221-0/+3
* remove two acl_cache->clear()Sergei Golubchik2022-10-221-2/+1
* 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-221-0/+1
* MDEV-23160: SIGSEGV in Explain_node::print_explain_for_children on UNION SELECTSergei Petrunia2022-10-211-2/+13
* MDEV-19569 Assertion `table_list->table' failed in find_field_in_table_ref.Alexey Botchkov2022-10-192-12/+22
* MDEV-29540 Incorrect sequence values in INSERT SELECTDaniel Black2022-10-192-14/+13
* 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-183-6/+15
* MDEV-16128: Server crash in Item_func::print_op on 2nd execution of PSDmitry Shulga2022-10-171-2/+11
* MDEV-29750 triggers can modify historySergei Golubchik2022-10-161-0/+2
* MDEV-29753 An error is wrongly reported during INSERT with vcol indexNikita Malyavin2022-10-121-3/+14
* MDEV-29299 SELECT from table with vcol index reports warningNikita Malyavin2022-10-123-2/+29
* MDEV-29102 system_time_zone is incorrect on Windows when TZ is setVladislav Vaintroub2022-10-111-7/+17
* Silence clang 13 -Wunused-but-set-variable for BisonMarko Mäkelä2022-10-101-2/+9
* MDEV-29706 : SIGSEGV in wsrep_TOI_begin on non-Galera buildsJan Lindström2022-10-061-0/+6
* MDEV-29697 Assertion failure in Diagnostics_area::set_ok_statusAleksey Midenkov2022-10-051-0/+1
* MDEV-28576 RENAME COLUMN with NOCOPY algorithm leads to corrupt partitioned t...Aleksey Midenkov2022-10-051-0/+47
* MDEV-28576 Ability to manipulate List<const char *>Aleksey Midenkov2022-10-051-6/+6
* cleanup: suppress rocksdb compilation warning, fix a commentSergei Golubchik2022-10-011-2/+2
* compilation errorSergei Golubchik2022-10-012-3/+2
* MDEV-17124: mariadb 10.1.34, views and prepared statements: ERROR 1615 (HY00...Oleksandr Byelkin2022-09-3011-63/+235
* Better declaration of the buffer sizeOleksandr Byelkin2022-09-302-8/+13
* MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DBAnel Husakovic2022-09-307-52/+42
* MDEV-29361 Infinite recursive calls when detecting CTE dependenciesIgor Babaev2022-09-284-35/+91
* Use memory safe snprintf() in Connect Engine and elsewhere (#2210)Mikhail Chalov2022-09-282-31/+31
* MDEV-21134 Crash with partitioned table, PARTITION syntax, and index_merge.Alexey Botchkov2022-09-271-0/+15
* MDEV-29022 add_slave destroy child list and has dead codeOleksandr Byelkin2022-09-278-74/+10
* Backport fix for MDEV-29352 to 10.3-10.5Alexey Botchkov2022-09-211-2/+3
* MDEV-29561 SHOW CREATE TABLE produces syntactically incorrect structureAlexander Barkov2022-09-203-10/+26
* MDEV-22647 Assertion `!check_audit_mask(mysql_global_audit_mask, event_class_...Sergei Golubchik2022-09-141-2/+0
* Add missing comment and remove unnecessary initializationAnel Husakovic2022-09-142-1/+1
* MDEV-29509 execute granted indirectly (via roles) doesn't always workVicențiu Ciorbaru2022-09-141-12/+13
* cleanup: indentation and whitespace fixesVicențiu Ciorbaru2022-09-141-12/+11
* MDEV-29458: Role grant commands do not propagate all grantsVicențiu Ciorbaru2022-09-141-7/+17