summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26136: Correct AIX/macOS cast warning (my_time.h)Daniel Black2022-04-041-1/+4
* 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
* pthread_yield() is depricated now, so use sched_yield() if possible.Oleksandr Byelkin2021-10-261-5/+7
* 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
* Fix GCC 11 -Wmaybe-uninitialized for PLUGIN_PERFSCHEMAMarko Mäkelä2021-08-302-6/+6
* MDEV-24393 InnoDB disregards --skip-external-lockingMarko Mäkelä2021-07-271-2/+3
* 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
* MDEV-16341 Wrong length for USER columns in performance_schema tablesSergei Golubchik2021-01-111-1/+1
* document that a fulltext parser plugin can replace mysql_add_word callbackSergei Golubchik2020-12-101-1/+3
* MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-11-021-2/+5
* 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
* MDEV-23101 : SIGSEGV in lock_rec_unlock() when Galera is enabledJan Lindström2020-09-101-0/+5
* Merge 10.1 into 10.2Marko Mäkelä2020-08-201-3/+0
|\
* | 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
* | add debug assertion to ilistEugene Kosov2020-08-111-3/+4
* | Merge 10.1 into 10.2Marko Mäkelä2020-07-141-8/+16
|\ \ | |/
| * MDEV-22173: socket accept - test for failureDaniel Black2020-07-061-8/+16
* | MDEV-20377: Make WITH_MSAN more usableMarko Mäkelä2020-07-011-0/+8
* | fix compilation with VS2019, preview of 16.7 versionEugene Kosov2020-06-051-2/+8
* | MDEV-22721 Remove bloat caused by InnoDB logger classMarko Mäkelä2020-06-041-0/+4
* | fix compilationEugene Kosov2020-05-271-23/+18
* | Fix the build with GCC 4.1.2Marko Mäkelä2020-05-271-6/+11
* | Fix the RelWithDebInfo buildMarko Mäkelä2020-05-271-1/+1
* | intrusive::list fixesEugene Kosov2020-05-271-23/+78
* | MDEV-22545: my_vsnprintf behaves not as in C standardOleksandr Byelkin2020-05-241-1/+5
* | Amend af784385b4a2b286000fa2c658e34283fe7bba60: Avoid vtable overheadMarko Mäkelä2020-05-151-1/+3
* | span cleanupEugene Kosov2020-05-151-21/+41
* | Fix for using uninitialized memoryMonty2020-05-151-6/+20
* | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-05-021-5/+5
|\ \ | |/
| * Merge branch '5.5' into 10.1Oleksandr Byelkin2020-04-301-5/+5
| |\
| | * BUG#30301356 - SOME EVENTS ARE DELAYED AFTER DROPPING EVENTSergei Golubchik2020-04-301-5/+5
* | | add WITH_DBUG_TRACE CMake variableEugene Kosov2020-04-291-0/+8
* | | MDEV-20685: compile fixes for Solaris/OSX/AIXDaniel Black2020-04-293-7/+10
* | | cleanup THR_KEY_mysysEugene Kosov2020-04-251-1/+2
* | | unoptimized -fsanitize=undefined build on clang requires more stack spaceEugene Kosov2020-03-231-1/+1
* | | st_::span fixesEugene Kosov2020-03-201-0/+141
* | | MDEV-21981 Replace arithmetic + with bitwise OR when possibleMarko Mäkelä2020-03-194-72/+76
* | | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-01-2011-36/+112
|\ \ \ | |/ /
| * | Merge branch 'merge-perfschema-5.6' into 10.1Oleksandr Byelkin2020-01-1911-36/+112
| |\ \
| | * | 5.6.47Oleksandr Byelkin2020-01-1911-36/+112
| | * | 5.6.31Sergei Golubchik2016-06-213-22/+22
* | | | Lets add another intrusive double linked list!Eugene Kosov2020-01-041-0/+188
* | | | CONC-447 ERROR 2026 (HY000): SSL connection error: Certificate signature chec...Vladislav Vaintroub2019-12-081-1/+1