Skip to content

Commit 035485e

Browse files
committed
Remove duplicate call to verify! in Mysql2Adapter
1 parent eb06dce commit 035485e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

activerecord/lib/active_record/connection_adapters/mysql2/database_statements.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ def perform_query(raw_connection, sql, binds, type_casted_binds, prepare:, notif
8989
raise
9090
end
9191

92-
verified!
93-
9492
result
9593
end
9694

0 commit comments

Comments
 (0)