Changeset: dbd9a3dcd7d7 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dbd9a3dcd7d7
Modified Files:
sql/test/remote/Tests/ssbm.SQL.py
Branch: default
Log Message:
fixed test script
diffs (12 lines):
diff --git a/sql/test/remote/Tests/ssbm.SQL.py
b/sql/test/remote/Tests/ssbm.SQL.py
--- a/sql/test/remote/Tests/ssbm.SQL.py
+++ b/sql/test/remote/Tests/ssbm.SQL.py
@@ -163,7 +163,7 @@ for workerrec in workers:
atable = 'alter table ' + shardtable + ' add table ' + shardtable +
workerrec['tpf'];
c.execute(rtable)
c.execute(atable)
- rtable = 'create remote table ' + repltable + workerrec['tpf'] + ' ' +
shardedtabledef + ' on \'' + workerrec['mapi'] + '\''
+ rtable = 'create remote table ' + repltable + workerrec['tpf'] + ' ' +
replicatedtabledef + ' on \'' + workerrec['mapi'] + '\''
atable = 'alter table ' + repltable + ' add table ' + repltable +
workerrec['tpf'];
c.execute(rtable)
c.execute(atable)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list