#At file:///opt/local/work/next-mr-kostja/ based on revid:kostja@stripped
2937 Konstantin Osipov 2009-11-23
A follow up for the fix for Bug#35164 (remove priorities on Windows).
modified:
mysys/my_wincond.c
=== modified file 'mysys/my_wincond.c'
--- a/mysys/my_wincond.c 2009-10-14 08:25:39 +0000
+++ b/mysys/my_wincond.c 2009-11-23 17:08:37 +0000
@@ -181,7 +181,6 @@ int pthread_attr_init(pthread_attr_t *co
{
connect_att->dwStackSize = 0;
connect_att->dwCreatingFlag = 0;
- connect_att->priority = 0;
return 0;
}
@@ -191,12 +190,6 @@ int pthread_attr_setstacksize(pthread_at
return 0;
}
-int pthread_attr_setprio(pthread_attr_t *connect_att,int priority)
-{
- connect_att->priority=priority;
- return 0;
-}
-
int pthread_attr_destroy(pthread_attr_t *connect_att)
{
bzero((uchar*) connect_att,sizeof(*connect_att));
Attachment: [text/bzr-bundle] bzr/kostja@sun.com-20091123170837-finb8anixw9w7oce.bundle
| Thread |
|---|
| • bzr commit into mysql-5.6-next-mr branch (kostja:2937) Bug#35164 | Konstantin Osipov | 23 Nov |