Changeset: b9f129012bbc for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b9f129012bbc
Modified Files:
        monetdb5/modules/mal/tablet.c
Branch: Jul2015
Log Message:

Use bunfastapp instead of bunfastins.


diffs (21 lines):

diff --git a/monetdb5/modules/mal/tablet.c b/monetdb5/modules/mal/tablet.c
--- a/monetdb5/modules/mal/tablet.c
+++ b/monetdb5/modules/mal/tablet.c
@@ -879,7 +879,6 @@ SQLinsert_val(READERtask *task, int col,
        const void *adt;
        char buf[BUFSIZ];
        char *s = task->fields[col][idx];
-       ptr key = 0;
        char *err = NULL;
        int ret = 0;
 
@@ -915,8 +914,7 @@ SQLinsert_val(READERtask *task, int col,
                adt = fmt->nildata;
                fmt->c->T->nonil = 0;
        }
-       /* key may be NULL but that's not a problem, as long as we have void */
-       bunfastins(fmt->c, key, adt);
+       bunfastapp(fmt->c, adt);
        return ret;
   bunins_failed:
        if (task->rowerror) {
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to