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

Modified Files:
      Tag: MonetDB_5-2
        remote00.py 
Log Message:
Converted TABs to spaces and deleted trailing white space.

Index: remote00.py
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/optimizer/Tests/remote00.py,v
retrieving revision 1.6.8.1
retrieving revision 1.6.8.2
diff -u -d -r1.6.8.1 -r1.6.8.2
--- remote00.py 5 Oct 2007 08:28:05 -0000       1.6.8.1
+++ remote00.py 22 Oct 2007 12:13:49 -0000      1.6.8.2
@@ -2,8 +2,8 @@
 import os, time, sys, re
 
 class Popen:
-       def __init__(self, cmd):
-               self.stdin,self.stdout = os.popen2(cmd); 
+    def __init__(self, cmd):
+        self.stdin,self.stdout = os.popen2(cmd);
 
 def server_start(x,dbname,mapi_port):
     srvcmd = '%s --debug=10 --dbname "%s"' % (re.sub('mapi_port=[^ ]* 
','mapi_port=%d ' % mapi_port,os.getenv('MSERVER')),dbname)
@@ -28,7 +28,7 @@
 alarm.sleep(2);
 env := inspect.getEnvironment();
 mapi_port := algebra.find(env, "mapi_port");
-io.print(mapi_port); 
+io.print(mapi_port);
 
 mid:= mserver.reconnect("localhost",%d,"s0_0","monetdb","monetdb","mal"); 
mserver.rpc(mid,"rb:= bat.new(:int,:int); bat.setName(rb,\\\"rbat\\\"); 
bat.insert(rb,1,1); bat.insert(rb,2,7);"); b:bat[:int,:int]:= 
mserver.bind(mid,"rbat"); c:=algebra.select(b,0,12); io.print(c); 
d:=algebra.select(b,5,10); low:= 5+1; e:=algebra.select(d,low,7); 
i:=aggr.count(e); io.print(i); io.print(d); optimizer.remoteQueries();
 '''
@@ -42,7 +42,7 @@
     srv1.stdin.flush()
     srv2.stdin.write(prelude_2 % (12345))
     srv2.stdin.flush()
-   
+
     srv1.stdin.write("clients.quit();\n");
     srv1.stdin.flush()
     srv2.stdin.write("clients.quit();\n");


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to