summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [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
| | * 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-30972: ANALYZE FORMAT=JSON: some time is unaccounted-for in BNL-H joinSergei Petrunia2023-04-044-7/+22
* | | ANALYZE FORMAT=JSON: Backport block-nl-join.r_unpack_time_ms from 11.0 +fix M...Sergei Petrunia2023-04-045-5/+19
* | | MDEV-30806: ANALYZE FORMAT=JSON: better support for BNL and BNL-H joinsSergei Petrunia2023-03-315-8/+51
* | | Merge 10.5 into 10.6Marko Mäkelä2023-03-282-4/+6
|\ \ \ | |/ /
| * | MDEV-30936 clang 15.0.7 -fsanitize=memory fails massivelyMarko Mäkelä2023-03-282-4/+6
* | | MDEV-26071: rpl.rpl_perfschema_applier_status_by_worker failed in bb …Andrei2023-03-242-2/+5
* | | rpl_reporting: sprintf -> snprintfDaniel Black2023-03-241-7/+7
* | | Merge 10.5 into 10.6Marko Mäkelä2023-03-221-2/+2
|\ \ \ | |/ /
| * | [MDEV-30824] Fix binlog to use 'String' for setting 'character_set_client'Tingyao Nian2023-03-211-2/+2
* | | Merge 10.5 into 10.6Marko Mäkelä2023-03-102-7/+8
|\ \ \ | |/ /
| * | MDEV-23000: Ensure we get a warning from THD::drop_temporary_table() in case ...Weijun Huang2023-03-092-7/+8
* | | Merge 10.5 into 10.6Marko Mäkelä2023-03-061-1/+1
|\ \ \ | |/ /
| * | Fix GCC 5.3.1 -Wsign-compareMarko Mäkelä2023-03-061-1/+1
* | | Merge 10.5 into 10.6Marko Mäkelä2023-02-289-31/+51
|\ \ \ | |/ /
| * | Added detection of memory overwrite with multi_mallocbb-10.5-montyMonty2023-02-279-38/+58
| * | Fix clang -Winconsistent-missing-overrideMarko Mäkelä2023-02-161-1/+1
* | | Merge 10.5 into 10.6Marko Mäkelä2023-02-161-4/+2
|\ \ \ | |/ /