Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into sets_and_enums
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Osheroff committed Mar 1, 2015
2 parents a750168 + 8f347ab commit 2976c3f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/com/zendesk/maxwell/MaxwellParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ public MaxwellParser(Schema currentSchema) throws Exception {

this.replicator = new OpenReplicator();

this.replicator.setHost("127.0.0.1");
this.replicator.setUser("maxwell");
this.replicator.setPassword("maxwell");
this.replicator.setBinlogEventListener(this.binlogEventListener);
}

Expand Down

0 comments on commit 2976c3f

Please sign in to comment.