Closed abraham closed 1 year ago
This might actually be better solved in Rails. build_explain_clause
should have been implemented on abstract_mysql_adapter, not mysql_adapter
This adapter was merged into Rails, so that's now certainly the correctly place to address this.
This might actually be better solved in Rails.
build_explain_clause
should have been implemented on abstract_mysql_adapter, not mysql_adapter
I believe this PR does just that: https://github.com/rails/rails/pull/48112
Ref https://github.com/rails/rails/pull/47043