summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30771 Optimizer trace: table_scan.rows is traced as integer, change to d...bb-10.4-MDEV-30771Rex2023-03-062-1/+28
* 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
| * MDEV-15178: Filesort::make_sortorder: Assertion `pos->field != __null |Sergei Petrunia2023-01-233-15/+60
| * Minimize unsafe C functions usage - replace strcat() and strcpy() (and strnca...Mikhail Chalov2023-01-202-8/+9
| * MDEV-30052 Crash with a query containing nested WINDOW clausesIgor Babaev2023-01-204-17/+12
* | MDEV-29461 AddressSanitizer: stack-buffer-overflow in strxmovSergei Golubchik2023-01-201-1/+1
* | MDEV-29199 Unique hash key is ignored upon INSERT ... SELECT into non-empty M...Sergei Golubchik2023-01-201-1/+2
* | MDEV-27631 Assertion `global_status_var.global_memory_used == 0' failed in my...Sergei Golubchik2023-01-201-20/+31
* | MDEV-29294 Assertion `functype() == ((Item_cond *) new_item)->functype()' fai...Oleg Smirnov2023-01-202-26/+60
* | MDEV-26541 Make UBSAN builds work with spider again.Yuchen Pei2023-01-201-0/+9
* | MDEV-27653 long uniques don't work with unicode collationsAlexander Barkov2023-01-2020-66/+292
* | MDEV-30419 Fix unhandled exception thrown from wsrep-libTeemu Ollakka2023-01-192-7/+26
* | 10.4-MDEV-29684 Fixes for cluster wide write conflict resolvingsjaakola2023-01-142-4/+4
* | 10.4-MDEV-29684 Fixes for cluster wide write conflict resolvingsjaakola2023-01-131-2/+3
* | MDEV-30317 Transaction savepoint may cause failure in galera replayingsjaakola2023-01-131-16/+19
* | MDEV-29684 Fixes for cluster wide write conflict resolvingsjaakola2023-01-133-12/+26
* | Merge 10.3 into 10.4Marko Mäkelä2023-01-136-11/+27
|\ \ | |/
| * MDEV-30378 Versioned REPLACE succeeds with ON DELETE RESTRICT constraintNikita Malyavin2023-01-121-0/+1
| * fix typoslilinjie2023-01-123-6/+6