Improve AR connection fork safety by matthewd · Pull Request #31173 · rails/rails
Use whatever adapter-provided means we have available to ensure forked children don't send quit/shutdown/goodbye messages to the server on connections that belonged to their parent. mysql2 pro...