| Commit message (Expand) | Author | Age | Files | Lines |
* | MDEV-23269 SIGSEGV in ft_boolean_check_syntax_string on setting ft_boolean_sy...bb-10.2-bar-MDEV-23269 | Alexander Barkov | 2021-10-11 | 1 | -1/+2 |
* | Apple Silicon is a 64-bit platform (#1922) | SergMariaDB | 2021-10-11 | 1 | -1/+1 |
* | Fix GCC 11 -Wmaybe-uninitialized for PLUGIN_PERFSCHEMA | Marko Mäkelä | 2021-08-30 | 2 | -6/+6 |
* | MDEV-24393 InnoDB disregards --skip-external-locking | Marko Mäkelä | 2021-07-27 | 1 | -2/+3 |
* | update wsrep service version after 7345d371418 | Sergei Golubchik | 2021-03-08 | 1 | -1/+1 |
* | MDEV-24853: Duplicate key generated during cluster configuration change | Julius Goryavsky | 2021-03-08 | 1 | -3/+0 |
* | MDEV-16341 Wrong length for USER columns in performance_schema tables | Sergei Golubchik | 2021-01-11 | 1 | -1/+1 |
* | document that a fulltext parser plugin can replace mysql_add_word callback | Sergei Golubchik | 2020-12-10 | 1 | -1/+3 |
* | MDEV-22387: Do not violate __attribute__((nonnull)) | Marko Mäkelä | 2020-11-02 | 1 | -2/+5 |
* | MDEV-23867: insert... select crash in compute_window_func | Varun Gupta | 2020-10-23 | 1 | -4/+5 |
* | compilation failure with new C/C | Sergei Golubchik | 2020-10-23 | 1 | -2/+5 |
* | MDEV-23101 : SIGSEGV in lock_rec_unlock() when Galera is enabled | Jan Lindström | 2020-09-10 | 1 | -0/+5 |
* | Merge 10.1 into 10.2 | Marko Mäkelä | 2020-08-20 | 1 | -3/+0 |
|\ |
|
* | | Use DBUG_ASSERT(ptr != NULL) to ease merging to 10.3 | Marko Mäkelä | 2020-08-12 | 1 | -2/+2 |
* | | replace assert() with DBUG_ASSERT() | Eugene Kosov | 2020-08-12 | 1 | -3/+5 |
* | | add debug assertion to ilist | Eugene Kosov | 2020-08-11 | 1 | -3/+4 |
* | | Merge 10.1 into 10.2 | Marko Mäkelä | 2020-07-14 | 1 | -8/+16 |
|\ \
| |/ |
|
| * | MDEV-22173: socket accept - test for failure | Daniel Black | 2020-07-06 | 1 | -8/+16 |
* | | MDEV-20377: Make WITH_MSAN more usable | Marko Mäkelä | 2020-07-01 | 1 | -0/+8 |
* | | fix compilation with VS2019, preview of 16.7 version | Eugene Kosov | 2020-06-05 | 1 | -2/+8 |
* | | MDEV-22721 Remove bloat caused by InnoDB logger class | Marko Mäkelä | 2020-06-04 | 1 | -0/+4 |
* | | fix compilation | Eugene Kosov | 2020-05-27 | 1 | -23/+18 |
* | | Fix the build with GCC 4.1.2 | Marko Mäkelä | 2020-05-27 | 1 | -6/+11 |
* | | Fix the RelWithDebInfo build | Marko Mäkelä | 2020-05-27 | 1 | -1/+1 |
* | | intrusive::list fixes | Eugene Kosov | 2020-05-27 | 1 | -23/+78 |
* | | MDEV-22545: my_vsnprintf behaves not as in C standard | Oleksandr Byelkin | 2020-05-24 | 1 | -1/+5 |
* | | Amend af784385b4a2b286000fa2c658e34283fe7bba60: Avoid vtable overhead | Marko Mäkelä | 2020-05-15 | 1 | -1/+3 |
* | | span cleanup | Eugene Kosov | 2020-05-15 | 1 | -21/+41 |
* | | Fix for using uninitialized memory | Monty | 2020-05-15 | 1 | -6/+20 |
* | | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2020-05-02 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | Merge branch '5.5' into 10.1 | Oleksandr Byelkin | 2020-04-30 | 1 | -5/+5 |
| |\ |
|
| | * | BUG#30301356 - SOME EVENTS ARE DELAYED AFTER DROPPING EVENT | Sergei Golubchik | 2020-04-30 | 1 | -5/+5 |
* | | | add WITH_DBUG_TRACE CMake variable | Eugene Kosov | 2020-04-29 | 1 | -0/+8 |
* | | | MDEV-20685: compile fixes for Solaris/OSX/AIX | Daniel Black | 2020-04-29 | 3 | -7/+10 |
* | | | cleanup THR_KEY_mysys | Eugene Kosov | 2020-04-25 | 1 | -1/+2 |
* | | | unoptimized -fsanitize=undefined build on clang requires more stack space | Eugene Kosov | 2020-03-23 | 1 | -1/+1 |
* | | | st_::span fixes | Eugene Kosov | 2020-03-20 | 1 | -0/+141 |
* | | | MDEV-21981 Replace arithmetic + with bitwise OR when possible | Marko Mäkelä | 2020-03-19 | 4 | -72/+76 |
* | | | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2020-01-20 | 11 | -36/+112 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'merge-perfschema-5.6' into 10.1 | Oleksandr Byelkin | 2020-01-19 | 11 | -36/+112 |
| |\ \ |
|
| | * | | 5.6.47 | Oleksandr Byelkin | 2020-01-19 | 11 | -36/+112 |
| | * | | 5.6.31 | Sergei Golubchik | 2016-06-21 | 3 | -22/+22 |
* | | | | Lets add another intrusive double linked list! | Eugene Kosov | 2020-01-04 | 1 | -0/+188 |
* | | | | CONC-447 ERROR 2026 (HY000): SSL connection error: Certificate signature chec... | Vladislav Vaintroub | 2019-12-08 | 1 | -1/+1 |
* | | | | MDEV-21082: isnan/isinf compilation errors, isfinite warnings on MacOS | Vlad Lesin | 2019-11-19 | 1 | -19/+1 |
* | | | | Merge 10.1 to 10.2 | Marko Mäkelä | 2019-11-06 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 5.5 into 10.1mariadb-10.1.43 | Marko Mäkelä | 2019-11-06 | 1 | -1/+1 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | MDEV-20971 ASAN heap-use-after-free in list_delete / heap_close | Sergei Golubchik | 2019-11-04 | 1 | -1/+1 |
* | | | | MDEV-18562 [ERROR] InnoDB: WSREP: referenced FK check fail: Lock wait index | Jan Lindström | 2019-10-30 | 1 | -2/+2 |
* | | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-08-28 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|