summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2000-09-12 17:47:17 -0600
committersasha@mysql.sashanet.com <>2000-09-12 17:47:17 -0600
commit3264b2cf3eeed0296516824e43da5b062703ca6a (patch)
treebd5cd721911a5b05c251b5c41b520ed8cdf6ff82 /sql
parentd59737e3de5004c85d9a758956450dded6644126 (diff)
parent71054deeec9ac989db0424cc24fb8ebea3f252a7 (diff)
downloadmariadb-git-3264b2cf3eeed0296516824e43da5b062703ca6a.tar.gz
Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
Diffstat (limited to 'sql')
-rw-r--r--sql/slave.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/slave.cc b/sql/slave.cc
index 79678b34b1a..b1eb5dea021 100644
--- a/sql/slave.cc
+++ b/sql/slave.cc
@@ -812,6 +812,7 @@ pthread_handler_decl(handle_slave,arg __attribute__((unused)))
my_thread_init(); // needs to be up here, otherwise we get a coredump
// trying to use DBUG_ stuff
thd = new THD; // note that contructor of THD uses DBUG_ !
+ thd->set_time();
DBUG_ENTER("handle_slave");
pthread_detach_this_thread();