class ActiveRecord::ConnectionAdapters::SchemaCache

def add_all(pool) # :nodoc:

:nodoc:
def add_all(pool) # :nodoc:
  pool.with_connection do
    tables_to_cache(pool).each do |table|
      add(pool, table)
    end
    version(pool)
  end
end