summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
| * MDEV-25277: mysqlbinlog --verbose cannot read row events with compressed colu...Brandon Nesterenko2023-01-111-5/+12
| * MDEV-28602 Wrong result with outer join, merged derived table and viewSergei Petrunia2023-01-111-0/+8
* | MDEV-19160 json_pretty() alias for json_detailed()Weijun-H2023-01-121-0/+1
* | MDEV-30345 DML does not find rows it is supposed toMonty2023-01-111-2/+2
* | Merge branch '10.3' into 10.4Sergei Golubchik2023-01-1015-68/+231
|\ \ | |/
| * MDEV-30342 Wrong "Truncated incorrect DECIMAL value" warning/errorDaniel Black2023-01-092-8/+8
| * MDEV-17093: SOURCE_REVISION in log (postfix - not in help)Daniel Black2023-01-081-2/+3
| * MDEV-27624 Wrong result for nested left join using not_exists optimizationIgor Babaev2023-01-061-6/+29
| * MDEV-17093: SOURCE_REVISION in log and handle_fatal_signalHaidong Ji2023-01-062-16/+12
| * fix typoslilinjie2023-01-055-6/+6
| * MDEV-29988 group by fixSergei Golubchik2023-01-021-0/+5
| * fixes for json.json_table and main.func_json in --psSergei Golubchik2023-01-021-1/+2
| * MDEV-29988: Major performance regression with 10.6.11Dmitry Shulga2023-01-024-18/+165
| * MDEV-29988: (revert) Major performance regression with 10.6.11Dmitry Shulga2023-01-021-11/+2
* | MDEV-17869 AddressSanitizer: use-after-poison in Item_change_list::rollback_i...Sergei Golubchik2023-01-096-24/+53
* | cleanupSergei Golubchik2023-01-092-12/+10
* | don't set default value in temp table if NO_DEFAULT_VALUE_FLAGSergei Golubchik2023-01-091-1/+2
* | MDEV-29890 Update with inner join false row count resultSergei Golubchik2023-01-091-1/+3