From 67c34a2c3c055d69983fa95b4c58326b0a776c09 Mon Sep 17 00:00:00 2001 From: "aelkin/elkin@dsl-hkibras1-ff5dc300-70.dhcp.inet.fi" <> Date: Wed, 30 May 2007 14:29:34 +0300 Subject: [PATCH] bug#17654 --read-from-remote-server causes core fixing FD event issue that showed up on pb. --- client/mysqlbinlog.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc index d2357aa10ec..179d0e9fd9e 100644 --- a/client/mysqlbinlog.cc +++ b/client/mysqlbinlog.cc @@ -635,6 +635,7 @@ Create_file event for file_id: %u\n",exv->file_id); print_event_info->common_header_len= glob_description_event->common_header_len; ev->print(result_file, print_event_info); + ev->temp_buf= 0; // as the event ref is zeroed /* We don't want this event to be deleted now, so let's hide it (I (Guilhem) should later see if this triggers a non-serious Valgrind