| Bug #31167 | Introduction of @@hostname breaks replication in a ring | ||
|---|---|---|---|
| Submitted: | 24 Sep 2007 10:07 | Modified: | 25 Oct 2007 3:25 |
| Reporter: | Kristian Koehntopp | ||
| Status: | Closed | ||
| Category: | Server | Severity: | S3 (Non-critical) |
| Version: | 5.0.38 | OS: | Any |
| Assigned to: | Magnus Blaudd | Target Version: | |
[24 Sep 2007 10:07]
Kristian Koehntopp
[26 Sep 2007 17:04]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/34560 ChangeSet@1.2523, 2007-09-26 17:04:41+02:00, msvensson@pilot.(none) +1 -0 Bug#31167 Introduction of @@hostname breaks replication in a ring - Use a local uservariable to avoid @@hostname in binlog
[18 Oct 2007 23:34]
Bugs System
Pushed into 5.1.23-beta
[18 Oct 2007 23:36]
Bugs System
Pushed into 5.0.52
[25 Oct 2007 3:24]
Paul DuBois
Noted in 5.0.52, 5.1.23 changelogs. Use of the @@hostname system variable in inserts in mysql_system_tables_data.sql did not replicate. The workaround is to select its value into a user variable (which does replicate) and insert that.
