summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Minimize unsafe C functions usage - replace strcat() and strcpy() (and strnca...Mikhail Chalov2023-01-201-0/+38
* MDEV-30102 file missing in development librariesSergei Golubchik2023-01-021-0/+1
* header typosmusvaage2022-12-2019-35/+35
* MDEV-29817: Issues with handling options for SSL CRLs (and some others)Julius Goryavsky2022-11-221-2/+2
* MDEV-29473 UBSAN: Signed integer overflow: X * Y cannot be represented in typ...Alexander Barkov2022-11-177-1/+63
* Fix warning with signal typedef for *BSDBrad Smith2022-10-311-1/+3
* MDEV-29490 Renaming internally used client API to avoid name conflictsLawrin Novitsky2022-10-253-772/+58
* Cleanup the alloca.h header handling to further reduce hardcoded OS lists (#2...Brad Smith2022-10-161-2/+3
* MDEV-17124: mariadb 10.1.34, views and prepared statements: ERROR 1615 (HY00...Oleksandr Byelkin2022-09-301-0/+11
* MDEV-29543 Windows: Unreadable dlerror() message on localized OSVladislav Vaintroub2022-09-151-1/+1
* 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-27730 Add PLUGIN_VAR_DEPRECATED flag to plugin variablesNayuta Yanagisawa2022-02-181-1/+3
* | 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
* | 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
* | 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
* | MDEV-11499 mysqltest, Windows : improve diagnostics if server fails to shutdownVladislav Vaintroub2021-09-241-0/+25
* | 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 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
* | Merge 10.2 into 10.3Marko Mäkelä2021-03-182-5/+2
|\ \ | |/
| * update wsrep service version after 7345d371418Sergei Golubchik2021-03-081-1/+1
| * MDEV-24853: Duplicate key generated during cluster configuration changeJulius Goryavsky2021-03-081-3/+0
* | galera fixes related to THD::LOCK_thd_killSergei Golubchik2021-02-022-1/+7
* | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-1/+1
|\ \ | |/
| * MDEV-16341 Wrong length for USER columns in performance_schema tablesSergei Golubchik2021-01-111-1/+1
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-231-1/+3
|\ \ | |/
| * document that a fulltext parser plugin can replace mysql_add_word callbackSergei Golubchik2020-12-101-1/+3
* | Merge 10.2 into 10.3Marko Mäkelä2020-11-021-2/+5
|\ \ | |/
| * MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-11-021-2/+5
* | Merge 10.2 into 10.3Marko Mäkelä2020-10-282-6/+10
|\ \ | |/
| * MDEV-23867: insert... select crash in compute_window_funcVarun Gupta2020-10-231-4/+5
| * compilation failure with new C/CSergei Golubchik2020-10-231-2/+5
* | Merge 10.2 into 10.3Marko Mäkelä2020-09-211-0/+5
|\ \ | |/
| * MDEV-23101 : SIGSEGV in lock_rec_unlock() when Galera is enabledJan Lindström2020-09-101-0/+5
* | Merge 10.2 into 10.3Marko Mäkelä2020-08-201-3/+0
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2020-08-201-3/+0
| |\
* | \ Merge 10.2 into 10.3Marko Mäkelä2020-08-131-3/+6
|\ \ \ | |/ /
| * | Use DBUG_ASSERT(ptr != NULL) to ease merging to 10.3Marko Mäkelä2020-08-121-2/+2
| * | replace assert() with DBUG_ASSERT()Eugene Kosov2020-08-121-3/+5