Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/modules/pftijah nexi.c, 1.45, 1.46 pftijah.mx, 1.89, 1.90 termdb.mx, 1.6, 1.7

2007-01-18 Thread Henning Rode
hej stefan, thanks for the code clean-up... not only icc likes this ;-) , but one gets blind for these things when changing the algorithm several times. -henning Stefan Manegold wrote: > Update of /cvsroot/monetdb/pathfinder/modules/pftijah > In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-ser

Re: [Monetdb-developers] [Monetdb-checkins] MonetDB/src/modules/plain/Tests bat.py, NONE, 1.1.2.1 bat2.py.src, NONE, 1.1.2.1

2007-01-18 Thread p.a.boncz
Hi Jennie, This is a symptom of old repositories. A new one would not give this error message (as in Mtest). The idea: now that people can configure their pagesize, they are warned when they run a repository that was created with a different pagesize. This would invariably lead to crashes (on upd

Re: [Monetdb-developers] [Monetdb-checkins] MonetDB/src/modules/plain/Tests bat.py, NONE, 1.1.2.1 bat2.py.src, NONE, 1.1.2.1

2007-01-18 Thread Ying Zhang
Hi Stefan, Thanks for your help! My gdk_mem_pagebits has the same value as yours, but I do get an error: $ Mserver # Monet Database Server V4.14.0 # ... MonetDB>monet_environment.find("gdk_mem_pagebits").print(); [ "14" ] MonetDB>module(xrpc_server); !ERROR: Set gdk_mem_pagebits=16; please rest

Re: [Monetdb-developers] [Monetdb-checkins] MonetDB/src/modules/plain/Tests bat.py, NONE, 1.1.2.1 bat2.py.src, NONE, 1.1.2.1

2007-01-18 Thread Stefan Manegold
Works fine for me: $ Mserver # Monet Database Server V4.14.0 # Copyright (c) 1993-2007, CWI. All rights reserved. # Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs; dynamically linked. # Visit http://monetdb.cwi.nl/ for further information. MonetDB>monet_environment.f

Re: [Monetdb-developers] [Monetdb-checkins] MonetDB/src/modules/plain/Tests bat.py, NONE, 1.1.2.1 bat2.py.src, NONE, 1.1.2.1

2007-01-18 Thread Ying Zhang
Hello, The log message gives me a hint I must set gdk_mem_pagebits to run XRPC server, otherwise I will get an error: $ Mserver --dbinit="module(xrpc_server);" # Monet Database Server V4.14.0 # ... !ERROR: Set gdk_mem_pagebits=16; please restart Mserver. But I don't need to set

Re: [Monetdb-developers] strange Mtest + Mapi problem

2007-01-18 Thread Stefan Manegold
On Thu, Jan 18, 2007 at 01:33:45PM +0100, Jan Flokstra wrote: > On Thursday 18 January 2007 12:57, Stefan Manegold wrote: > > On Thu, Jan 18, 2007 at 12:04:17PM +0100, Jan Flokstra wrote: > > > Stefan, > > > > > > Thanx for the help. I ran loaded() and sigs() in the failed state and > > > noticed t

Re: [Monetdb-developers] strange Mtest + Mapi problem

2007-01-18 Thread Stefan Manegold
On Thu, Jan 18, 2007 at 12:04:17PM +0100, Jan Flokstra wrote: > Stefan, > > Thanx for the help. I ran loaded() and sigs() in the failed state and noticed > the module was loaded but some functions were missing from the sigs() list. > When I added help through ADDHELP() they were listed in sigs()

Re: [Monetdb-developers] strange Mtest + Mapi problem

2007-01-18 Thread Jan Flokstra
On Thursday 18 January 2007 12:57, Stefan Manegold wrote: > On Thu, Jan 18, 2007 at 12:04:17PM +0100, Jan Flokstra wrote: > > Stefan, > > > > Thanx for the help. I ran loaded() and sigs() in the failed state and > > noticed the module was loaded but some functions were missing from the > > sigs() l

Re: [Monetdb-developers] strange Mtest + Mapi problem

2007-01-18 Thread Ying Zhang
On Thu, Jan 18, 2007 at 12:04:17PM +0100, Jan Flokstra wrote: > Stefan, > > Thanx for the help. I ran loaded() and sigs() in the failed state and noticed > the module was loaded but some functions were missing from the sigs() list. > When I added help through ADDHELP() they were listed in sigs()

Re: [Monetdb-developers] strange Mtest + Mapi problem

2007-01-18 Thread Jan Flokstra
Stefan, Thanx for the help. I ran loaded() and sigs() in the failed state and noticed the module was loaded but some functions were missing from the sigs() list. When I added help through ADDHELP() they were listed in sigs() and could also be executed. Without the ADDHELP the functions cannot b

Re: [Monetdb-developers] strange Mtest + Mapi problem

2007-01-18 Thread Stefan Manegold
Jan, I did the following simple test: Shell 1 (server) $ Mserver --dbinit='module(mapi); mil_start();' # Monet Database Server V4.15.0 # Copyright (c) 1993-2007, CWI. All rights reserved. # Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs; dynamically linked. # Visit

[Monetdb-developers] strange Mtest + Mapi problem

2007-01-18 Thread Jan Flokstra
Hi All, We are experiencing module problems during XQUERY Mapi execution with Mtest which we do not know how to solve. The problem is the Mserver does not know any command from the pftijah module which is already loaded en executing commands. Executing the same query through the mil interface of M