Statements with timestamp should not be prepared even if prepared_statements is enabled in mysql2 adapter · Issue #43005 · rails/rails
When prepared_statements is enabled in mysql2 adapter, all the statements will be prepared even if the statement is not suitable for being prepared. For example, the following code will create thre...