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
Conistently release the autoloading interlock from all adapters
Fix: rails#53871
In `007e50d8e5a900547471b6c4ec79d9d217682c5d` all adapters started
wrapping DB calls with the interlock release.
However in rails#44576, this was removed
from all adapters but Mysql2.
This commit restore the proper release on all adapters.
0 commit comments