Skip to content

SociHelper: retry with the freshly reconnected session when a retryable SQL error occures

Before this commit, the failing session was reconnected but another one was picked from the pool to do the second try. Then, if new session was dead too, the second try was failing whereas it would have succeeded with first session.

Merge request reports