Below is the list of changes that have just been committed into a local
5.0 repository of stewart. When stewart does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2008-03-11 17:10:59+11:00, stewart@stripped +1 -0
[PATCH] WL4012 ndb_mgmd on win32: change default detatched state for threads on win
mysys/my_wincond.c@stripped, 2008-03-11 17:05:40+11:00, stewart@stripped +2 -2
WL4012 ndb_mgmd on win32: change default detatched state for threads on win
diff -Nrup a/mysys/my_wincond.c b/mysys/my_wincond.c
--- a/mysys/my_wincond.c 2007-12-17 15:17:09 +11:00
+++ b/mysys/my_wincond.c 2008-03-11 17:05:40 +11:00
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 MySQL AB
+ Copyright (C) 2000 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -184,7 +184,7 @@ int pthread_attr_init(pthread_attr_t *co
connect_att->dwStackSize = 0;
connect_att->dwCreatingFlag = 0;
connect_att->priority = 0;
- connect_att->detached = 0;
+ connect_att->detached = 1;
return 0;
}
| Thread |
|---|
| • bk commit into 5.0 tree (stewart:1.2526) | Stewart Smith | 11 Mar |