You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Standard_MySQL_Thread::process_all_sessions_connections_handler(), in case of failure in sess->handler() the session is removed with unregister_session_connection_handler() , but a new session is never created.
Verify side effects.