Update of /cvsroot/monetdb/MonetDB5/src/optimizer/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21563/optimizer/Tests

Modified Files:
        remote01.mal remote01.stable.out replicator00.stable.out 
        tst4630.stable.out 
Log Message:
Make the replicator call visible.


Index: remote01.mal
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/optimizer/Tests/remote01.mal,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- remote01.mal        21 Jan 2008 08:05:48 -0000      1.7
+++ remote01.mal        28 Jan 2008 08:23:01 -0000      1.8
@@ -34,4 +34,4 @@
 d:bat[:int,:int]:= mapi.rpc(mid,"io.print(d);");
 io.print(d);
 mapi.disconnect(mid);
-optimizer.remoteQueries();
+#optimizer.remoteQueries();

Index: remote01.stable.out
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/optimizer/Tests/remote01.stable.out,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- remote01.stable.out 27 Jan 2008 11:28:18 -0000      1.13
+++ remote01.stable.out 28 Jan 2008 08:23:02 -0000      1.14
@@ -82,7 +82,8 @@
     d:bat[:int,:int]  := mapi.rpc(mid,"io.print(d);"); # 30 SERVERmapi_rpc_bat 
(d:bat[:int,:int])<-(mid:int)(_53:str)
     io.print(d);       # 31 IOprint_val (_54:void)<-(d:bat[:int,:int])
     mapi.disconnect(mid);      # 32 SERVERdisconnect (_55:void)<-(mid:int)
-end main;      # 33  
+#optimizer.remoteQueries();    # 33  (_56:str)
+end main;      # 34  
 #-----------------#
 # h    t         # name
 # int  int       # type
@@ -98,10 +99,15 @@
 #-----------------#
 [ 1,     1       ]
 [ 3,     3       ]
-!MALException:mapi.bind:remote error: 
SyntaxException:parseError:b:bat[int,int]:=bbp.bind("rbat");
-!MALException:mapi.bind:remote error:SyntaxException:parseError:     ^',' 
expected
-!MALException:mapi.bind:remote error:SyntaxException:parseError:
-!MALException:mapi.bind:remote error:';' expected
+[ nil ]
+ count 3
+#-----------------#
+# h    t         # name
+# int  int       # type
+#-----------------#
+[ 5,     5       ]
+[ 6,     6       ]
+[ 7,     7       ]
 
 # 09:35:05 >  
 # 09:35:05 >  Done.

Index: tst4630.stable.out
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/optimizer/Tests/tst4630.stable.out,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- tst4630.stable.out  27 Jan 2008 08:21:29 -0000      1.10
+++ tst4630.stable.out  28 Jan 2008 08:23:03 -0000      1.11
@@ -52,7 +52,7 @@
     zz := algebra.join(z,c);
     ww := algebra.join(z,a);
     yy := algebra.joinPath(z,a,b);
-    xx := algebra.joinPath(ww,b,c);
+    xx := algebra.joinPath(z,a,b,c);
     return qry := xx;
 end qry;
 

Index: replicator00.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB5/src/optimizer/Tests/replicator00.stable.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- replicator00.stable.out     27 Jan 2008 11:11:08 -0000      1.1
+++ replicator00.stable.out     28 Jan 2008 08:23:03 -0000      1.2
@@ -42,9 +42,8 @@
 end main;      # 3  
 function sql.qry():void;
     b:bat[:int,:int]  := sql.bind("schema","r","t");
-    replicator.prelude(b);
-    t := algebra.select(b,1,10);
-    replicator.postlude(t);
+    b:bat[:int,:int]  := replicator.prelude("schema","r","t",b);
+    t := replicator.select(b,1,10);
 end qry;
 
 # 12:06:28 >  


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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