#At file:///home/stewart/mysql/ndbwin32/
2791 Stewart Smith 2008-08-22
No signal() on Win32
modified:
storage/ndb/tools/waiter.cpp
=== modified file 'storage/ndb/tools/waiter.cpp'
--- a/storage/ndb/tools/waiter.cpp 2008-08-21 06:31:25 +0000
+++ b/storage/ndb/tools/waiter.cpp 2008-08-21 14:35:42 +0000
@@ -188,8 +188,10 @@ waitClusterStatus(const char* _addr,
{
int _startphase = -1;
+#ifndef NDB_WIN
/* Ignore SIGPIPE */
signal(SIGPIPE, SIG_IGN);
+#endif
handle = ndb_mgm_create_handle();
if (handle == NULL){
| Thread |
|---|
| • bzr commit into mysql-5.1 branch (stewart:2791) | Stewart Smith | 21 Aug |