summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [MDEV-30824] Fix binlog to use 'String' for setting 'character_set_client'Tingyao Nian2023-03-211-2/+2
* MDEV-23000: Ensure we get a warning from THD::drop_temporary_table() in case ...Weijun Huang2023-03-092-7/+8
* Fix GCC 5.3.1 -Wsign-compareMarko Mäkelä2023-03-061-1/+1
* 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
* MDEV-30333 Wrong result with not_null_range_scan and LEFT JOIN with empty tableMonty2023-02-151-4/+2
* MDEV-30412: JSON_OBJECTAGG doesn't escape double quote in keyWeijun Huang2023-02-141-1/+1
* Merge 10.4 into 10.5Marko Mäkelä2023-02-10100-978/+881
|\
| * 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
* | | Merge mariadb-10.5.19 into 10.5Marko Mäkelä2023-02-0642-255/+606
|\ \ \
| * \ \ Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-301-3/+7
| |\ \ \ | | |/ /
| | * | 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
| | |\ \ | | | |/ | | |/|
| * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-2742-254/+601
| |\ \ \
| | * | | MDEV-30218: Incorrect optimization for rowid_filtering, correctionSergei Petrunia2023-01-261-6/+22
| | * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-2617-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
* | | | MDEV-30473 : Do not allow GET_LOCK() / RELEASE_LOCK() in clusterJan Lindström2023-01-271-0/+7
* | | | MDEV-30473 : Do not allow GET_LOCK() / RELEASE_LOCK() in clusterJan Lindström2023-01-271-0/+14
* | | | MDEV-25037 : SIGSEGV in MDL_lock::hog_lock_types_bitmapJan Lindström2023-01-272-13/+37
|/ / /
* | | MDEV-30465 : Galera test galera_sr.MDEV-27615 takes 5minsJan Lindström2023-01-251-4/+6
* | | MDEV-30423 Deadlock on Replica during BACKUP STAGE BLOCK_COMMIT on XA transac...Andrei2023-01-234-32/+66
* | | MDEV-29774 BF abort no longer wakes up debug_sync waitersDaniele Sciascia2023-01-192-2/+2
* | | MDEV-26392: Crash with json_get_path_next and 10.5.12Rucha Deodhar2023-01-181-1/+1
* | | fix failures of main.func_json --psSergei Golubchik2023-01-171-1/+1
* | | cleanup: const_Item->real_item()Sergei Golubchik2023-01-172-4/+5