summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23230 wsrep files installed when built without WSREP (#2334)Daniel Black2022-11-281-0/+4
* Query cache: removed unused THD from few functionsDaniel Black2022-11-262-12/+9
* MDEV-29760: DROP DATABASE hangs when particular query cache is presentDaniel Black2022-11-261-2/+4
* Merge branch '10.4' into 10.5Vladislav Vaintroub2022-11-211-1/+0
|\
| * MDEV-30055 shutdown_now_windows.test fails with "Assertion `unix_sock.fd >= 0...Vladislav Vaintroub2022-11-211-1/+0
* | MDEV-29370 Functions in packages are slow and seems to ignore deterministicAlexander Barkov2022-11-151-0/+2
* | Merge 10.4 into 10.5Marko Mäkelä2022-11-0812-100/+48
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2022-11-081-2/+2
| |\
| | * 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
| * | | Merge branch '10.4' into bb-10.4-releaseOleksandr Byelkin2022-11-0710-97/+45
| |\ \ \
| | * | | MDEV-23264 Unique blobs allow duplicate values upon UPDATESachin2022-11-071-2/+7
| | * | | MDEV-29624 MDEV-29655 Fix ASAN errors on pushdown of derived tableOleg Smirnov2022-10-314-18/+29
| | * | | MDEV-29495 Generalize can_convert_xxx() hook engine API to cover any arbitrar...Alexander Barkov2022-10-275-77/+9
* | | | | Merge branch '10.4' into 10.5mariadb-10.5.18Oleksandr Byelkin2022-11-022-2/+12
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.3' into 10.4mariadb-10.4.27Oleksandr Byelkin2022-11-021-1/+9
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | MDEV-29926: ASAN heap-use-after-free in Explain_query::~Explain_querymariadb-10.3.37Oleksandr Byelkin2022-11-021-1/+9
| | | |/ | | |/|
| * | | MDEV-29924 Assertion `(((nr) % (1LL << 24)) % (int) log_10_int[6 - dec]) == 0...Sergei Golubchik2022-11-011-1/+3
| | |/ | |/|
* | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-10-2612-48/+143
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-10-265-41/+56
| |\ \ | | |/
| | * 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-28846 Poor performance when rowid filter contains no elementsIgor Babaev2022-10-257-7/+73
| * | MDEV-28545 MyISAM reorganize partition corrupt older table formatAlexander Barkov2022-10-254-2/+29
| * | Additional fixesJan Lindström2022-10-251-1/+0
* | | MDEV-25616 XA PREPARE event group is not binlogged when..Brandon Nesterenko2022-10-251-6/+46
* | | Merge 10.4 into 10.5Marko Mäkelä2022-10-2517-95/+143
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-10-2516-67/+130
| |\ \ | | |/
| | * 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
| * | Revert "MDEV-28727 ALTER TABLE ALGORITHM=NOCOPY does not work after upgrade"Alexander Barkov2022-10-211-17/+2
* | | MDEV-25606: Concurrent CREATE TRIGGER statements mix up in binlog and break r...Monty2022-10-201-1/+1
* | | MDEV-29508 perfschema.short_option_1 fails with MSAN - Error in acceptMonty2022-10-191-2/+2
* | | Merge 10.4 into 10.5Marko Mäkelä2022-10-134-9/+57
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-10-134-9/+57
| |\ \ | | |/