Changeset: b6c23f058794 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b6c23f058794
Modified Files:
testing/Mtest.py.in
Branch: headless
Log Message:
COlumnnify for testing
diffs (19 lines):
diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -1279,13 +1279,13 @@
mods := algebra.unique(c);
s := "\\nModules: ";
sep := "";
- barrier (mloop:lng,h:int,t:str) := bat.newIterator(mods);
+ barrier (mloop:oid,t:str) := column.newIterator(mods);
s := s + sep;
s := s + "\'";
s := s + t;
s := s + "\'";
sep := ",";
- redo (mloop:lng,h:int,t:str) := bat.hasMoreElements(mods);
+ redo (mloop:oid,t:str) := column.hasMoreElements(mods);
exit mloop;
s := s + "\\n";
io.printf(s);
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list