Skip to content

Commit

Permalink
removing tumblrisms
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay Suryawanshi committed Feb 2, 2017
1 parent b63c226 commit 329216a
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 329216a

Please sign in to comment.