summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25197: The statement set password=password('') executed in PS mode fails...bb-10.6-MDEV-25197-2Dmitry Shulga2021-04-132-2/+17
* Revert "MDEV-13115: SKIP LOCKED postfix"Daniel Black2021-04-101-4/+4
* MDEV-13115: SKIP LOCKED postfixDaniel Black2021-04-101-4/+4
* MDEV-20220: Merge 5.7 P_S replication table 'replication_applier_status_by_wo...Sujatha2021-04-083-2/+89
* MDEV-20220: Merge 5.7 P_S replication table 'replication_applier_status_by_wo...Sujatha2021-04-082-1/+29
* MDEV-20220: Merge 5.7 P_S replication table 'replication_applier_status_by_wo...Sujatha2021-04-084-0/+50
* Merge 10.5 into 10.6Marko Mäkelä2021-04-0820-149/+395
|\
| * Merge 10.4 into 10.5bb-10.5-mergeMarko Mäkelä2021-04-081-1/+13
| |\
| | * MDEV-25334 FTWRL/Backup blocks DDL on temporary tables with binlog enabled, a...Monty2021-04-071-3/+18
| * | MDEV-22775: Merge 10.4 into 10.5Marko Mäkelä2021-04-0811-117/+305
| |\ \ | | |/
| | * MDEV-22775 [HY000][1553] Changing name of primary key column with foreign key...Alexander Barkov2021-04-079-117/+310
| * | Merge 10.4 into 10.5Marko Mäkelä2021-04-089-30/+74
| |\ \ | | |/
| | * MDEV-19508: SI_KERNEL is not on all implementationsbb-10.4-danielblack-MDEV-19508-minimal-compile-fixDaniel Black2021-04-071-0/+6
| | * MDEV-21402 : sql_safe_updates breaks Galera 4bb-10.4-MDEV-21402Jan Lindström2021-04-061-5/+31
| | * MDEV-24956: ALTER TABLE not replicated with Galera in MariaDB 10.5.9bb-10.4-MDEV-25226mkaruza2021-04-052-6/+7
| | * MDEV-25226 Assertion when wsrep_on set OFF with SR transactionDaniele Sciascia2021-04-056-19/+30
* | | MDEV-13115: Implement SELECT SKIP LOCKEDDaniel Black2021-04-0814-29/+97
* | | Add TL_FIRST_WRITE in SQL layer for determining R/WDaniel Black2021-04-0816-53/+45
* | | Merge 10.5 into 10.6Marko Mäkelä2021-03-318-9/+417
|\ \ \ | |/ /
| * | Merge 10.4 into 10.5Marko Mäkelä2021-03-317-8/+416
| |\ \ | | |/
| | * Merge 10.3 into 10.4Marko Mäkelä2021-03-317-9/+417
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-03-318-19/+429
| | | |\
| | | | * MDEV-25294 signal handler display coredump on macDavid CARLIER2021-03-301-1/+13
| | | | * MDEV-24923 : Port selected Galera conflict resolution changes from 10.6Jan Lindström2021-03-301-10/+12
| | | | * mallinfo2: whitespace fixDaniel Black2021-03-301-1/+1
| | | | * MDEV-13467: Feature request: Support for ST_Distance_Sphere()bb-10.2-anel-MDEV-13467-gis-feature-v1Anel Husakovic2021-03-271-2/+2
| | | | * MDEV-25272: Wrong function name in error messages upon ST_GeomFromGeoJSON callAnel Husakovic2021-03-271-2/+2
| | | | * MDEV-13467: Feature request: Support for ST_Distance_Sphere()Anel Husakovic2021-03-275-3/+399
| * | | | MDEV-25305: MyRocks: Killing server during RESET MASTER can lose last transac...bb-10.5-mdev25305Sergei Petrunia2021-03-311-0/+2
| * | | | MDEV-25251: main.derived_split_innodb fails on ICC release binarybb-10.5-mdev25251-v2Sergei Petrunia2021-03-311-1/+1
* | | | | MDEV-25305: MyRocks: Killing server during RESET MASTER can lose last transac...Sergei Petrunia2021-03-301-0/+2
* | | | | MDEV-17239 default max_recursive_iterations 4G -> 1000bb-10.6-danielblack-MDEV-17239-default-max_recursive_iterations-1kDaniel Black2021-03-301-1/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-293-9/+10
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-24302: RESET MASTER hangsMarko Mäkelä2021-03-292-6/+5
| * | | | Fixed access to undefined memoryMonty2021-03-281-3/+5
* | | | | MDEV-24325: Optimizer trace doesn't cover LATERAL DERIVEDSergei Petrunia2021-03-292-1/+18
* | | | | MDEV-5536: socket activation info - verboseDaniel Black2021-03-291-15/+22
* | | | | MDEV-5536: add systemd socket activationDaniel Black2021-03-281-5/+152
* | | | | mariadb-tzinfo-to-sql,mariadb-dumpslow as Client componentsDaniel Black2021-03-281-1/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-277-30/+114
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-277-30/+114
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-274-9/+66
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-03-272-3/+7
| | | |\ \ | | | | |/
| | | | * Replace mallinfo with mallinfo2 on supported systemsMichael Okoko2021-03-271-2/+6
| | | | * MDEV-24767 Wrong result when forced BNLH is used for join supportedIgor Babaev2021-03-221-1/+1
| | | * | MDEV-25128 Wrong result from join with materialized semi-join andIgor Babaev2021-03-232-6/+59
| | * | | MDEV-21697: Galera assertion !wsrep_has_changes(thd) || (thd->lex->sql_comman...bb-10.4-MDEV-21697mkaruza2021-03-251-1/+2
| | * | | MDEV-24954 : 10.5.9 crashes on int wsrep::client_state::ordered_commit(): Ass...bb-10.4-MDEV-24954Jan Lindström2021-03-251-17/+42
| | * | | MDEV-25206 Crash with CREATE VIEW .. SELECT with non-existing fieldIgor Babaev2021-03-211-2/+3
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-2619-38/+38
|\ \ \ \ \ | |/ / / /