summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30473 Remove test galera.MDEV-27713bb-10.4-MDEV-30388-galeraDaniele Sciascia2023-05-112-113/+0
* 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
* | | MDEV-31153 New methods Schema::make_item_func_* for REPLACE, SUBSTRING, TRIMAlexander Barkov2023-04-297-74/+170
* | | Adding "const" qualifiers to a few trivial Lex_input_string methodsAlexander Barkov2023-04-292-23/+23
* | | MDEV-30221: Move environmental macros to before master-slavebb-10.4-MDEV-30221Angelique2023-04-289-14/+14
* | | MDEV-31067: selectivity_from_histogram >1.0 for a DOUBLE_PREC_HB histogrambb-10.4-mdev31067-variant2Sergei Petrunia2023-04-285-53/+234
* | | MDEV-22756 SQL Error (1364): Field 'DB_ROW_HASH_1' doesn't have a default valueSergei Golubchik2023-04-283-1/+14
* | | MDEV-31113 Server crashes in store_length / Type_handler_string_result::make_...bb-10.4-mdev-31113Oleg Smirnov2023-04-283-2/+28
* | | MDEV-31129 build failure with RocksDB, incompatible pointer to integer conver...Sergei Golubchik2023-04-271-1/+1
* | | return accidentally removed in 45d4f6b97b4811b1b7783dcd19526be1dbb196dc commentbb-10.4-MDEV-30889Oleksandr Byelkin2023-04-271-0/+6
* | | MDEV-30889: 3 - Item_in_optimizer leakOleksandr Byelkin2023-04-265-24/+33
* | | MDEV-30889: 2 - Allocation in TABLE_SHARE::init_from_sql_statement_stringOleksandr Byelkin2023-04-261-15/+0
* | | MDEV-30889: 1 - Allocation in Item_subselect::mark_as_dependentOleksandr Byelkin2023-04-261-2/+2