summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25433: SKIP LOCKED should imply NOWAITbb-10.6-danielblack-MDEV-25433-skip-locked-implies-no-waitDaniel Black2021-04-191-16/+5
* Improve Galera SST testsbb-10.6-MDEV-25359Jan Lindström2021-04-181-0/+13
* MDEV-25359 : Improve mariabackup SST script compliance with native MariaDB SS...Alexey Yurchenko2021-04-171-42/+51
* Cleanup: fake_select_lex->select_number=FAKE_SELECT_LEX_ID, not [U]INT_MAXSergei Petrunia2021-04-175-19/+15
* MDEV-16437: merge 5.7 P_S replication instrumentation and tablesSujatha2021-04-163-2/+7
* MDEV-16437: merge 5.7 P_S replication instrumentation and tablesSujatha2021-04-162-8/+8
* Merge 10.5 into 10.6Marko Mäkelä2021-04-151-2/+2
|\
| * Fix cross-compile to consider CMAKE_CROSSCOMPILING_EMULATORbb-10.5-danielblack-pr1805-cross-compileJustin Jagieniak2021-04-151-2/+2
* | MDEV-16708: Unsupported commands for prepared statementsMarko Mäkelä2021-04-141-0/+1
* | Merge 10.5 into 10.6Marko Mäkelä2021-04-141-0/+16
|\ \ | |/
| * mysqld: print status display subset of memory usage.bb-10.5-danielblack-pr1803-darwin-debug-memoryDavid CARLIER2021-04-141-0/+16
* | Merge 10.5 into 10.6Marko Mäkelä2021-04-1416-86/+173
|\ \ | |/
| * Merge 10.4 into 10.5Marko Mäkelä2021-04-1416-86/+173
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-04-1411-58/+95
| | |\
| | | * Fixup merge 6e6318b29b446f76f01f2ef65d1460870b607d2aMarko Mäkelä2021-04-141-3/+3
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-04-137-22/+40
| | | |\
| | | | * MDEV-25182 Complex query in Store procedure corrupts resultsbb-10.2-MDEV-25182Oleksandr Byelkin2021-04-124-7/+17
| | | | * MDEV-25108: Running of the EXPLAIN EXTENDED statement produces extra warning ...bb-10.2-MDEV-25108-2Dmitry Shulga2021-04-124-15/+23
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-04-091-7/+15
| | | |\ \ | | | | |/
| | | | * MDEV-13467 fixup: Improve error handlingMarko Mäkelä2021-04-081-7/+15
| | | * | fix gcc optimized buildEugene Kosov2021-04-011-1/+1
| | | * | MDEV-25172 Wrong error message for ADD COLUMN .. AS ROW STARTAleksey Midenkov2021-03-311-0/+5
| | | * | MDEV-22562 Assertion `next_insert_id == 0' upon UPDATE on system-versioned tableAleksey Midenkov2021-03-311-9/+11
| | | * | MDEV-24690 Dropping primary key column from versioned table always fails with...Aleksey Midenkov2021-03-311-1/+4
| | | * | MDEV-23446 goto error cleanupAleksey Midenkov2021-03-311-17/+18
| | * | | MDEV-25197: The statement set password=password('') executed in PS mode fails...bb-10.4-MDEV-25197-3Dmitry Shulga2021-04-132-2/+16
| | * | | Fixed assert in WSREP if one started with --wsrep_provider=.. --wsrep_on=OFFMonty2021-04-122-3/+6
| | * | | MDEV-23634: Select query hanged the server and leads to OOM ...bb-10.4-mdev23634Sergei Petrunia2021-04-082-22/+54
* | | | | MDEV-24966 fixup: cmake -DWITH_WSREP=OFFMarko Mäkelä2021-04-141-1/+7
* | | | | MDEV-24966 Galera multi-master regressionsjaakola2021-04-133-5/+21
* | | | | 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
| | |\ \ \ | | | |/ /