We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 700daae + b94fece commit 920a7e6Copy full SHA for 920a7e6
activerecord/test/support/connection.rb
@@ -20,7 +20,7 @@ def self.test_configuration_hashes
20
21
def self.connect
22
ActiveRecord.async_query_executor = :global_thread_pool
23
- puts "Using #{connection_name}"
+ puts "Using #{connection_name}#{ " with prepared statements" if ENV["MYSQL_PREPARED_STATEMENTS"]}"
24
25
if ENV["BUILDKITE"]
26
ActiveRecord::Base.logger = nil
0 commit comments