MonetDB: headless - Merged from default (lots of manual resoluti...

2011-03-05 Thread Fabian Groffen
Changeset: 539559113640 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=539559113640 Modified Files: monetdb5/extras/sphinx/sphinx.c monetdb5/extras/sphinx/sphinx.h monetdb5/extras/sphinx/sphinx.mal monetdb5/mal/mal_atom.c monetdb5/mal/m

MonetDB: default - Merged from Mar2011

2011-03-05 Thread Fabian Groffen
Changeset: 599c4ed8e37d for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=599c4ed8e37d Modified Files: monetdb5/mal/mal_linker.mx sql/backends/monet5/sql.mx sql/backends/monet5/sql_optimizer.mx sql/backends/monet5/sql_scenario.mx Branch: default L

MonetDB: Mar2011 - loadLibrary: simplify dlopening of libraries

2011-03-05 Thread Fabian Groffen
Changeset: f85e828384eb for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f85e828384eb Modified Files: monetdb5/mal/mal_linker.mx Branch: Mar2011 Log Message: loadLibrary: simplify dlopening of libraries Rely more on dlopen to load a library, instead of first checking

MonetDB: Mar2011 - MSP_locate_file: make static function

2011-03-05 Thread Fabian Groffen
Changeset: f10c079deb55 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f10c079deb55 Modified Files: monetdb5/mal/mal_linker.mx Branch: Mar2011 Log Message: MSP_locate_file: make static function This function isn't used anywhere outside of this code, so turn into a p

MonetDB: Mar2011 - replication: finish removal

2011-03-05 Thread Fabian Groffen
Changeset: dc7d4ced4465 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dc7d4ced4465 Modified Files: sql/backends/monet5/sql.mx sql/backends/monet5/sql_optimizer.mx sql/backends/monet5/sql_scenario.mx Branch: Mar2011 Log Message: replication: finish re

MonetDB: Mar2011 - sphinx module: update, adding limit/max_resul...

2011-03-05 Thread Stefan de Konink
Changeset: a1b9d3c35460 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a1b9d3c35460 Modified Files: monetdb5/extras/sphinx/sphinx.mx Branch: Mar2011 Log Message: sphinx module: update, adding limit/max_results support The updated version of the Sphinx module impleme

MonetDB: default - Merged from Mar2011

2011-03-05 Thread Fabian Groffen
Changeset: 79a047aca529 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=79a047aca529 Modified Files: monetdb5/optimizer/Makefile.ag sql/backends/monet5/sql.mx Branch: default Log Message: Merged from Mar2011 diffs (107 lines): diff --git a/monetdb5/mal/mal_

MonetDB: Mar2011 - replication: do not compile/enable this fault...

2011-03-05 Thread Fabian Groffen
Changeset: 491689d7b623 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=491689d7b623 Modified Files: monetdb5/modules/mal/Makefile.ag monetdb5/modules/mal/mal_init.mx monetdb5/optimizer/Makefile.ag Branch: Mar2011 Log Message: replication: do not compi

MonetDB: Mar2011 - second_interval_daytime: properly export this...

2011-03-05 Thread Fabian Groffen
Changeset: e911e0613513 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e911e0613513 Modified Files: sql/backends/monet5/sql.mx Branch: Mar2011 Log Message: second_interval_daytime: properly export this function at the same time month_interval_daytime doesn't exist,

MonetDB: Mar2011 - parseCommandPattern: return an error when an ...

2011-03-05 Thread Fabian Groffen
Changeset: 8fa1212bfe7c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8fa1212bfe7c Modified Files: monetdb5/mal/mal_parser.mx Branch: Mar2011 Log Message: parseCommandPattern: return an error when an address wasn't found On Darwin some more modules than on Linux ar

MonetDB: Mar2011 - malAtomProperty: add defensive assert for pci...

2011-03-05 Thread Fabian Groffen
Changeset: 7de1390dd07f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7de1390dd07f Modified Files: monetdb5/mal/mal_atom.mx Branch: Mar2011 Log Message: malAtomProperty: add defensive assert for pci->fcn pci->fcn is cast to a pointer and dereferenced everywhere, th

MonetDB: default - Merge with Mar2011 branch.

2011-03-05 Thread Stefan Manegold
Changeset: f536a66ab2da for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f536a66ab2da Modified Files: Branch: default Log Message: Merge with Mar2011 branch. diffs (35 lines): diff --git a/monetdb5/mal/mal_atom.mx b/monetdb5/mal/mal_atom.mx --- a/monetdb5/mal/mal_a

MonetDB: Mar2011 - fixing compilation: Mx macro calling syntax (...

2011-03-05 Thread Stefan Manegold
Changeset: 704f7f9b9d9b for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=704f7f9b9d9b Modified Files: monetdb5/mal/mal_atom.mx Branch: Mar2011 Log Message: fixing compilation: Mx macro calling syntax ("@:()@") must not contain spaces diffs (21 lines): diff --git a/

MonetDB: Mar2011 - idcmp: don't feed NULL to strcmp

2011-03-05 Thread Fabian Groffen
Changeset: 0924d3cfe91e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0924d3cfe91e Modified Files: monetdb5/mal/mal_type.mx Branch: Mar2011 Log Message: idcmp: don't feed NULL to strcmp passing NULL to strcmp is already one step too far, we shouldn't have NULL here

MonetDB: Mar2011 - uncrustify this code, it hurts my eyes

2011-03-05 Thread Fabian Groffen
Changeset: a1022d0865e9 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a1022d0865e9 Modified Files: monetdb5/mal/mal_atom.mx Branch: Mar2011 Log Message: uncrustify this code, it hurts my eyes (transplanted from 0e996d20347d99e4b67e2ccd7d686863e4ee3af6) diffs (trun

MonetDB: Mar2011 - first assert on pci, then use pci

2011-03-05 Thread Fabian Groffen
Changeset: 1e50414cd912 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1e50414cd912 Modified Files: monetdb5/mal/mal_atom.mx Branch: Mar2011 Log Message: first assert on pci, then use pci (transplanted from dfab3b8f7be53da77310c14b3646022ca8702388) diffs (21 lines)

MonetDB: default - uncrustify this code, it hurts my eyes

2011-03-05 Thread Fabian Groffen
Changeset: 0e996d20347d for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0e996d20347d Modified Files: monetdb5/mal/mal_atom.mx Branch: default Log Message: uncrustify this code, it hurts my eyes diffs (truncated from 420 to 300 lines): diff --git a/monetdb5/mal/mal_

MonetDB: default - first assert on pci, then use pci

2011-03-05 Thread Fabian Groffen
Changeset: dfab3b8f7be5 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dfab3b8f7be5 Modified Files: monetdb5/mal/mal_atom.mx Branch: default Log Message: first assert on pci, then use pci diffs (21 lines): diff --git a/monetdb5/mal/mal_atom.mx b/monetdb5/mal/mal_a

MonetDB: default - Merged from Mar2011

2011-03-05 Thread Fabian Groffen
Changeset: 697576ef19a0 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=697576ef19a0 Modified Files: Branch: default Log Message: Merged from Mar2011 diffs (209 lines): diff --git a/monetdb5/modules/atoms/streams.mx b/monetdb5/modules/atoms/streams.mx --- a/monet

MonetDB: Mar2011 - modules/atom/streams: add forgotten *

2011-03-05 Thread Stefan de Konink
Changeset: 8ee8a10a29f7 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8ee8a10a29f7 Modified Files: monetdb5/modules/atoms/streams.mx Branch: Mar2011 Log Message: modules/atom/streams: add forgotten * Fixes bug #2782 diffs (12 lines): diff --git a/monetdb5/module

Re: MonetDB: default - mclient: -t argument has been dropped

2011-03-05 Thread Sjoerd Mullender
On 2011-03-05 15:23, Fabian Groffen wrote: > On 05-03-2011 15:01:27 +0100, Martin Kersten wrote: >> I thought we had decided, after several discussions, that the >> mclient -t option remains available on mclient >> with the intended semantics of approximate timeing > > I thought we agreed that ti

MonetDB: Mar2011 - disabled ODBC sample test as they cannor work...

2011-03-05 Thread Stefan Manegold
Changeset: f2b25e2e955a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f2b25e2e955a Modified Files: sql/odbc/samples/Tests/All Branch: Mar2011 Log Message: disabled ODBC sample test as they cannor work right now; for details see clients/odbc/samples/Makefile.ag and h

MonetDB: Mar2011 - approved new EXPLAIN output

2011-03-05 Thread Stefan Manegold
Changeset: a5008347afe8 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a5008347afe8 Modified Files: sql/test/BugTracker/Tests/explain.SF-1739353.stable.out sql/test/BugTracker/Tests/jdbc_no_debug.SF-1739356.stable.out Branch: Mar2011 Log Message: approved new

Re: MonetDB: default - mclient: -t argument has been dropped

2011-03-05 Thread Fabian Groffen
On 05-03-2011 15:01:27 +0100, Martin Kersten wrote: > I thought we had decided, after several discussions, that the > mclient -t option remains available on mclient > with the intended semantics of approximate timeing I thought we agreed that timing the way it is done (non-server-side) doesn't ma

Re: MonetDB: default - mclient: -t argument has been dropped

2011-03-05 Thread Martin Kersten
I thought we had decided, after several discussions, that the mclient -t option remains available on mclient with the intended semantics of approximate timeing On 3/5/11 2:23 PM, Fabian Groffen wrote: Changeset: 9f0ec68ca76e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=

MonetDB: default - mserver5: add forgotten *

2011-03-05 Thread Fabian Groffen
Changeset: b17d6c4d4804 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b17d6c4d4804 Modified Files: tools/mserver/mserver5.c Branch: default Log Message: mserver5: add forgotten * mserver5.c:227: error: initialization makes integer from pointer without a cast http:

MonetDB: default - Drop load error from stable output

2011-03-05 Thread Fabian Groffen
Changeset: dd36760ed2dc for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dd36760ed2dc Modified Files: monetdb5/modules/mal/Tests/attach00.stable.out Branch: default Log Message: Drop load error from stable output diffs (11 lines): diff --git a/monetdb5/modules/mal/T

MonetDB: default - mclient: -t argument has been dropped

2011-03-05 Thread Fabian Groffen
Changeset: 9f0ec68ca76e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9f0ec68ca76e Modified Files: monetdb5/tools/Tests/mclient-t-s.MAL.py monetdb5/tools/Tests/mclient-t-s.stable.err Branch: default Log Message: mclient: -t argument has been dropped diffs

MonetDB: default - approve updated --help output

2011-03-05 Thread Fabian Groffen
Changeset: 196ad0880a73 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=196ad0880a73 Modified Files: monetdb5/tools/Tests/mserver5--help.stable.err monetdb5/tools/Tests/mserver5--help.stable.err.Windows Branch: default Log Message: approve updated --help outpu

MonetDB: default - rel_updates.c:462: warning: ?find_update_colu...

2011-03-05 Thread Fabian Groffen
Changeset: 920dceba91c8 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=920dceba91c8 Modified Files: sql/server/rel_updates.c Branch: default Log Message: rel_updates.c:462: warning: ?find_update_column? defined but not used http://monetdb.cwi.nl/testing/projects/mon