Bug #77635 "RBL, RBR, and temporary tables" section mistakenly references IF NOT EXISTS
Submitted: 7 Jul 2015 2:14 Modified: 11 Aug 2015 15:51
Reporter: David Bennett Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S5 (Performance)
Version:5.5+ OS:Any
Assigned to: Jon Stephens CPU Architecture:Any
Tags: MySQL documentation RBR DROP TEMPORARY TABLE IF EXISTS

[7 Jul 2015 2:14] David Bennett
Description:
On the page:  https://dev.mysql.com/doc/refman/5.5/en/replication-rbr-usage.html

In the section: RBL, RBR, and temporary tables

At the end of the paragraph:

"... the statement is harmless, and does not cause an error even if the table does not exist, due to the presence of the IF NOT EXISTS option. "

Should read:

"...  the statement is harmless, and does not cause an error even if the table does not exist, due to the presence of the IF EXISTS option. "

How to repeat:
Read the page

Suggested fix:
Remove the NOT
[7 Jul 2015 4:19] MySQL Verification Team
Hello David,

Thank you for the bug report.

Thanks,
Umesh
[11 Aug 2015 13:27] Jon Stephens
Assigning this one to myself.
[11 Aug 2015 15:51] Jon Stephens
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly.