Update of /cvsroot/monetdb/MonetDB5/src/modules/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14546/src/modules/mal

Modified Files:
        tablet.mx 
Log Message:
Removed legacy mil stuff (this only confuses autogen and make dist).
Completed removal (renaming) of mapi.mx.
Fixed typo (@mil -> @mal) so that some more functions are accessible
from MAL.


Index: tablet.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/tablet.mx,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- tablet.mx   14 Jul 2007 18:55:04 -0000      1.100
+++ tablet.mx   13 Sep 2007 13:45:13 -0000      1.101
@@ -1936,34 +1936,6 @@
 }
 
 
[EMAIL PROTECTED]
-
-PROC test_tablet() : void := {
-
-       #tablet_debug(1);
-
-       fp := fopen ( "format", "w+" );
-       fputs( "key,\",\",str\n", fp);
-       fputs( "a_io_test,\"\\n\",dbl\n", fp);
-       fclose( fp );
-
-       fp := fopen ( "data", "w+" );
-       fputs( "test, 0.12345\n", fp);
-       fputs( "second line, 9.0\n", fp);
-       fclose( fp );
-
-       bats := load_data(load_format("format"),"data",10);
-       bats.print;
-       a := bats.find("key").reverse().join( bats.find("a_io_test") );
-       a.print;
-       dump_data(load_format("format"), bats, "data", -1);
-
-       fp := fopen ( "data", "r" );
-       s := fgets( fp ); 
-       s.print();
-       fclose( fp );
-}
-
 @+ Tablet report
 The routines to manage the table descriptor
 @c


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to