Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 10.3 into 10.4 | Marko Mäkelä | 2022-03-29 | 1 | -3/+6 |
|\ | |||||
| * | MDEV-28178 Windows : sporadic ER_ERROR_ON_RENAME .. (errno: 13 "Permission de... | Vladislav Vaintroub | 2022-03-28 | 1 | -3/+6 |
| * | Merge branch 10.2 into 10.3 | Julius Goryavsky | 2021-12-23 | 1 | -2/+24 |
| |\ | |||||
| | * | MDEV-23175: my_timer_milliseconds clock_gettime for multiple platfomrsbb-10.2-MDEV-23175-backport | Daniel Black | 2021-12-22 | 1 | -2/+24 |
* | | | MDEV-23175: my_timer_milliseconds clock_gettime for multiple platfomrsbb-10.4-MDEV-23175-backport | Daniel Black | 2021-12-22 | 1 | -2/+24 |
* | | | Merge branch '10.3' into 10.4 | Sergei Golubchik | 2021-12-07 | 2 | -5/+9 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2021-12-06 | 2 | -5/+9 |
| |\ \ | | |/ | |||||
| | * | MDEV-27088: Server crash on ARM (WMM architecture) due to missing barriers in... | Martin Beck | 2021-11-30 | 2 | -5/+9 |
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-10-28 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-10-28 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Safemalloc typo fix found by clang. | Oleksandr Byelkin | 2021-10-26 | 1 | -2/+2 |
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-10-21 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Link with libatomic to enable C11 atomics support | Vicențiu Ciorbaru | 2021-10-19 | 1 | -0/+4 |
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-10-13 | 1 | -0/+7 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-10-13 | 1 | -0/+7 |
| |\ \ | | |/ | |||||
| | * | Xcode compatibility update | Sergei Krivonos | 2021-10-12 | 1 | -0/+7 |
* | | | Merge branch '10.3' into 10.4 | Vladislav Vaintroub | 2021-09-24 | 2 | -1/+117 |
|\ \ \ | |/ / | |||||
| * | | MDEV-11499 mysqltest, Windows : improve diagnostics if server fails to shutdown | Vladislav Vaintroub | 2021-09-24 | 2 | -2/+117 |
* | | | MDEV-26601: mysys - O_TMPFILE ^ O_CREAT | Daniel Black | 2021-09-14 | 1 | -1/+1 |
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-08-31 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-08-31 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Fix GCC 11 -Wmaybe-uninitialized for PLUGIN_PERFSCHEMA | Marko Mäkelä | 2021-08-30 | 1 | -3/+3 |
* | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2021-07-31 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-07-27 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | fix clang build: check alignment the other way | Eugene Kosov | 2021-07-26 | 1 | -1/+1 |
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-06-21 | 1 | -2/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-06-21 | 1 | -2/+1 |
| |\ \ | | |/ | |||||
| | * | fix clang build | Eugene Kosov | 2021-06-15 | 1 | -2/+1 |
* | | | Merge branch bb-10.3-release into bb-10.4-release | Nikita Malyavin | 2021-05-05 | 1 | -6/+27 |
|\ \ \ | |/ / | |||||
| * | | Merge branch bb-10.2-release into bb-10.3-release | Nikita Malyavin | 2021-05-04 | 1 | -6/+27 |
| |\ \ | | |/ | |||||
| | * | MDEV-25584 Implement posix semantics file deletion for Windows 10 | Vladislav Vaintroub | 2021-05-03 | 1 | -6/+27 |
* | | | MDEV-22227 Assertion `state_ == s_exec' failed in wsrep::client_state::start_...bb-10.4-MDEV-22227 | mkaruza | 2021-04-28 | 1 | -127/+0 |
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-04-21 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-04-21 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | MDEV-15064: IO_CACHE mysys read_pos, not libmaria rc_posbb-10.2-danielblack-MDEV-15064-IO_CACHE-read_pos | Rainer Orth | 2021-04-17 | 1 | -1/+1 |
* | | | Fix all warnings given by UBSAN | Monty | 2021-04-20 | 1 | -3/+3 |
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-03-20 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-03-19 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | myseek: AIX has no "tell"bb-10.2-danielblack-aix-notell | Daniel Black | 2021-03-19 | 1 | -1/+1 |
* | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-03-05 | 1 | -21/+34 |
|\ \ \ | |/ / | |||||
| * | | MENT-1098 Crash during update on 10.4.17 after upgrade from 10.4.10 | Monty | 2021-02-25 | 1 | -21/+34 |
* | | | Merge branch '10.3' into 10.4 | Daniel Black | 2021-02-25 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | mysys: lf_hash - fix l_search size_t keylen | Daniel Black | 2021-02-25 | 1 | -1/+1 |
* | | | Merge branch '10.3' into 10.4 | Daniel Black | 2021-02-25 | 1 | -15/+15 |
|\ \ \ | |/ / | |||||
| * | | Merge remote-tracking branch 'origin/10.2' into 10.3 | Daniel Black | 2021-02-25 | 1 | -15/+15 |
| |\ \ | | |/ | |||||
| | * | MDEV-23510: arm64 lf_hash alignment of pointers | Daniel Black | 2021-02-25 | 1 | -14/+14 |
* | | | Merge branch '10.3' into 10.4bb-10.4-MDEV-23468 | Oleksandr Byelkin | 2020-12-25 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2020-12-23 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | MDEV-21646: postfix - my_addr_resolve: static Dl_info info | Daniel Black | 2020-12-15 | 1 | -1/+1 |
* | | | MDEV-23846: O_TMPFILE error in mysqlbinlog stream output breaks restore | Sujatha | 2020-11-23 | 1 | -0/+2 |