class ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter::StatementPool

:nodoc:

def dealloc(stmt)

def dealloc(stmt)
  stmt.close
end