hugowan / maatkit

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

mk-audit false-positive duplicate system variables #115

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
mk-audit reports:

   PROBLEMS ______________________________________________________________
    Duplicate system variables in config file:
    VARIABLE
    replicate_wild_ignore_table

As per the docs
(http://dev.mysql.com/doc/refman/5.0/en/replication-options.html), multiple
declarations are the correct usage for multiple tables.

Original issue reported on code.google.com by ryan.a.l...@gmail.com on 28 Oct 2008 at 6:35

GoogleCodeExporter commented 9 years ago
Ryan, Know off the top of your head other sys vars which permit multiple 
declarations?

Original comment by dan...@percona.com on 12 Nov 2008 at 3:46

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
Working on this...

Original comment by dan...@percona.com on 5 Jan 2009 at 7:34

GoogleCodeExporter commented 9 years ago
Summary was "mk-audit duplicate system variable non-issue"

Original comment by dan...@percona.com on 5 Jan 2009 at 7:59

GoogleCodeExporter commented 9 years ago
According to
http://dev.mysql.com/doc/refman/5.0/en/replication-options-slave.html
these vars can be given multiple times:
   replicate-wild-do-table
   replicate-wild-ignore-table
   replicate-rewrite-db
   replicate-ignore-table
   replicate-ignore-db
   replicate-do-table
   replicate-do-db

Original comment by dan...@percona.com on 5 Jan 2009 at 8:06

GoogleCodeExporter commented 9 years ago
Fixed in r2773.

Original comment by dan...@percona.com on 5 Jan 2009 at 8:20