jk2 commented on PR #45:
URL: https://github.com/apache/apr/pull/45#issuecomment-1703108180

   Reconnect is MySQL specific option not affecting functionality of any other 
code in APR whether enabled or disabled. Apache dbd and authn_dbd modules that 
use APR correctly identified lost connection with this patch and showed/logged 
error. The connection was restored on next request when MySQL was available 
again.
   
   As other database drivers in APR (e.g. oracle/postgresql) do not support 
reconnect, there should not be programs using APR relying on option available 
only on one database driver.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@apr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to