| Bug #186 | If a connection has temporary tables and does RESET MASTER, this breaks replic. | ||
|---|---|---|---|
| Submitted: | 24 Mar 2003 5:54 | Modified: | 25 Mar 2003 8:09 |
| Reporter: | Guilhem Bichot | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
| Version: | 4.0 | OS: | Any (all) |
| Assigned to: | Guilhem Bichot | CPU Architecture: | Any |
[24 Mar 2003 5:54]
Guilhem Bichot
[25 Mar 2003 2:35]
Michael Widenius
Better bug fix: In a slave, ignore all errors from 'DROP TEMPORARY TABLE'
[25 Mar 2003 8:09]
Guilhem Bichot
Thank you for your bug report. This issue has been fixed in the latest
development tree for that product. You can find more information about
accessing our development trees at
http://www.mysql.com/doc/en/Installing_source_tree.html
Fix per Monty's recommendation :
in a slave thread, silently add IF EXISTS to
DROP TEMPORARY TABLE before executing it. Changeset 1.1422.
