summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSinisa@sinisa.nasamreza.org <>2002-07-16 22:07:12 +0300
committerSinisa@sinisa.nasamreza.org <>2002-07-16 22:07:12 +0300
commit8f7c6fcca494d330a4d4813638386e1fdc789e8d (patch)
tree306f7bb11b42bf1a8a47638de71d860b9ee75dc6
parentc57d66c58738e29ff35da126ffd4ae8a1553cf17 (diff)
downloadmariadb-git-8f7c6fcca494d330a4d4813638386e1fdc789e8d.tar.gz
making necessary changes after Sasha's correct remarks
-rw-r--r--sql/slave.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/slave.cc b/sql/slave.cc
index c3365952d5f..f886473d779 100644
--- a/sql/slave.cc
+++ b/sql/slave.cc
@@ -1297,7 +1297,7 @@ pthread_handler_decl(handle_slave,arg __attribute__((unused)))
goto err;
}
- mysql->net = thd->net;
+ mysql->net.timeout=slave_net_timeout;
thd->proc_info = "connecting to master";
#ifndef DBUG_OFF
sql_print_error("Slave thread initialized");