MonetDB: Jun2010 - Create dbfarm directory in installer, and set...

2010-07-22 Thread Sjoerd Mullender
Changeset: 359fec5f0e2d for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=359fec5f0e2d Modified Files: MonetDB4/MonetDB-server.spec MonetDB4/debian/monetdb4-server.dirs MonetDB4/debian/monetdb4-server.postinst MonetDB5/MonetDB-server.spec

MonetDB: Jun2010 - Merge heads.

2010-07-22 Thread Sjoerd Mullender
Changeset: f8fff5403988 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f8fff5403988 Modified Files: Branch: Jun2010 Log Message: Merge heads. diffs (92 lines): diff -r 5343927ddb65 -r f8fff5403988 MonetDB4/MonetDB-server.spec --- a/MonetDB4/MonetDB-server.spec

MonetDB: default - Merge with Jun2010 branch.

2010-07-22 Thread Sjoerd Mullender
Changeset: 91e56aa7bc6d for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=91e56aa7bc6d Modified Files: MonetDB4/MonetDB-server.spec MonetDB5/MonetDB-server.spec clients/src/mapiclient/mclient.mx sql/src/backends/monet5/merovingian/merovingian.c

MonetDB: Jun2010 - Added changelog entries.

2010-07-22 Thread Sjoerd Mullender
Changeset: 637f1d163796 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=637f1d163796 Modified Files: MonetDB4/ChangeLog.Jun2010 MonetDB5/ChangeLog.Jun2010 Branch: Jun2010 Log Message: Added changelog entries. diffs (27 lines): diff -r f8fff5403988 -r

MonetDB: default - Merge with Jun2010 branch.

2010-07-22 Thread Sjoerd Mullender
Changeset: 106528b5e896 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=106528b5e896 Modified Files: Branch: default Log Message: Merge with Jun2010 branch. diffs (27 lines): diff -r 91e56aa7bc6d -r 106528b5e896 MonetDB4/ChangeLog.Jun2010 ---

MonetDB: default - making code portable to fix Windows compilati...

2010-07-22 Thread Stefan Manegold
Changeset: 3e0c184174c9 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3e0c184174c9 Modified Files: MonetDB5/src/modules/mal/attach.mx Branch: default Log Message: making code portable to fix Windows compilation: rindex() - strrchr() `man rindex` says: CONFORMING

MonetDB: Jun2010 - It seems the err output for the test was not ...

2010-07-22 Thread Romulo Goncalves
Changeset: 7a88e64c34b1 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7a88e64c34b1 Modified Files: sql/src/test/BugTracker-2010/Tests/connectto.Bug-2548.stable.err sql/src/test/BugTracker-2010/Tests/connectto.Bug-2548.stable.out Branch: Jun2010 Log Message:

Re: MonetDB: Jun2010 - It seems the err output for the test was not ...

2010-07-22 Thread Stefan Manegold
On Thu, Jul 22, 2010 at 11:53:22AM +0200, Romulo Goncalves wrote: Changeset: 7a88e64c34b1 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7a88e64c34b1 Modified Files: sql/src/test/BugTracker-2010/Tests/connectto.Bug-2548.stable.err

Re: MonetDB: Jun2010 - It seems the err output for the test was not ...

2010-07-22 Thread Fabian Groffen
On 22-07-2010 12:17:51 +0200, Stefan Manegold wrote: I wonder, though, whether the error message is indeed what it should be. Saying failed: Success (see below) seems at least odd to me ... +1 this looks very strange. +QUERY = connect to 'whatever' port 50001 database 'nonexisting' USER

Re: MonetDB: Jun2010 - It seems the err output for the test was not ...

2010-07-22 Thread Romulo Goncalves
First of all thanks for the check :) The reason is the following code in connect_to_server (Mapi.mx line 2407) if ((hp = gethostbyname(mid-hostname)) == NULL) { snprintf(errbuf, sizeof(errbuf), gethostbyname failed: %s, strerror(errno)); return

Re: MonetDB: Jun2010 - It seems the err output for the test was not ...

2010-07-22 Thread Fabian Groffen
On 22-07-2010 13:03:49 +0200, Romulo Goncalves wrote: First of all thanks for the check :) The reason is the following code in connect_to_server (Mapi.mx line 2407) if ((hp = gethostbyname(mid-hostname)) == NULL) { snprintf(errbuf, sizeof(errbuf), gethostbyname

MonetDB: Jun2010 - Correct the err output.

2010-07-22 Thread Romulo Goncalves
Changeset: f9af81c7874b for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f9af81c7874b Modified Files: sql/src/test/BugTracker-2010/Tests/connectto.Bug-2548.stable.err Branch: Jun2010 Log Message: Correct the err output. Gethostbyname returns unknown host and not

Re: MonetDB: Jun2010 - It seems the err output for the test was not ...

2010-07-22 Thread Stefan Manegold
On Thu, Jul 22, 2010 at 01:11:33PM +0200, Fabian Groffen wrote: On 22-07-2010 13:03:49 +0200, Romulo Goncalves wrote: First of all thanks for the check :) The reason is the following code in connect_to_server (Mapi.mx line 2407) if ((hp = gethostbyname(mid-hostname)) == NULL) {

Re: MonetDB: Jun2010 - It seems the err output for the test was not ...

2010-07-22 Thread Stefan Manegold
Function hstrerror() does not seem to be available on Windows. Stefan On Thu, Jul 22, 2010 at 01:21:01PM +0200, Stefan Manegold wrote: On Thu, Jul 22, 2010 at 01:11:33PM +0200, Fabian Groffen wrote: On 22-07-2010 13:03:49 +0200, Romulo Goncalves wrote: First of all thanks for the check :)

MonetDB: Jun2010 - Fix hex string decoding

2010-07-22 Thread Fabian Groffen
Changeset: 34046dbfc59d for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=34046dbfc59d Modified Files: java/src/nl/cwi/monetdb/jdbc/MonetBlob.java Branch: Jun2010 Log Message: Fix hex string decoding diffs (12 lines): diff -r f9af81c7874b -r 34046dbfc59d

Re: MonetDB: Jun2010 - It seems the err output for the test was not ...

2010-07-22 Thread Sjoerd Mullender
On 2010-07-22 13:53, Stefan Manegold wrote: On Thu, Jul 22, 2010 at 01:50:30PM +0200, Stefan Manegold wrote: Function hstrerror() does not seem to be available on Windows. at least not with the header files currently included by clients/src/mapilib/Mapi.mx Indeed, the code now does not

Re: MonetDB: Jun2010 - It seems the err output for the test was not ...

2010-07-22 Thread Stefan Manegold
Well, fine by my, if it compiles works on all platforms (that we support), incl. Windows ... We could also consider replacing gethostbyname only in the default development branch (and then consistently all its occurrences in the entire MonetDB code base), and patch the Jun2010 branch as

Re: MonetDB: Jun2010 - It seems the err output for the test was not ...

2010-07-22 Thread Sjoerd Mullender
On 2010-07-22 14:50, Romulo Goncalves wrote: please check the man page of gethostbyname, first. It only mentions h_errno, but does not mention errno. It also says: The *(obsolete)* herror() function prints the error message associated with the current value of h_errno on stderr. The

MonetDB: Jun2010 - Get getaddrinfo changes to compile on Windows.

2010-07-22 Thread Sjoerd Mullender
Changeset: eb4fa2b0c526 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=eb4fa2b0c526 Modified Files: buildtools/conf/winconfig.h buildtools/conf/winrules.msc Branch: Jun2010 Log Message: Get getaddrinfo changes to compile on Windows. diffs (23 lines): diff

MonetDB: default - Merge with Jun2010 branch.

2010-07-22 Thread Sjoerd Mullender
Changeset: 5e0449357195 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5e0449357195 Modified Files: buildtools/conf/MonetDB.m4 Branch: default Log Message: Merge with Jun2010 branch. diffs (154 lines): diff -r 6c53ea638a80 -r 5e0449357195

MonetDB: Jun2010 - We now use getaddrinfo instead of gethostbyname

2010-07-22 Thread Romulo Goncalves
Changeset: 7a04c0a336d5 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7a04c0a336d5 Modified Files: sql/src/test/BugTracker-2010/Tests/connectto.Bug-2548.stable.err Branch: Jun2010 Log Message: We now use getaddrinfo instead of gethostbyname diffs (21 lines):

MonetDB: default - Merge with Jun2010 branch.

2010-07-22 Thread Sjoerd Mullender
Changeset: 5c61b9a88aed for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5c61b9a88aed Modified Files: Branch: default Log Message: Merge with Jun2010 branch. diffs (21 lines): diff -r 5e0449357195 -r 5c61b9a88aed