summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30812 fixup: GCC 12.2.0 -Wmaybe-uninitializedMarko Mäkelä2023-05-111-17/+18
* MDEV-31199: Assertion `field->table->stats_is_read' fails with hash_join_card...mariadb-10.6.13bb-10.6-releaseSergei Petrunia2023-05-051-0/+1
* Merge branch '10.5' into 10.6Oleksandr Byelkin2023-05-051-1/+1
|\
| * Merge branch '10.4' into 10.5mariadb-10.5.20bb-10.5-releaseOleksandr Byelkin2023-05-051-1/+1
| |\
| | * MDEV-31194: Server crash or assertion failure with join_cache_level=4mariadb-10.4.29Sergei Petrunia2023-05-051-1/+1
* | | Merge branch '10.5' into 10.6Oleksandr Byelkin2023-05-042-4/+9
|\ \ \ | |/ /
| * | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-05-042-4/+9
| |\ \ | | |/
| | * MDEV-31189 Server crash or assertion failure in upon 2nd execution of PS with...Oleksandr Byelkin2023-05-041-4/+8
| | * MDEV-31164 default current_timestamp() not working when used INSERT ON DUPLIC...Sergei Golubchik2023-05-041-0/+1
* | | Merge branch '10.5' into 10.6Oleksandr Byelkin2023-05-041-0/+6
|\ \ \ | |/ /
| * | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-05-041-0/+6
| |\ \ | | |/
| | * MDEV-31181 Server crash in subselect_uniquesubquery_engine::print upon EXPLAI...Oleksandr Byelkin2023-05-041-0/+6
* | | Merge branch '10.5' into 10.6Oleksandr Byelkin2023-05-043-61/+249
|\ \ \ | |/ /
| * | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-05-033-45/+247
| |\ \ | | |/
| | * MDEV-26301: Split optimization refills: Optimizer Trace coverageSergei Petrunia2023-05-032-13/+61
| | * MDEV-26301 Split optimization refills temporary table too many timesIgor Babaev2023-05-033-32/+186
* | | Merge branch '10.5' into 10.6Oleksandr Byelkin2023-05-0323-172/+286
|\ \ \ | |/ /
| * | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-05-031-2/+6
| |\ \ | | |/
| | * 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 'bb-10.4-release' into bb-10.5-releaseOleksandr Byelkin2023-05-022-4/+10
| |\ \ | | |/
| | * Merge branch '10.4' into bb-10.4-releaseOleksandr Byelkin2023-05-022-4/+10
| | |\
| | | * MDEV-30838 Assertion `m_thd == _current_thd()'Daniele Sciascia2023-05-022-4/+10
| * | | MDEV-29621 manual merge from 10.4 -> 10.5Andrei2023-05-021-3/+24
| * | | Merge branch 'bb-10.4-release' into bb-10.5-releaseOleksandr Byelkin2023-05-0220-165/+248
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2023-05-026-16/+75
| | |\ \ | | | |/ | | |/|
| | | * MDEV-29621: Replica stopped by locks on sequenceAndrei2023-04-275-13/+63
| | * | 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-31067: selectivity_from_histogram >1.0 for a DOUBLE_PREC_HB histogrambb-10.4-mdev31067-variant2Sergei Petrunia2023-04-281-39/+5
| | * | MDEV-22756 SQL Error (1364): Field 'DB_ROW_HASH_1' doesn't have a default valueSergei Golubchik2023-04-281-1/+1
| | * | MDEV-31113 Server crashes in store_length / Type_handler_string_result::make_...bb-10.4-mdev-31113Oleg Smirnov2023-04-281-2/+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
* | | | MDEV-31162 Crash for query using ROWNUM over multi-table view with ORDER BYbb-10.6-igorIgor Babaev2023-05-024-9/+10
* | | | MDEV-31143 Crash for query using ROWNUM() over view with ORDER BYIgor Babaev2023-04-302-2/+2
* | | | MDEV-30812: Improve output cardinality estimates for hash joinbb-10.6-mdev30812Sergei Petrunia2023-04-283-33/+196
* | | | MDEV-31073 Server crash, assertion `table != 0 && view->field_translation != ...Oleksandr Byelkin2023-04-274-3/+20
* | | | Merge 10.5 into 10.6Marko Mäkelä2023-04-276-20/+41
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2023-04-276-20/+41
| |\ \ \ | | |/ /
| | * | MDEV-11356 Option skip-core-file does not workSergei Golubchik2023-04-262-9/+3
| | * | MDEV-30620 Trying to lock uninitialized LOCK_parallel_entryAndrei2023-04-251-3/+5
| | * | MDEV-30430: Enabling system versioning on tables without primary key breaks r...Brandon Nesterenko2023-04-241-6/+15
| | * | MDEV-28798: Previously Binlog Encrypted Master Segfaults on Binlog Dump with ...Brandon Nesterenko2023-04-241-0/+3
| | * | MDEV-31102 Crash when pushing condition into view defined as unionIgor Babaev2023-04-241-2/+15
* | | | Merge 10.5 into 10.6Marko Mäkelä2023-04-2513-49/+126
|\ \ \ \ | |/ / /
| * | | MDEV-31038: Parallel Replication Breaks if XA PREPARE Fails Updating Slave GT...Brandon Nesterenko2023-04-243-22/+51
| * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-04-2412-27/+75
| |\ \ \ | | |/ /