summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* include/ssl_compat.h: fix build with libressl >= 3.5.0bb-10.4-danielblack-pr2435-libresslFabrice Fontaine2023-02-081-1/+2
* MDEV-30554 RockDB libatomic linking on riscv64Daniel Black2023-02-071-6/+2
* MDEV-30492 Crash when use mariabackup.exe with config 'innodb_flush_method=as...Daniel Black2023-02-073-0/+47
* MDEV-30558: ER_KILL_{,QUERY_}DENIED_ERROR - normalize id typeDaniel Black2023-02-072-11/+11
* Merge branch '10.4.28' into 10.4Oleksandr Byelkin2023-02-0623-128/+769
|\
| * bump the VERSIONDaniel Bartholomew2023-02-061-1/+1
| * MDEV-24301 [Warning] Aborted connection (This connection closed normally)Daniel Black2023-02-061-5/+3
| * MDEV-30538 Plans for SELECT and multi-table UPDATE/DELETE unexpectedly differIgor Babaev2023-02-034-5/+201
| * MDEV-30556 UPPER() returns an empty string for U+0251 in Unicode-5.2.0+ colla...Alexander Barkov2023-02-0310-20/+517
| * MDEV-30473 : Do not allow GET_LOCK() / RELEASE_LOCK() in clusterJan Lindström2023-01-304-97/+0
| * MDEV-30473 : Do not allow GET_LOCK() / RELEASE_LOCK() in clusterJan Lindström2023-01-273-0/+47
* | Fix number of rows passing in case of EQ_REFmariadb-10.4.28Oleksandr Byelkin2023-01-301-3/+5
* | MDEV-30218: Incorrect optimization for rowid_filtering, correctionSergei Petrunia2023-01-283-15/+73
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-2861-293/+1743
|\ \ | |/ |/|
| * MDEV-30010 post-push: fixing test results.mariadb-10.3.38Andrei2023-01-282-8/+52
| * MDEV-30457 Windows, signtool error "No file digest algorithm specified."Vladislav Vaintroub2023-01-241-1/+1
| * MDEV-30323 Some DDLs like ANALYZE can complete on parallel slave out of orderbb-10.3-andreiAndrei2023-01-244-3/+237
| * MDEV-30010 Slave (additional info): Commit failed due to failure of an earlie...Andrei2023-01-242-0/+97
| * MDEV-30081 Crash with splitting from constant mergeable derived tableIgor Babaev2023-01-243-1/+108
| * MDEV-29639: Seconds_Behind_Master is incorrect for Delayed, Parallel ReplicasBrandon Nesterenko2023-01-246-9/+231
| * Added comments re JOIN::all_fields, JOIN::fields_listSergei Petrunia2023-01-241-2/+20
| * Update 10.3 HELP tablesIan Gilfillan2023-01-241-46/+46
| * MDEV-30248 Infinite sequence of recursive calls when processing embedded CTEIgor Babaev2023-01-235-81/+311
| * MDEV-15178: Filesort::make_sortorder: Assertion `pos->field != __null |Sergei Petrunia2023-01-236-19/+188
| * Fix connect bson.cpp warningVicențiu Ciorbaru2023-01-201-1/+1
| * Fix mroonga warning of use-after-freeVicențiu Ciorbaru2023-01-201-2/+2
| * Minimize unsafe C functions usage - replace strcat() and strcpy() (and strnca...Mikhail Chalov2023-01-2023-162/+221
| * MDEV-30052 Crash with a query containing nested WINDOW clausesIgor Babaev2023-01-206-17/+130
| * Add my_afree after my_alloca in early return caseEric Herman2023-01-201-0/+3
| * MDEV-23335 MariaBackup Incremental Does Not Reflect Dropped/Created DatabasesAlexander Barkov2023-01-193-1/+146
* | CREDITS: re-instate Tencent CloudDaniel Black2023-01-251-0/+1
* | MDEV-30370 Fixing spider hang when server abortsYuchen Pei2023-01-253-4/+25
* | Update 10.4 HELP tablesIan Gilfillan2023-01-241-46/+46
* | MDEV-29461 AddressSanitizer: stack-buffer-overflow in strxmovSergei Golubchik2023-01-201-1/+1
* | MDEV-26817 runtime error: index 24320 out of bounds for type 'json_string_cha...Sergei Golubchik2023-01-201-1/+1
* | MDEV-29199 Unique hash key is ignored upon INSERT ... SELECT into non-empty M...Sergei Golubchik2023-01-203-97/+211
* | MDEV-27631 Assertion `global_status_var.global_memory_used == 0' failed in my...Sergei Golubchik2023-01-203-20/+43
* | Merge branch 'codership-10.4-fix-sst_received' into bb-10.4-MDEV-30419Jan Lindström2023-01-203-7/+26
|\ \
| * | MDEV-29294 Assertion `functype() == ((Item_cond *) new_item)->functype()' fai...Oleg Smirnov2023-01-206-26/+268
| * | MDEV-27653 long uniques don't work with unicode collationsAlexander Barkov2023-01-200-0/+0
| * | Correct assert_grep.inc params in galera gcache testsDaniele Sciascia2023-01-202-4/+4
| * | MDEV-26541 Make UBSAN builds work with spider again.Yuchen Pei2023-01-205-107/+215
| * | MDEV-27653 long uniques don't work with unicode collationsAlexander Barkov2023-01-2027-66/+668
| * | MDEV-30419 Fix unhandled exception thrown from wsrep-libTeemu Ollakka2023-01-193-7/+26
* | | MDEV-29294 Assertion `functype() == ((Item_cond *) new_item)->functype()' fai...Oleg Smirnov2023-01-206-26/+268
* | | MDEV-27653 long uniques don't work with unicode collationsAlexander Barkov2023-01-200-0/+0
* | | Correct assert_grep.inc params in galera gcache testsDaniele Sciascia2023-01-202-4/+4
* | | MDEV-26541 Make UBSAN builds work with spider again.Yuchen Pei2023-01-205-107/+215
* | | MDEV-27653 long uniques don't work with unicode collationsAlexander Barkov2023-01-1927-66/+668
|/ /
* | v5.5.4-stableOleksandr Byelkin2023-01-172-0/+2