Bug #16361 manual misdesctipion about --binlog-ignore-db
Submitted: 11 Jan 2006 6:37 Modified: 12 Jan 2006 21:52
Reporter: Yoshiaki Tajika (Basic Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version: OS:
Assigned to: CPU Architecture:Any

[11 Jan 2006 6:37] Yoshiaki Tajika
Description:
There is a manual misdesctipion about --binlog-ignore-db.

How to repeat:
>5.11.3. The Binary Log
(snip)
>An example of what does not work as you might expect: 
>If the server is started with binlog-do-db=sales, 
>and you do USE prices; UPDATE sales.january SET amount=amount+1000;, 
>this statement does not get written into the binary log. 

That's true.

>An example of what does not work as you might expect: 
>If the server is started with binlog-ignore-db=sales, 
>and you do USE prices; UPDATE sales.january SET amount=amount+1000;, 
>this statement is not written into the binary log. 

Not true.

Suggested fix:
If the server is started with binlog-ignore-db=sales, 
and you do USE prices; UPDATE sales.january SET amount=amount+1000;, 
this statement "IS WRITTEN" into the binary log.
[11 Jan 2006 6:40] Yoshiaki Tajika
I'm sorry. I wanted to write "manual misdescription ...".
It's my misdescription  :-)
Please correct it to an appropriate words, please.
Thanks in advance.
[11 Jan 2006 7:22] Valeriy Kravchuk
Thank you for a bug report. This page, http://dev.mysql.com/doc/refman/5.0/en/binary-log.html, should be corrected as you pointed out.
[12 Jan 2006 21:52] Mike Hillyer
Fixed wording, thank you for your bug report.