class ActiveRecord::ConnectionAdapters::Transaction

def incomplete!

def incomplete!
  @instrumenter.finish(:incomplete) if materialized?
end