### Description
partition is now a reserved word in MariaDB 10.
the column name is correctly quoted with native libmysqlclient/libmariadb so
works
the column name is not quoted with unixodbc+(libmyodbc8|libmaodbc) and so fails
### Troubleshooting
try unquoted insert
-- fails unixodbc+libmaodbc
Technically can be solved using unixodbc quote_char param ; but we could
consider renaming partition
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3742#issuecomment-1923711734
You are receiving this because you are subscribed to this thread.
M
I added `ca_path=/etc/ssl/certs`, in addition to `ca_list=` to both
client/server stanzas—and cannot reproduce. I am using vanilla
```
||/ Name Version Architecture Description
+++----=
ii ca-cer
Thanks @miconda - closing now as not a bug.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3742#issuecomment-1923930827
You are receiving this because you are subscribed to this thread.
Message ID: ___
Closed #3742 as completed.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3742#event-11684649381
You are receiving this because you are subscribed to this thread.
Message ID: ___
Kamailio (SER) - Devel
Leaving a reference to an unrelated issue that has the same error message but
with a totally different platfom and triggering mechanism.
https://github.com/openssl/openssl/issues/18113
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3737#issue
Closed #3737 as completed.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3737#event-11685544998
You are receiving this because you are subscribed to this thread.
Message ID: ___
Kamailio (SER) - Devel
Thank you for your comments — I will proceed with these commits as they are
necessary for client TLS (any module using libssl3) coexistence, i.e., even if
not using kamailio as TLS server, the various client modules can contaminate
the main thread-local state.
The commits are non-intrusive — t
Closed #3740.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3740#event-11693780710
You are receiving this because you are subscribed to this thread.
Message ID: ___
Kamailio (SER) - Development Mailing
@linuxmaniac - I have included the Xenial fix from master here. Thanks!
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/commit/9a87d12d6e9e68cd8c0ff7ac5755e899cf81b703#commitcomment-138246585
You are receiving this because you are subscribed to this thr
@miconda @linuxmaniac - compilation fixes and handling of older
versions(libmariadb-dev) squash-included here. Thank you.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/commit/ede2af94386b99a87311351fcbdd15280dc11034#commitcomment-138246612
You are rec
Closed #3738 as completed.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3738#event-11695213493
You are receiving this because you are subscribed to this thread.
Message ID: ___
Kamailio (SER) - Devel
1. 5.7 cannot use external packaging due to shm 16-byte requirement
1. For 5.8 - recommend packaging v5.6.6-stable with the name "wolfssl42" to
match debian
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3713#issuecomment-1925714037
You are rec
Closed #3713 as completed.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3713#event-11696876331
You are receiving this because you are subscribed to this thread.
Message ID: ___
Kamailio (SER) - Devel
Pre-Submission Checklist
- [X] Commit message has the format required by CONTRIBUTING guide
- [X] Commits are split per component (core, individual modules, libs, utils,
...)
- [X] Each component has a single commit (if not, squash them into one commit)
- [X] No commits to README files for mo
> no idea what this is? Henning
This is related to your comment on the 5,7 stable branch: this PR restricts
thread wrapping to process_no=0, i.e., from workers POV - no change in
behaviour so the same as 5.7.4, 5.7.3 ...
For process_no=0 it will run libssl calls in a thread to prevent thread l