From: Date: September 27 2006 11:14pm Subject: bk commit into 5.0 tree (elliot:1.2272) BUG#22268 List-Archive: http://lists.mysql.com/commits/12663 X-Bug: 22268 Message-Id: <20060927211415.CC66E453595@lost.raraavisresearch.com> Below is the list of changes that have just been committed into a local 5.0 repository of emurphy. When emurphy 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, 2006-09-27 17:13:58-04:00, elliot@stripped +1 -0 Temporary fix for bug#22268 (official patch will come soon) Don't cap threads at 1000 on Windows any more. innobase/srv/srv0start.c@stripped, 2006-09-27 17:13:52-04:00, elliot@stripped +1 -1 Temporary fix for bug#22268 (official patch will come soon) Don't cap threads at 1000 on Windows any more. # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: elliot # Host: lost.local # Root: /Users/emurphy/src/mysql/clean/mysql-5.0-maint-gca --- 1.89/innobase/srv/srv0start.c 2006-09-27 17:14:15 -04:00 +++ 1.90/innobase/srv/srv0start.c 2006-09-27 17:14:15 -04:00 @@ -1140,7 +1140,7 @@ maximum number of threads that can wait in the 'srv_conc array' for their time to enter InnoDB. */ -#if defined(__WIN__) || defined(__NETWARE__) +#if defined(__NETWARE__) /* Create less event semaphores because Win 98/ME had difficulty creating 40000 event semaphores.