diff options
author | elliot/emurphy@mysql.com/lost.local <> | 2006-09-27 17:28:31 -0400 |
---|---|---|
committer | elliot/emurphy@mysql.com/lost.local <> | 2006-09-27 17:28:31 -0400 |
commit | 194f12ff0c0fce462d61e29002e744aaace9d646 (patch) | |
tree | 20055bdbf7930ab2206c2c37cb9a56802dbe2863 /innobase | |
parent | 912075ba4d1aa51736019a8cd8e6e6fb11cc6131 (diff) | |
parent | d1fb415ad4617ec20077446c762450ae0369e3ca (diff) | |
download | mariadb-git-194f12ff0c0fce462d61e29002e744aaace9d646.tar.gz |
Merge mysql.com:/Users/emurphy/src/mysql/clean/mysql-5.0-maint
into mysql.com:/Users/emurphy/src/mysql/clean/mysql-5.0-maint-gca
Diffstat (limited to 'innobase')
-rw-r--r-- | innobase/srv/srv0start.c | 2 |
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. |