Bug #5935 Startup Variables: Enabling 'Ignore tables' adds invalid entry to my.ini
Submitted: 6 Oct 2004 22:13 Modified: 7 Oct 2004 9:33
Reporter: Shuichi Tamagawa Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Administrator Severity:S3 (Non-critical)
Version:1.0.12-GA OS:Windows (Win XP / SP2)
Assigned to: Michael G. Zinner CPU Architecture:Any

[6 Oct 2004 22:13] Shuichi Tamagawa
Description:
If you enable the 'Ignore tables' check box in 'Replication' tab of Startup Variables, Administrator add the following entry to the my.ini file.

#Tells the slave thread to not replicate to the specified table. To specify more than one table to ignore, use the directive multiple times, once for each table. This will work for cross-datbase updates, in contrast to
replicate-ignore-db.
replicate--ignore-table=table name

How to repeat:
Go to Startup Variables -> Replication -> Slave replication objects.
Check 'Ignore tables'.
Click Apply changes.
Open my.ini.

Suggested fix:
replicate-ignore-table=table name

instead of

replicate-ignore-db.
replicate--ignore-table=table name
[7 Oct 2004 0:19] MySQL Verification Team
Verified on 1.0.13.

Thank you for the bug report.
[7 Oct 2004 9:33] Michael G. Zinner
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html