Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Polling updater for the gizzard nameserver
Browse files Browse the repository at this point in the history
  • Loading branch information
John Corwin committed Jan 13, 2012
1 parent dd75e32 commit eeb9733
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -343,7 +343,7 @@ class SqlShardManagerSource(queryEvaluator: QueryEvaluator) extends ShardManager
_forwardingUpdatedSeq = 0L
}

List("shards", "shard_children", "forwardings", "update_counters", "hosts, version").foreach { table =>
List("shards", "shard_children", "forwardings", "update_counters", "hosts").foreach { table =>
queryEvaluator.select("DESCRIBE " + table) { row => }
}
} catch {
Expand Down

0 comments on commit eeb9733

Please sign in to comment.