Changes as requested by daniel in merge feedback:

- change to get_slave_lag
- if then else
- chop comments 80 char wide
This commit is contained in:
Kenny Gryp
2014-04-23 13:24:11 +02:00
parent 4ecae6b50f
commit ef313207dc
6 changed files with 50 additions and 46 deletions

View File

@@ -26,9 +26,9 @@ sub after_replicate_check {
print "PLUGIN after_replicate_check\n";
}
sub override_slavelag_check {
sub get_slave_lag {
my ($self, %args) = @_;
print "PLUGIN override_slavelag_check\n";
print "PLUGIN get_slave_lag\n";
return sub { return 0; };
}