summaryrefslogtreecommitdiff
path: root/innobase
diff options
context:
space:
mode:
authorelliot/emurphy@mysql.com/lost.local <>2006-09-27 17:13:58 -0400
committerelliot/emurphy@mysql.com/lost.local <>2006-09-27 17:13:58 -0400
commitd1fb415ad4617ec20077446c762450ae0369e3ca (patch)
tree3acffbe39e0134717aee54336704ad9a6cac576c /innobase
parentd8e27606e1716d674ce03588cb8e763fbc260b62 (diff)
downloadmariadb-git-d1fb415ad4617ec20077446c762450ae0369e3ca.tar.gz
Temporary fix for bug#22268 (official patch will come soon)
Don't cap threads at 1000 on Windows any more.
Diffstat (limited to 'innobase')
-rw-r--r--innobase/srv/srv0start.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/srv/srv0start.c b/innobase/srv/srv0start.c
index 6e0dc720bf8..8530f117c9d 100644
--- a/innobase/srv/srv0start.c
+++ b/innobase/srv/srv0start.c
@@ -1140,7 +1140,7 @@ innobase_start_or_create_for_mysql(void)
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.