Changeset: 971f7a170585 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=971f7a170585
Modified Files:
        monetdb5/modules/mal/remote.c
Branch: Jun2016
Log Message:

Completion of changeset 9caa35c1994e.


diffs (12 lines):

diff --git a/monetdb5/modules/mal/remote.c b/monetdb5/modules/mal/remote.c
--- a/monetdb5/modules/mal/remote.c
+++ b/monetdb5/modules/mal/remote.c
@@ -536,7 +536,7 @@ str RMTget(Client cntxt, MalBlkPtr mb, M
                        }
                } else
                        while (mapi_fetch_row(mhdl)) {
-                               var = mapi_fetch_field(mhdl, 0); 
+                               var = mapi_fetch_field(mhdl, 1); 
                                if (var == NULL)
                                        var = "nil";
                                s = 0;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to