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
If signals are received, we must reacquire the GVL to let
(Ruby-level) signal handlers run. Otherwise, it may be
impossible to effectively cancel/interrupt a slow connection
negotiation.
Fortunately, connecting to MySQL servers is rare and rarely
interrupted (or even interruptible) by signal handlers, so
maybe nobody noticed this bug.
0 commit comments