class ActiveRecord::ConnectionAdapters::Transaction

def materialize!

def materialize!
  @materialized = true
  @instrumenter.start
end