hugowan / maatkit

Automatically exported from code.google.com/p/maatkit
0 stars 0 forks source link

mk-slave-restart --error-numbers option is broken #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If this is a problem report, what steps will reproduce the problem?
mk-slave-restart --monitor --stop --sentinel /tmp/mk-slave-restartup
--error-numbers=1205,1317 --quiet

What is the expected output? What do you see instead?
Value "1205,1317" invalid for option error-numbers (number expected)

What information do you get from mk-<toolname>--version?
mk-slave-restart  Ver 1.0.9 Distrib 2442 Changeset 2311

What is your MySQL, Perl, DBI, and DBD::mysql version?
MySQL 5.0.51b, Perl 5.8.8

What is your operating system/distribution?
Ubuntu Linux 8.04 LTS amd64

Original issue reported on code.google.com by evilfurr...@gmail.com on 29 Oct 2008 at 4:32

GoogleCodeExporter commented 9 years ago
The problem is this:

=item --error-numbers

short form: -e; type: int

It should be a hash (not a Hash).

Original comment by baron.schwartz on 23 Nov 2008 at 11:56

GoogleCodeExporter commented 9 years ago
Target these for release end of January 2009.

Original comment by baron.schwartz on 4 Jan 2009 at 5:04

GoogleCodeExporter commented 9 years ago
I'm working on this.

Original comment by dan...@percona.com on 8 Jan 2009 at 10:48

GoogleCodeExporter commented 9 years ago
Thank you for this bug report. This is fixed as of r2790.

Original comment by dan...@percona.com on 8 Jan 2009 at 11:09

GoogleCodeExporter commented 9 years ago
Make that r2791. There's a typo in r2790.

Original comment by dan...@percona.com on 8 Jan 2009 at 11:12