[prev in list] [next in list] [prev in thread] [next in thread] 

List:       monetdb-sql-checkins
Subject:    [Monetdb-sql-checkins] sql/src/backends/monet5/merovingian
From:       Fabian <mr-meltdown () users ! sourceforge ! net>
Date:       2010-03-29 18:04:43
Message-ID: E1NwJKN-0006se-In () sfp-cvsdas-1 ! v30 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Update of /cvsroot/monetdb/sql/src/backends/monet5/merovingian
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26440

Modified Files:
	ChangeLog database.c 
Log Message:
Also destroy unix domain socket files, since we let the database create them these days.

Index: database.c
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/merovingian/database.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- database.c	29 Mar 2010 18:00:30 -0000	1.13
+++ database.c	29 Mar 2010 18:04:41 -0000	1.14
@@ -183,7 +183,7 @@
 			return(strdup(buf));
 		}
 
-		if (S_ISREG(s.st_mode) || S_ISLNK(s.st_mode)) {
+		if (S_ISREG(s.st_mode) || S_ISLNK(s.st_mode) || S_ISSOCK(s.st_mode)) {
 			if (unlink(path) == -1) {
 				snprintf(buf, sizeof(buf), "unable to unlink file %s: %s",
 						path, strerror(errno));

Index: ChangeLog
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/merovingian/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- ChangeLog	28 Mar 2010 13:53:51 -0000	1.37
+++ ChangeLog	29 Mar 2010 18:04:41 -0000	1.38
@@ -16,7 +16,7 @@
   Use mserver5's UNIX domain socket support when Merovingian is supposed
   to proxy the connection to the database.
 
-*May2010
+*June2010
 
   16 Mar 2010; Fabian Groffen <fabian@cwi.nl>
   merovingian_controlrunner.c:


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Monetdb-sql-checkins mailing list
Monetdb-sql-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic