Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | libmariadb: update to 3.1.23 | krant | 2024-02-07 |
| | | | | | | | | - Replace dead source URL - Rebase the patch - Remove superfluous cmake option Signed-off-by: krant <aleksey.vasilenko@gmail.com> | ||
* | libmariadb: Fix async api by linking to libucontext | Volker Christian | 2023-09-23 |
The asynchronous API of libmariadb uses cooperative multi threading by using the system calls * makecontext * swapcontext * getcontext * setcontext of the ucontext.h C-API. Thus additionally link libmariadb to libucontext which is a library providing these system calls on platforms not supporting them out of the box - like musl based platforms. Signed-off-by: Volker Christian <me@vchrist.at> |