Bug #183 | Replication of temporary tables not working | ||
---|---|---|---|
Submitted: | 23 Mar 2003 8:36 | Modified: | 3 Apr 2003 1:38 |
Reporter: | Noam Freedman | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S1 (Critical) |
Version: | 4.0.12 | OS: | FreeBSD (FreeBSD 4.5/4.7) |
Assigned to: | Victor Vagin | CPU Architecture: | Any |
[23 Mar 2003 8:36]
Noam Freedman
[1 Apr 2003 5:39]
Victor Vagin
This is the suggested fix: ===== sql/log_event.cc 1.100 vs edited ===== --- 1.100/sql/log_event.cc Tue Mar 25 19:58:37 2003 +++ edited/sql/log_event.cc Wed Mar 26 15:17:48 2003 @@ -1881,7 +1881,7 @@ ex.skip_lines = skip_lines; List<Item> field_list; set_fields(field_list); - thd->slave_proxy_id = thd->thread_id; + thd->slave_proxy_id = thread_id; if (net) { // mysql_load will use thd->net to read the file
[3 Apr 2003 1:38]
Victor Vagin
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