summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-31185 rw_trx_hash_t::find() unpins pins too earlybb-10.4-MDEV-31185-pinsVlad Lesin2023-05-174-1/+118
* MDEV-21479 : Galera 4 unable to query cluster state if not primary componentbb-10.4-MDEV-31067-aggregate-condbb-10.4-MDEV-30013-galera10.4Jan Lindström2023-05-165-8/+209
* MDEV-30013 : Assertion `state() == s_aborting || state() == s_must_replay' fa...Jan Lindström2023-05-163-3/+32
* MDEV-23187: Assorted assertion failures in json_find_path with certainbb-10.4-MDEV-23187Rucha Deodhar2023-05-164-10/+14
* MDEV-30232: Increase timeouts to fix sporadic failsbb-10.4-MDEV-30232Angelique2023-05-152-9/+9
* Fix Connect compile issueAndrew Hutchings2023-05-152-3/+3
* Fix insecure use of strcpy, strcat and sprintf in ConnectMikhail Chalov2023-05-1228-330/+348
* MDEV-31250 ROW variables do not get assigned from subselectsbb-10.4-bar-MDEV-31250Alexander Barkov2023-05-123-0/+102
* MDEV-31240 Crash with condition pushable into derived and containing outer re...bb-10.4-MDEV-31240-v2Igor Babaev2023-05-123-1/+137
* MDEV-28433 : Server crashes when wsrep_sst_donor and wsrep_cluster_address se...bb-10.4-MDEV-28433-galeraJan Lindström2023-05-125-4/+81
* MDEV-30473 Remove test galera.MDEV-27713Daniele Sciascia2023-05-122-113/+0
* MDEV-30388 correction: fix compilation errorJulius Goryavsky2023-05-121-1/+1
* MDEV-30388 : Assertion `!wsrep_has_changes(thd) || (thd->lex->sql_command == ...Jan Lindström2023-05-1113-74/+516
* Merge branch '10.4' into 10.4.29 releasebb-10.4-releaseOleksandr Byelkin2023-05-1169-448/+1184
|\
| * MDEV-30765 SHOW TABLES not working properly with lower_case_table_names=2bb-10.4-mdev-30765Oleg Smirnov2023-05-114-7/+58
| * bump the VERSIONbb-10.4-bumpversionDaniel Bartholomew2023-05-101-1/+1
| * MDEV-31224 Crash with EXPLAIN EXTENDED for multi-table update of system tableIgor Babaev2023-05-094-3/+40
| * MDEV-31181 Crash with EXPLAIN EXTENDED for single-table DELETE using IN predi...Igor Babaev2023-05-084-7/+72
| * Fixed wrong test cases (embedded and ASAN)bb-10.4-montyMonty2023-05-0510-270/+248
| * Added missing test fileMonty2023-05-051-0/+0
| * Cleanup of sql_join_cache code (no logic changes)Monty2023-05-052-81/+84
| * Fixed calculation of JOIN_CACHE::max_recordsMonty2023-05-053-18/+18
| * MDEV-28217 Incorrect Join Execution When Controlling Join Buffer SizeMonty2023-05-045-28/+104
| * MDEV-31174 New class Native_functions_hashAlexander Barkov2023-05-037-51/+99
| * MDEV-30892 test galera.galera_log_bin is not deterministicbb-10.4-MDEV-30892-galerasara2023-05-036-12/+12
| * MDEV-6768 Wrong result with aggregate with join with no result setMonty2023-05-028-107/+405
| * Fixed "Trying to lock uninitialized mutex' in parallel replicationMonty2023-05-021-3/+1
| * MDEV-28054 Various crashes upon INSERT/UPDATE after changing Aria settingsMonty2023-05-0215-62/+159
| * MDEV-26258 Various crashes/asserts/corruptions when Aria encryption is enable...Monty2023-05-0214-44/+135
* | MDEV-31194: Server crash or assertion failure with join_cache_level=4mariadb-10.4.29Sergei Petrunia2023-05-053-1/+40
* | MDEV-31189 Server crash or assertion failure in upon 2nd execution of PS with...Oleksandr Byelkin2023-05-043-4/+45
* | MDEV-31057 rocksdb does not compile with gcc-13Sergei Golubchik2023-05-041-0/+5
* | MDEV-31164 default current_timestamp() not working when used INSERT ON DUPLIC...Sergei Golubchik2023-05-043-0/+68
* | MDEV-31181 Server crash in subselect_uniquesubquery_engine::print upon EXPLAI...Oleksandr Byelkin2023-05-043-0/+43
* | Fix of selectivity test to behave correctly with embedded and view protocols.Oleksandr Byelkin2023-05-047-217/+335
* | MDEV-26301: Split optimization refills: Optimizer Trace coverageSergei Petrunia2023-05-034-13/+245
* | MDEV-26301 Split optimization refills temporary table too many timesIgor Babaev2023-05-035-32/+910
* | MDEV-29621 part 2 of post-merge fixes in galeraAndrei2023-05-031-1/+1
* | Protect a new condition (by Andrei)Oleksandr Byelkin2023-05-031-1/+5
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2023-05-021-0/+0
|\ \
| * | New CC 3.1mariadb-10.3.39bb-10.3-release10.3Oleksandr Byelkin2023-05-021-0/+0
* | | Merge branch '10.4' into bb-10.4-releaseOleksandr Byelkin2023-05-027-6/+72
|\ \ \ | | |/ | |/|
| * | wsrep-lib external submodule updatebb-10.4-MDEV-30838-v2-galeraJulius Goryavsky2023-05-021-0/+0
| * | MDEV-30838 Assertion `m_thd == _current_thd()'Daniele Sciascia2023-05-024-4/+43
| * | MDEV-30414 sporadic failures with galera var retry autocommitsara2023-05-022-2/+29
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2023-05-0238-268/+624
|\ \ \ | |/ / |/| / | |/
| * MDEV-29621: Replica stopped by locks on sequenceAndrei2023-04-278-13/+190
| * New CCOleksandr Byelkin2023-04-261-0/+0
| * Merge branch 'merge-zlib' into 10.3bb-10.3-sergSergei Golubchik2023-04-2028-252/+333
| |\
| | * 1.2.13Sergei Golubchik2023-04-2092-968/+674