Francisco Miguel Biete Banon

Results 36 comments of Francisco Miguel Biete Banon

ldap_r is the thread-safe version of the library. Both of them declare the same symbols, so you only need to link against one. IMO linking against ldap_r only would be...

I don't see any problem caused by this code, the failed builds look like they are failing by non-related issues in the pipeline

Hi George, Fair point. I have added a dynamic plugin variable called _audit_log_timestamps_ with valid values of UTC, SYSTEM and default value of UTC. I have added a basic mtr...

ok, first commit with clang-format file, second commit with functional changes.

Hi @georgelorchpercona , we don't need usec, it's just a nice thing to have. They got introduced because I was using MySQL default makedate functions... If Oracle MySQL Enterprise audit...

+1 Overriding the bind events was the perfect solution for me.

This would also solve: PT-1628

I modified the get method of carddav_backend and now it's working. It downloads all the contacts from the collection. carddav_backend.php ``` php 212c212,214 < $response = $this->query($this->url, 'PROPFIND'); --- >...

Yes, the 3 lines with ">" replace the line with "

Maybe it would be better to add "Depth: infinity" since it's the default value: A client may submit a Depth header with a value of "0", "1", or "infinity" with...