Changeset: c4bda1a7e34b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c4bda1a7e34b
Modified Files:
monetdb5/extras/dvf/opt_dvf.c
Branch: DVframework
Log Message:
bug fixed: correct file location access.
diffs (21 lines):
diff --git a/monetdb5/extras/dvf/opt_dvf.c b/monetdb5/extras/dvf/opt_dvf.c
--- a/monetdb5/extras/dvf/opt_dvf.c
+++ b/monetdb5/extras/dvf/opt_dvf.c
@@ -302,7 +302,7 @@ OPTdvfImplementation(Client cntxt, MalBl
b2 = pushStr(mb, b2,
schema_name); /* schema_name */
b2 = pushStr(mb, b2,
files_table_name); /* "files" */
b2 = pushStr(mb, b2,
file_location_str); /* "file_location" */
- b2 = pushInt(mb, b0, 2); /*
contents: 0, inserts: 1, or updates: 2 */
+ b2 = pushInt(mb, b2, 2); /*
contents: 0, inserts: 1, or updates: 2 */
/* create sql.bind 1
instruction */
b1 = newInstruction(mb,
ASSIGNsymbol);
@@ -479,7 +479,7 @@ OPTdvfImplementation(Client cntxt, MalBl
b2 = pushStr(mb, b2,
schema_name); /* schema_name */
b2 = pushStr(mb, b2,
files_table_name); /* "files" */
b2 = pushStr(mb, b2,
file_location_str); /* "file_location" */
- b2 = pushInt(mb, b0, 2); /*
contents: 0, inserts: 1, or updates: 2 */
+ b2 = pushInt(mb, b2, 2); /*
contents: 0, inserts: 1, or updates: 2 */
/* create sql.bind 1
instruction */
b1 = newInstruction(mb,
ASSIGNsymbol);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list