Re: [Monetdb-developers] [Monetdb-sql-checkins] sql configure.ag, , 1.166, 1.167

2010-04-14 Thread Milena Ivanova
Sorry, the problem was in my cvs update script that didn't detect that bootstrap was needed, Milena On 14/04/10 12:56, Milena Ivanova wrote: > Fabian, where should MERO_LOG be defined? Is it an env. variable? > A after your last check in, I got > /ufs/milena/src/sql/src/b

Re: [Monetdb-developers] [Monetdb-sql-checkins] sql configure.ag, , 1.166, 1.167

2010-04-14 Thread Milena Ivanova
Fabian, where should MERO_LOG be defined? Is it an env. variable? A after your last check in, I got /ufs/milena/src/sql/src/backends/monet5/merovingian/merovingian.c: In function ‘main’: /ufs/milena/src/sql/src/backends/monet5/merovingian/merovingian.c:452: error: ‘MERO_LOG’ undeclared (first use

Re: [Monetdb-developers] [Monetdb-checkins] MonetDB5/src/optimizer opt_recycler.mx, , 1.59, 1.60

2009-12-11 Thread Milena . Ivanova
> Update of /cvsroot/monetdb/MonetDB5/src/optimizer > In directory > sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5440/MonetDB5/src/optimizer > > Modified Files: > opt_recycler.mx > Log Message: > > recycleSeq is stored in MalBlkRecord.recid; > since the latter is of type int, > it does

Re: [Monetdb-developers] [Monetdb-checkins] clients/src/mapiclient dump.c, Aug2009, 1.45.2.1, 1.45.2.2

2009-10-22 Thread Milena Ivanova
Fabian Groffen wrote: > On 22-10-2009 11:26:02 +0200, Milena Ivanova wrote: > >> Fabian wrote: >> >>> Update of /cvsroot/monetdb/clients/src/mapiclient >>> In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv31397 >>> >>> Modified

Re: [Monetdb-developers] [Monetdb-checkins] clients/src/mapiclient dump.c, Aug2009, 1.45.2.1, 1.45.2.2

2009-10-22 Thread Milena Ivanova
Fabian wrote: > Update of /cvsroot/monetdb/clients/src/mapiclient > In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv31397 > > Modified Files: > Tag: Aug2009 > dump.c > Log Message: > Stefan dK ran into a 'table is not unique' message, which IMO can only > indicate something is s

Re: [Monetdb-developers] [Monetdb-checkins] testing/src Mtest.py.in, , 1.4, 1.5

2008-12-16 Thread Milena Ivanova
Hi, I have the following message when configure testing( updated at 12.45h) checking for perl... /usr/bin/perl checking perl.h usability... no checking perl.h presence... yes configure: WARNING: perl.h: present but cannot be compiled configure: WARNING: perl.h: check for missing prerequisite h

Re: [Monetdb-developers] New 'testing' CVS module

2008-12-12 Thread Milena . Ivanova
> Dear fellow MonetDB developers, > > I just separated the MonetDB testing tools (Mtest.py & friends) > from MonetDB/src/testing/ > into their own "testing" CVS module / MonetDB component. > > > IMPORTANT NOTE: > === > > In case you plan to upgrade your exiting CVS-based "MonetDB" insta

Re: [Monetdb-developers] [Monetdb-checkins] MonetDB5/src/optimizer opt_replicator.mx, , 1.28, 1.29

2008-03-03 Thread Milena . Ivanova
> Update of /cvsroot/monetdb/MonetDB5/src/optimizer > In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3358 > > Modified Files: > opt_replicator.mx > Log Message: > defConstant already performs a search for the constant value. > > This was my first version too, but defConstant sets a po

Re: [Monetdb-developers] [Monetdb-checkins] MonetDB5/src/optimizer opt_replicator.mx, , 1.23, 1.24

2008-02-29 Thread Milena Ivanova
Romulo Goncalves wrote: > Update of /cvsroot/monetdb/MonetDB5/src/optimizer > In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18911 > > Modified Files: > opt_replicator.mx > Log Message: > If you stop you should free the structure that you allocked in REPstart... > > Compilation works