You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by "jk2 (via GitHub)" <gi...@apache.org> on 2023/09/01 17:40:34 UTC

[GitHub] [apr] jk2 commented on pull request #45: MYSQL_OPT_RECONNECT is deprecated in MySQL 8.0.34.

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-unsubscribe@apr.apache.org

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