
On Mon, May 18, 2009 at 02:30:10PM +0200, Martin Kersten wrote:
Henri Asseily wrote:
On May 18, 2009, at 1:45 PM, Johann Borck wrote:
Henri Asseily wrote:
Hi, where can I find some MAL samples?
How about the tests in MonetDB5-server/MonetDB5/tests/gdkTests/Tests (These are tests based on the old MonetDB Version 4 system)
a better place is .../MonetDB5/src/mal/Tests and .../MonetDB5/src/modules/mal/Tests and .../MonetDB5/src/optimizer/Tests .... */Tests
and probably elsewhere ?
hth, Johann
AHA! Thanks Johann, that's what I was looking for. So how can I run those tests through the mclient interface? Using -i doesn't seem to work. Is there a loader function somewhere I missed?
e.g.: $ echo 'io.print(1);' > /tmp/x.mal $ cat /tmp/x.mal io.print(1); $ cat /tmp/x.mal | mclient -lmal [ 1 ] $ mclient -lmal < /tmp/x.mal [ 1 ] $ mclient -lmal /tmp/x.mal [ 1 ] $ mclient -lmal -i /tmp/x.mal [ 1 ] mal>\\q see also `mclient --help` and/or `man mclient` for more details. Stefan
------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |