summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30073: Stored Procedure Returns Corrupt Results When Run a Second Time10.4-MDEV-30073Dmitry Shulga2023-04-181-7/+5
* 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
* MDEV-30034 UNIQUE USING HASH accepts duplicate entries for tricky collationsAlexander Barkov2023-04-043-13/+20
* 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
* 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
* MDEV-28603 Invalid view when its definition uses TVC as single-value subqueryIgor Babaev2023-02-277-4/+18
* KILL USER and missing privilegesSergei Golubchik2023-02-211-2/+7
* hopefully the last case of walk-and-delete HASH antipatternSergei Golubchik2023-02-211-11/+7
* MDEV-30526 Assertion `rights == merged->cols' failed in update_role_columnsSergei Golubchik2023-02-211-0/+2
* MDEV-20057 Distinct SUM on CROSS JOIN and grouped returns wrong resultMonty2023-02-174-71/+182
* MDBF-534: Coverity scan: fix client folderAnel Husakovic2023-02-171-1/+1
* MDEV-30218: Incorrect optimization for rowid_filtering, correctionSergei Petrunia2023-02-151-6/+14
* MDEV-30218 Incorrect optimization for rowid_filteringIgor Babaev2023-02-151-74/+58
* MDEV-30630 locale: Chinese error messages for ZH_CNDaniel Black2023-02-151-2/+3
* MDEV-30596: Assertion 'pushed_rowid_filter != __null ...' failedSergei Petrunia2023-02-141-1/+12
* MDEV-24538: JSON_LENGTH does not return error upon wrong number of parametersWeijun Huang2023-02-141-0/+5
* MDEV-30621: Türkiye is the correct current country namingDaniel Black2023-02-101-2/+2
* MDEV-30608: rpl.rpl_delayed_parallel_slave_sbm sometimes fails with Seconds_B...Brandon Nesterenko2023-02-091-0/+15
* MDEV-30586 DELETE with aggregation in subquery of WHERE returns bogus errorIgor Babaev2023-02-092-0/+8
* Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-0996-963/+850
* Update Windows time zone mappings using latest CLDR dataVladislav Vaintroub2023-02-091-1/+2
* 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-063-6/+20
|\
| * 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-031-1/+3
| * MDEV-30473 : Do not allow GET_LOCK() / RELEASE_LOCK() in clusterJan Lindström2023-01-271-0/+14
* | 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-281-6/+22
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-2817-131/+156
|\ \ | |/ |/|
| * MDEV-30323 Some DDLs like ANALYZE can complete on parallel slave out of orderbb-10.3-andreiAndrei2023-01-241-3/+3
| * MDEV-30081 Crash with splitting from constant mergeable derived tableIgor Babaev2023-01-241-1/+1
| * MDEV-29639: Seconds_Behind_Master is incorrect for Delayed, Parallel ReplicasBrandon Nesterenko2023-01-243-9/+37
| * Added comments re JOIN::all_fields, JOIN::fields_listSergei Petrunia2023-01-241-2/+20
| * MDEV-30248 Infinite sequence of recursive calls when processing embedded CTEIgor Babaev2023-01-233-81/+16