summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.8 into 10.9Marko Mäkelä2023-02-16108-1066/+1181
|\
| * Merge 10.6 into 10.8Marko Mäkelä2023-02-164-10/+9
| |\
| | * Merge 10.5 into 10.6Marko Mäkelä2023-02-161-4/+2
| | |\
| | | * MDEV-30333 Wrong result with not_null_range_scan and LEFT JOIN with empty tableMonty2023-02-151-4/+2
| | * | MDEV-30324: Wrong result upon SELECT DISTINCT ... WITH TIESVicențiu Ciorbaru2023-02-151-1/+1
| | * | Whitespace fixVicențiu Ciorbaru2023-02-151-1/+1
| | * | Update comments to match new debug_sync implementationVicențiu Ciorbaru2023-02-151-3/+4
| | * | Merge 10.5 into 10.6Marko Mäkelä2023-02-141-1/+1
| | |\ \ | | | |/
| | | * MDEV-30412: JSON_OBJECTAGG doesn't escape double quote in keyWeijun Huang2023-02-141-1/+1
| * | | Fix RPL tests post DEBUG_SYNC changeVicențiu Ciorbaru2023-02-101-2/+2
| * | | Merge 10.6 into 10.8Marko Mäkelä2023-02-10105-1057/+1173
| |\ \ \ | | |/ /
| | * | Merge 10.5 into 10.6Marko Mäkelä2023-02-10102-999/+942
| | |\ \ | | | |/
| | | * 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
| | | |\ \ \
| | | * | | | 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
| | * | | | | Merge branch '10.6.12' into 10.6Oleksandr Byelkin2023-02-064-48/+221
| | |\ \ \ \ \
| | | * | | | | debug_sync: Print all current active signals within the trace file during waitVicențiu Ciorbaru2023-02-031-5/+50
| | | * | | | | sql_hset.h - include what you use uchar comes from my_global.hVicențiu Ciorbaru2023-02-031-1/+2
| | | * | | | | Implement DEBUG_SYNC multiple signal firing capabilityVicențiu Ciorbaru2023-02-031-12/+29
| | | * | | | | Extend Binary_string::strstr to also take in a const char pointerVicențiu Ciorbaru2023-02-032-12/+17
| | | * | | | | debug_sync: Implement NO_CLEAR_EVENT syntaxVicențiu Ciorbaru2023-02-031-2/+16
| | | * | | | | Implement multiple-signal debug_syncVicențiu Ciorbaru2023-02-031-25/+120
| | | * | | | | Initialize the Hash_set during creationVicențiu Ciorbaru2023-02-031-8/+4
* | | | | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2023-01-3147-295/+674
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2023-01-3147-295/+674
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch '10.6' into 10.7Oleksandr Byelkin2023-01-3147-295/+674
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2023-01-3147-295/+674
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | |/| | / / / | | | | | |/ / / | | | | |/| | |
| | | | * | | | 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