summaryrefslogtreecommitdiff
path: root/sql/mysqlbinlog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/mysqlbinlog.cc')
-rw-r--r--sql/mysqlbinlog.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/mysqlbinlog.cc b/sql/mysqlbinlog.cc
index 0fe9ab21987..087d1029afb 100644
--- a/sql/mysqlbinlog.cc
+++ b/sql/mysqlbinlog.cc
@@ -388,7 +388,9 @@ int main(int argc, char** argv)
if(use_remote)
{
+#ifndef __WIN__
init_thr_alarm(10); // need to do this manually
+#endif
mysql = safe_connect();
}