Hi Stefan,
There are no tests yet for the functionalities of the admin GUI and I
agree that there is an urgent need to add them.
One that can be easily done is adding tests containing XQuery queries
that call the admin functions over XRPC. This way, it is slightly
easier to know in which pa
Martin Kersten wrote:
> Update of /cvsroot/monetdb/MonetDB5/src/modules/mal
> In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26834/mal
>
> Modified Files:
> batxml.mx clients.mx mal_init.mx tablet.mx txtsim.mx
> Log Message:
> Just move comments out of the way so they don't end up i
Peter, Jennie,
we should consider adding tests (or identifying them clearly if they already
exist) that mimic the functionality required by the XQuery admin GUI.
If you could provide me with input what is required and needs to be tested,
I could help designing/implementing the actual tests.
Plea
On Wed, Jun 18, 2008 at 10:25:41AM +0200, Peter Boncz wrote:
> Stefan,
>
> The pre-parser still uses MPS. It loads and caches modules. When it sees a
> query that is just a function call with simle atomic parameters, it uses the
> fast-path (i.e. execute a precompiled MIL tree). XRPC always enters
Stefan,
The pre-parser still uses MPS. It loads and caches modules. When it sees a
query that is just a function call with simle atomic parameters, it uses the
fast-path (i.e. execute a precompiled MIL tree). XRPC always enters on the
fast-path.
If the query is of any other form, it is fully reco
On Tue, Jun 17, 2008 at 05:07:29PM +, Peter Boncz wrote:
> Update of /cvsroot/monetdb/pathfinder/runtime
> In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2937
>
> Modified Files:
> pathfinder.mx pf_support.mx
> Log Message:
> - BUG 1995879: only use algebra for normal queries
>