summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.3' into 10.4Sergei Golubchik2022-10-011-0/+11
|\
| * MDEV-17124: mariadb 10.1.34, views and prepared statements: ERROR 1615 (HY00...Oleksandr Byelkin2022-09-301-0/+11
* | MDEV-29613 Improve WITH_DBUG_TRACE=OFFMarko Mäkelä2022-09-231-2/+5
* | Merge 10.3 into 10.4Marko Mäkelä2022-09-201-1/+1
|\ \ | |/
| * MDEV-29543 Windows: Unreadable dlerror() message on localized OSVladislav Vaintroub2022-09-151-1/+1
* | Reduce compilation dependencies on wsrep_mysqld.hDaniele Sciascia2022-08-311-31/+28
* | Merge 10.3 into 10.4Marko Mäkelä2022-04-061-1/+4
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2022-04-061-1/+4
| |\
| | * MDEV-26136: Correct AIX/macOS cast warning (my_time.h)Daniel Black2022-04-041-1/+4
* | | MDEV-17441 fixup: Remove unused my_atomic long macrosMarko Mäkelä2022-03-241-17/+1
* | | Merge 10.3 into 10.4Vlad Lesin2022-02-211-1/+3
|\ \ \ | |/ /
| * | MDEV-27730 Add PLUGIN_VAR_DEPRECATED flag to plugin variablesNayuta Yanagisawa2022-02-181-1/+3
* | | fix MDEV-27217 (4d5ae2b3258d0d4eb3addd61fdabf49d9a6314e7)Oleksandr Byelkin2022-01-302-2/+4
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-304-6/+9
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-292-4/+5
| |\ \ | | |/
| | * test cases for MySQL bugsSergei Golubchik2022-01-211-2/+3
| | * MDEV-26870 --skip-symbolic-links does not disallow .isl file creationMarko Mäkelä2022-01-211-2/+2
| | * Windows : fix broken build with OpenSSLVladislav Vaintroub2022-01-091-2/+2
| * | MDEV-27217 DELETE partition selection doesn't work for history partitionsAleksey Midenkov2022-01-132-2/+4
* | | MDEV-27373 wolfSSL 5.1.1Vladislav Vaintroub2022-01-251-0/+3
* | | MDEV-25904 New collation functions to compare InnoDB style trimmed NO PAD str...bb-10.4-bar-MDEV-25904Alexander Barkov2022-01-211-0/+54
* | | MDEV-27341 Use SET PASSWORD to change PAM serviceSergei Golubchik2022-01-171-1/+2
* | | 10.4-MDEV-27275 CREATE TABLE with FK not safe for PAsjaakola2021-12-201-1/+1
* | | MDEV-26803 PA unsafety with FK cascade delete operationsjaakola2021-12-171-0/+4
* | | Merge 10.3 into 10.4Marko Mäkelä2021-10-281-5/+7
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-10-281-5/+7
| |\ \ | | |/
| | * pthread_yield() is depricated now, so use sched_yield() if possible.Oleksandr Byelkin2021-10-261-5/+7
* | | MDEV-18543 IMPORT TABLESPACE fails after instant DROP COLUMNbb-10.4-MDEV-18543-instant-import-bugsEugene Kosov2021-10-261-0/+8
* | | Merge 10.3 into 10.4Marko Mäkelä2021-10-134-5/+9
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-10-133-2/+6
| |\ \ | | |/
| | * Xcode compatibility updateSergei Krivonos2021-10-121-0/+3
| | * MDEV-23269 SIGSEGV in ft_boolean_check_syntax_string on setting ft_boolean_sy...bb-10.2-bar-MDEV-23269Alexander Barkov2021-10-111-1/+2
| | * Apple Silicon is a 64-bit platform (#1922)SergMariaDB2021-10-111-1/+1
| * | MDEV-22660 System versioning cleanupsAleksey Midenkov2021-10-111-3/+3
* | | Merge branch '10.3' into 10.4Vladislav Vaintroub2021-09-241-0/+25
|\ \ \ | |/ /
| * | MDEV-11499 mysqltest, Windows : improve diagnostics if server fails to shutdownVladislav Vaintroub2021-09-241-0/+25
* | | MDEV-26053 : TRUNCATE on table with Foreign Key Constraint no longer replicat...bb-10.4-truncateJan Lindström2021-09-171-7/+0
* | | Merge 10.3 into 10.4Marko Mäkelä2021-08-312-6/+6
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-08-312-6/+6
| |\ \ | | |/
| | * Fix GCC 11 -Wmaybe-uninitialized for PLUGIN_PERFSCHEMAMarko Mäkelä2021-08-302-6/+6
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-2/+3
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-07-271-2/+3
| |\ \ | | |/
| | * MDEV-24393 InnoDB disregards --skip-external-lockingMarko Mäkelä2021-07-271-2/+3
* | | Improve documentation of json parser functionsMichael Okoko2021-07-221-9/+11
* | | MDEV-22221: MariaDB with WolfSSL doesn't support AES-GCM cipher for SSLVladislav Vaintroub2021-06-091-1/+1
* | | Fix all warnings given by UBSANMonty2021-04-206-16/+19
* | | MDEV-19508: SI_KERNEL is not on all implementationsbb-10.4-danielblack-MDEV-19508-minimal-compile-fixDaniel Black2021-04-071-1/+0
* | | Merge 10.3 into 10.4Marko Mäkelä2021-03-192-5/+2
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-03-182-5/+2
| |\ \ | | |/
| | * update wsrep service version after 7345d371418Sergei Golubchik2021-03-081-1/+1