Changeset: 705e66cf0151 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=705e66cf0151
Modified Files:
sql/backends/monet5/sql.mx
Branch: default
Log Message:
correctly set the new optimizer
diffs (12 lines):
diff --git a/sql/backends/monet5/sql.mx b/sql/backends/monet5/sql.mx
--- a/sql/backends/monet5/sql.mx
+++ b/sql/backends/monet5/sql.mx
@@ -2672,7 +2672,7 @@ setVariable(Client cntxt, MalBlkPtr mb,
return msg;
if ( newopt != NULL ) {
if (stack_find_var(m, varname))
- stack_set_string(m, varname, "user");
+ stack_set_string(m, varname, newopt);
return MAL_SUCCEED;
}
throw(SQL, "sql.setVariable", "Failed to initialize optimizer
pipeline");
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list