Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '10.3' into 10.4 | Sergei Golubchik | 2021-12-07 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2021-12-06 | 1 | -1/+1 |
| |\ | |||||
| | * | MDEV-27088: lf unit tests - cycles insufficient | Martin Beck | 2021-11-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Per bug report, cycles was woefully insufficient to detect any implementation error. | ||||
* | | | MDEV-23766: Re-add Json_writer unit test. | Sergei Petrunia | 2021-11-09 | 2 | -2/+4 |
| | | | |||||
* | | | improve build, allow sql library to be built in parallel with builtins | Vladislav Vaintroub | 2021-11-09 | 2 | -3/+31 |
| | | | |||||
* | | | Revert "improve build, allow sql library to be built in parallel with builtins" | Sergei Krivonos | 2021-11-09 | 2 | -31/+3 |
| | | | | | | | | | | | | This reverts commit 1a3570dec35733e725cc6000a06ec666facf4235. | ||||
* | | | MDEV-23766: buildfix: postpone new unittest until its dependency resolution | Sergei Krivonos | 2021-11-09 | 1 | -4/+0 |
| | | | |||||
* | | | MDEV-23766: fix by my_json_writer test | Sergei Krivonos | 2021-11-09 | 1 | -2/+2 |
| | | | |||||
* | | | MDEV-23766: Make Json_writer assert when one tries to author invalid JSON | Sergei Petrunia | 2021-11-09 | 2 | -0/+135 |
| | | | | | | | | | | | | - Add unit test. | ||||
* | | | improve build, allow sql library to be built in parallel with builtins | Vladislav Vaintroub | 2021-11-09 | 2 | -3/+31 |
| | | | |||||
* | | | Merge branch 'bb-10.3-release' into bb-10.4-release | Sergei Golubchik | 2021-02-12 | 1 | -0/+2 |
|\ \ \ | |/ / | | | | | | | | | | Note, the fix for "MDEV-23328 Server hang due to Galera lock conflict resolution" was null-merged. 10.4 version of the fix is coming up separately | ||||
| * | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2021-02-01 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | MDEV-24131: unittest stacktrace-t fails to compile (OpenBSD) | Mingli Yu | 2021-01-28 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was because OpenBSD (and others) can be missing HAVE_BACKTRACE / HAVE_BACKTRACE_FD which is the condition for my_safe_print_str to be defined. Fixes: /prj/tmp/work/cortexa57-poky-linux-musl/mariadb/10.5.8-r0/recipe-sysroot-native/usr/bin/aarch64-poky-linux-musl/../../libexec/aarch64-poky-linux-musl/gcc/aarch64-poky-linux-musl/10.2.0/ld.bfd: /usr/src/debug/mariadb/10.5.8-r0/mariadb-10.5.8/unittest/mysys/stacktrace-t.c:36: undefined reference to `my_safe_print_str' Signed-off-by: Mingli Yu <mingli.yu@windriver.com> | ||||
* | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2020-11-14 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2020-11-14 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix to make it compiling on new ubuntu. | Oleksandr Byelkin | 2020-11-14 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-08-20 | 2 | -1/+68 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-08-20 | 2 | -1/+68 |
| |\ \ | | |/ | |||||
| | * | Merge 10.1 into 10.2 | Marko Mäkelä | 2020-08-20 | 2 | -1/+68 |
| | |\ | |||||
| | | * | MDEV-23491: __bss_start breaks compilation of various platforms | Oleksandr Byelkin | 2020-08-18 | 2 | -1/+68 |
| | | | | | | | | | | | | | | | | Remove __bss_start & Co, because systen call "write" check buffer address and return EFAULT if it is wrong. | ||||
* | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-07-02 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-07-02 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 10.1 into 10.2bb-10.2-merge | Marko Mäkelä | 2020-07-01 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | mtr: use env for perl | Daniel Black | 2020-06-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On FreeBSD, perl isn't in /usr/bin, its in /usr/local/bin or elsewhere in the path. Like storage/{maria/unittest/,}ma_test_* , we use /usr/bin/env to find perl and run it. | ||||
* | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-05-26 | 1 | -9/+21 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-05-25 | 1 | -9/+21 |
| |\ \ \ | | |/ / | |||||
| | * | | MDEV-22545: my_vsnprintf behaves not as in C standard | Oleksandr Byelkin | 2020-05-24 | 1 | -9/+21 |
| | | | | | | | | | | | | | | | | Added parameter %T for string which should be visibly truncated. | ||||
* | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-05-05 | 2 | -1/+140 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2020-05-04 | 2 | -1/+140 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2020-05-02 | 2 | -1/+140 |
| | |\ \ | | | |/ | |||||
| | | * | Merge branch '5.5' into 10.1 | Oleksandr Byelkin | 2020-04-30 | 2 | -1/+140 |
| | | |\ | |||||
| | | | * | BUG#30301356 - SOME EVENTS ARE DELAYED AFTER DROPPING EVENT | Sergei Golubchik | 2020-04-30 | 2 | -1/+139 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | queues.c cleanup and refactoring. Restore old version of _downhead() (from before cd483c55209) that works well in an average case. Use it for queue_fix(). Move existing specialized version of _downhead() to queue_replace() where it'll be handling the case it was specifically optimized for (moving the element to the end of the queue). And correct it to fix the heap not only down, but also up (this fixes BUG#30301356). Add unit tests. Collateral cosmetic fixes. | ||||
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-04-16 | 1 | -11/+27 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | In main.index_merge_myisam we remove the test that was added in commit a2d24def8cc42d27c72d833abfb39ef24a2b96ba because it duplicates the test case that was added in commit 5af12e463549e4bbc2ce6ab720d78937d5e5db4e. | ||||
| * | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-04-15 | 1 | -11/+27 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | MDEV-20604: Duplicate key value is silently truncated to 64 characters in ↵ | Oleksandr Byelkin | 2020-04-01 | 1 | -11/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | print_keydup_error Added indication of truncated string for "s" and "M" formats | ||||
* | | | | | Shrink my_atomic.h and my_cpu.h scope | Sergey Vojtovich | 2020-04-15 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Cleanup my_atomic.h includes | Sergey Vojtovich | 2020-03-21 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | my_atomic.h is included indirectly anyways. | ||||
* | | | | | Fixed compiler warnings from gcc 7.4.1 | Monty | 2020-01-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | - Fixed possible error in rocksdb/rdb_datadic.cc | ||||
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-08-14 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.2 to 10.3 | Marko Mäkelä | 2019-08-13 | 1 | -2/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Fixed some errors & warnings found by clang | Monty | 2019-08-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - pcretest.c could use macro with side effect - maria_chk could access freed memory - Initialized some variables that could be accessed uninitalized - Fixed compiler warning in my_atomic-t.c | ||||
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-06-12 | 2 | -3/+3 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-06-11 | 2 | -3/+3 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Only link mysys_ssl when required. | Vladislav Vaintroub | 2019-06-03 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Do not use TARGET_LINK_LIBRARIES(mysys mysys_ssl), this means that mysys_ssl is linked to practically everything. | ||||
* | | | | | MDEV-18531 : Use WolfSSL instead of YaSSL as "bundled" SSL/encryption library | Vladislav Vaintroub | 2019-05-22 | 2 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add new submodule for WolfSSL - Build and use wolfssl and wolfcrypt instead of yassl/taocrypt - Use HAVE_WOLFSSL instead of HAVE_YASSL - Increase MY_AES_CTX_SIZE, to avoid compile time asserts in my_crypt.cc (sizeof(EVP_CIPHER_CTX) is larger on WolfSSL) | ||||
* | | | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2019-05-19 | 33 | -33/+33 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-05-14 | 33 | -33/+33 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-05-13 | 33 | -33/+33 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch '5.5' into 10.1 | Vicențiu Ciorbaru | 2019-05-11 | 31 | -31/+31 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Update FSF Address | Vicențiu Ciorbaru | 2019-05-11 | 29 | -29/+29 |
| | | | | | | | | | | | | | | | | | | | | * Update wrong zip-code |