Changeset: 2abe4859ba79 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2abe4859ba79
Modified Files:
        
sql/test/BugTracker-2019/Tests/remote-table-non-existent-column.Bug-6750.py
Branch: Apr2019
Log Message:

Typo


diffs (12 lines):

diff --git 
a/sql/test/BugTracker-2019/Tests/remote-table-non-existent-column.Bug-6750.py 
b/sql/test/BugTracker-2019/Tests/remote-table-non-existent-column.Bug-6750.py
--- 
a/sql/test/BugTracker-2019/Tests/remote-table-non-existent-column.Bug-6750.py
+++ 
b/sql/test/BugTracker-2019/Tests/remote-table-non-existent-column.Bug-6750.py
@@ -46,7 +46,7 @@ cur2.execute("drop table tab2;")
 # Remote tables referencing merge tables in a loop
 cur1.execute("create merge table m1 (col1 clob);")
 cur2.execute("create merge table m2 (col1 clob);")
-cur1.execute("create remote table m2 (col1 clob) on 
'mapi:monetdb://localhost:"+str(prt2)+"/node1';")
+cur1.execute("create remote table m2 (col1 clob) on 
'mapi:monetdb://localhost:"+str(prt2)+"/node2';")
 cur2.execute("create remote table m1 (col1 clob) on 
'mapi:monetdb://localhost:"+str(prt1)+"/node1';")
 cur1.execute("alter table m1 add table m2;")
 cur2.execute("alter table m2 add table m1;")
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to