Changeset: aa41728b0913 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/aa41728b0913
Modified Files:
        clients/mapiclient/dump.c
Branch: ustr
Log Message:

Don't return an error.


diffs (11 lines):

diff --git a/clients/mapiclient/dump.c b/clients/mapiclient/dump.c
--- a/clients/mapiclient/dump.c
+++ b/clients/mapiclient/dump.c
@@ -2005,6 +2005,7 @@ dump_table_access(Mapi mid, const char *
                goto bailout;
        switch (mapi_rows_affected(hdl)) {
        case 0:
+               rc = 0;
                break;
        case 1:
                while ((mapi_fetch_row(hdl)) != 0) {
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to