pali
pali
See also https://dev.mysql.com/doc/c-api/5.7/en/c-api-threaded-clients.html > To use mysql_use_result(), you must ensure that no other thread uses the same connection until the result set is closed. However, it really is best for...
> I was planning to open a pull request with my fixes after CI testing patch is merged. Sorry that it took longer time, but now both AppVeyor CI (Windows)...
Hi @ppisar, is this problem also in DBD::MariaDB?
Hello! I'm not sure how it is with DBD::mysql, but there were lot of security issues regarding TLS connections and certificate verification, which I was fixing in the past in...
Look at security note in documentation for that mariadb_ssl_optional option. If you are ok with security issues, you could try to use it. But I do not know if DBD::mysql...
Well, if it does not help, nor is not what you want, then I'm afraid that there is no option for your usecase. Anyway, disabling verification of TLS server certificate...
Well, fell free to start implementing this option. As I have not seen any other requests like this, I do not think that other people are also looking for it....
Hello, just to note that `DBI:MariaDB` driver has fixed this problem and works fine with MariaDB 10.3.
@hashbangperl if there is still segfault with DBD::MariaDB please report it to our project https://github.com/gooddata/DBD-MariaDB/issues and we look at it... but it is strange as I was testing specially this...
This problem should be already fixed in DBD::MariaDB: https://github.com/gooddata/DBD-MariaDB/commit/4c452379caa16359b5b94943892b5d658c0a13f9 https://github.com/gooddata/DBD-MariaDB/blob/a83dc2919c32f3648ef9d51033bd8b056b41a5ef/dbdimp.c#L1979-L1997 https://github.com/gooddata/DBD-MariaDB/blob/master/dbdimp.h#L301-L304 Note that check for fabric via LIBMYSQL_VERSION_ID is valid as fabric support is only in connector/c which set that...