It the code I see that the module attempts to reconnect only on errors CR_SERVER_GONE_ERROR and CR_SERVER_LOST.

It appears that in this case the error code is CR_SSL_CONNECTION_ERROR.

We can add this code to the condition to attempt to re-connect, but I wonder if other codes should be added, the list is at:

If you want to try yourself, see modules/db_mysql/km_dbase.c, line 116.


Reply to this email directly or view it on GitHub.