summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ | | |/
| | * MDEV-31085 Crash when processing multi-update using view with optimizer_trace onIgor Babaev2023-04-221-2/+2
| | * Merge branch '10.3' into 10.4Oleksandr Byelkin2023-04-214-31/+85
| | |\
| | | * MDEV-30818 invalid ssl prevents bootstrapSergei Golubchik2023-03-091-1/+4
| | | * MDEV-30151 parse error 1=2 not between/inbb-10.3-bar-MDEV-30151Alexander Barkov2023-01-262-30/+78
| | | * Revert "MDEV-30151 parse error 1=2 not between/in"Alexander Barkov2023-01-262-6/+6
| | | * MDEV-28616 Crash when using derived table over union with order by clausebb-10.3-igorIgor Babaev2023-01-251-0/+3
| | * | MDEV-30955 Explicit locks released too early in rollback pathDaniele Sciascia2023-04-183-5/+1
| | * | MDEV-30862 Assertion `mode_ == m_high_priority' failedDaniele Sciascia2023-04-181-0/+13
| | * | MDEV-20773 Error from UPDATE when estimating selectivity of a rangeIgor Babaev2023-04-121-0/+3
| | * | MDEV-26175 : Assertion `! thd->in_sub_stmt' failed in bool trans_rollback_stm...Jan Lindström2023-04-111-1/+7
| | * | fix typolilinjie2023-04-102-2/+2
* | | | Merge 10.5 into 10.6Marko Mäkelä2023-04-212-19/+41
|\ \ \ \ | |/ / /
| * | | MDEV-30804 Rollback multi-engine transaction requiring 2PC but committing in ...Denis Protivensky2023-04-191-1/+13
| * | | MDEV-30605: Wrong result while using index for group-bySergei Petrunia2023-04-181-18/+28
* | | | [MDEV-30854] Do not use " as string delimiter in mariadb-tzinfo-to-sqlDaniel Lenski2023-04-181-2/+2
* | | | Merge 10.5 into 10.6Marko Mäkelä2023-04-1146-446/+979
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2023-04-054-16/+19
| |\ \ \ | | |/ /
| | * | MDEV-30034 UNIQUE USING HASH accepts duplicate entries for tricky collationsAlexander Barkov2023-04-043-13/+20
| * | | MDEV-28641 : Query cache entries not invalidated on slave of a Galera clusterJan Lindström2023-04-041-1/+2
| * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-04-032-10/+10
| |\ \ \ | | |/ /
| | * | ensure that STRING_WITH_LEN is only used with string literalsSergei Golubchik2023-04-011-1/+1
| | * | Fix passing correct length of string in command print.Oleksandr Byelkin2023-04-011-9/+9
| * | | Merge remote-tracking branch '10.4' into 10.5Oleksandr Byelkin2023-03-3140-368/+894
| |\ \ \ | | |/ /
| | * | MDEV-25045 : Assertion `client_state_.mode() != wsrep::client_state::m_toi' f...Jan Lindström2023-03-311-1/+14
| | * | MDEV-27317 wsrep_checkpoint order violation due to certification failureTeemu Ollakka2023-03-311-5/+8
| | * | MDEV-30351 crash in Item_func_left::val_strWeijun Huang2023-03-311-0/+2
| | * | MDEV-26765 UNIX_TIMESTAMP(CURRENT_TIME()) return null ?!?Alexander Barkov2023-03-291-3/+3
| | * | MDEV-30539 EXPLAIN EXTENDED: no message with queries for DML statementsIgor Babaev2023-03-2510-54/+341
| | * | sql_class: sprintf -> snprintfDaniel Black2023-03-241-2/+2
| | * | MDEV-30269: Remove rpl_semi_sync_[slave,master] usage in codeAnel Husakovic2023-03-232-5/+3
| | * | MDEV-30780 optimistic parallel slave hangs after hit an errorAndrei2023-03-163-8/+38
| | * | MDEV-30826 Invalid data on mysql.host segfaults the server after an upgrade t...Sergei Golubchik2023-03-101-3/+4
| | * | MDEV-30613 output_core_info crashes in my_read()Daniel Black2023-03-081-13/+17
| | * | MDEV-30706 Different results of selects from view and CTE with same definitionIgor Babaev2023-03-028-58/+50
| | * | MDEV-26831 fallout: fix problems of name resolution cacheOleksandr Byelkin2023-03-021-4/+26
| | * | MDEV-30746 Regression in ucs2_general_mysql500_ciAlexander Barkov2023-03-013-48/+84