Skip to content

Commit

Permalink
Merge pull request #219 from Tumblr/Removing_tumblrism
Browse files Browse the repository at this point in the history
Removing tumblrisms
  • Loading branch information
Akshay Suryawanshi authored and GitHub Enterprise committed Feb 2, 2017
2 parents b63c226 + 329216a commit 8b6decc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions plugins/capacity_plan/capacity_plan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,8 @@ def snapshot_autoinc(timestamp)
SELECT *
FROM INFORMATION_SCHEMA.COLUMNS
WHERE TABLE_SCHEMA NOT IN
('mysql', 'information_schema', 'performance_schema') AND
LOCATE('auto_increment', EXTRA) > 0 and
TABLE_SCHEMA = 'tumblr3'
('mysql', 'information_schema', 'performance_schema', 'test') AND
LOCATE('auto_increment', EXTRA) > 0
|
pools_list.each do |p|
slave = p.standby_slaves.first
Expand Down

0 comments on commit 8b6decc

Please sign in to comment.