Changeset: 6654a78cf0a1 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6654a78cf0a1
Modified Files:
tools/embeddedpy/embeddedpy.c
Branch: pyapi
Log Message:
Copy embedded optimization.
diffs (13 lines):
diff --git a/tools/embeddedpy/embeddedpy.c b/tools/embeddedpy/embeddedpy.c
--- a/tools/embeddedpy/embeddedpy.c
+++ b/tools/embeddedpy/embeddedpy.c
@@ -303,7 +303,8 @@ int monetdb_startup(char* dir, char sile
if (GDKinit(set, setlen) == 0) goto cleanup;
snprintf(mod_path, 1000, "%s/../lib/monetdb5", BINDIR);
- GDKsetenv("monet_mod_path", mod_path);
+ GDKsetenv("sql_optimizer", "sequential_pipe");
+ GDKsetenv("monet_mod_path", mod_path);
GDKsetenv("mapi_disable", "true");
GDKsetenv("max_clients", "0");
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list