# builtin opt gdk_dbpath = /home/monet/testing/2075952d1dc8-6-1-2/install/var/monetdb5/dbfarm/demo # builtin opt mapi_port = 50000 # builtin opt sql_optimizer = default_pipe # builtin opt sql_debug = 0 # builtin opt raw_strings = false # cmdline opt gdk_nr_threads = 8 # cmdline opt mapi_listenaddr = all # cmdline opt mapi_port = 0 # cmdline opt mapi_usock = /tmp/mtest-34011/.s.monetdb.${PORT} # cmdline opt gdk_dbpath = /home/monet/testing/2075952d1dc8-6-1-2/tests/sql/dbfarm/mTests_sql_test_testdb-previous-upgrade # cmdline opt embedded_c = true # cmdline opt gdk_use_strimps = yes # cmdline opt gdk_vm_maxsize = 8589934592 #2021-11-25 00:24:05: client2: OPTexpandMultiplex: !WARNING: To speedup sql.peak_next_value a bulk operator implementation is needed for X_0:bat[:lng] := mal.multiplex("sql":str, "peak_next_value":str, X_1:bat[:str], X_2:bat[:str]); #[164] (0) MANIFOLDremapMultiplex 365 <- 82 83 317 325 #2021-11-25 00:24:05: client2: OPTexpandMultiplex: !WARNING: To speedup sql.peak_next_value a bulk operator implementation is needed for X_3:bat[:lng] := mal.multiplex("sql":str, "peak_next_value":str, X_4:bat[:str], X_5:bat[:str]); #[165] (0) MANIFOLDremapMultiplex 366 <- 82 83 318 326 #2021-11-25 00:24:05: client2: OPTexpandMultiplex: !WARNING: To speedup sql.peak_next_value a bulk operator implementation is needed for X_6:bat[:lng] := mal.multiplex("sql":str, "peak_next_value":str, X_7:bat[:str], X_8:bat[:str]); #[166] (0) MANIFOLDremapMultiplex 367 <- 82 83 319 327 #2021-11-25 00:24:05: client2: OPTexpandMultiplex: !WARNING: To speedup sql.peak_next_value a bulk operator implementation is needed for X_9:bat[:lng] := mal.multiplex("sql":str, "peak_next_value":str, X_10:bat[:str], X_11:bat[:str]); #[167] (0) MANIFOLDremapMultiplex 368 <- 82 83 320 328 #2021-11-25 00:24:05: client2: OPTexpandMultiplex: !WARNING: To speedup sql.peak_next_value a bulk operator implementation is needed for X_12:bat[:lng] := mal.multiplex("sql":str, "peak_next_value":str, X_13:bat[:str], X_14:bat[:str]); #[168] (0) MANIFOLDremapMultiplex 369 <- 82 83 321 329 #2021-11-25 00:24:05: client2: OPTexpandMultiplex: !WARNING: To speedup sql.peak_next_value a bulk operator implementation is needed for X_15:bat[:lng] := mal.multiplex("sql":str, "peak_next_value":str, X_16:bat[:str], X_17:bat[:str]); #[169] (0) MANIFOLDremapMultiplex 370 <- 82 83 322 330 #2021-11-25 00:24:05: client2: OPTexpandMultiplex: !WARNING: To speedup sql.peak_next_value a bulk operator implementation is needed for X_18:bat[:lng] := mal.multiplex("sql":str, "peak_next_value":str, X_19:bat[:str], X_20:bat[:str]); #[170] (0) MANIFOLDremapMultiplex 371 <- 82 83 323 331 #2021-11-25 00:24:05: client2: OPTexpandMultiplex: !WARNING: To speedup sql.peak_next_value a bulk operator implementation is needed for X_21:bat[:lng] := mal.multiplex("sql":str, "peak_next_value":str, X_22:bat[:str], X_23:bat[:str]); #[171] (0) MANIFOLDremapMultiplex 372 <- 82 83 324 332 --- test +++ dump.stable.out @@ -101422,7 +101422,7 @@ ALTER TABLE "testschema"."mt1" ADD TABLE "testschema"."t2"; ALTER TABLE "testschema"."keytest2" ADD CONSTRAINT "keytest2_key1_key2_fkey" FOREIGN KEY ("key1", "key2") REFERENCES "testschema"."keytest1" ("key1", "key2"); ALTER TABLE "testschema"."selfref" ADD CONSTRAINT "selfref_parentid_fkey" FOREIGN KEY ("parentid") REFERENCES "testschema"."selfref" ("id"); -ALTER SEQUENCE "testschema"."selfref_seq" RESTART WITH 7 MAXVALUE 9223372036854775807 NO CYCLE; +ALTER SEQUENCE "testschema"."selfref_seq" RESTART WITH 7 NO CYCLE; ALTER SEQUENCE "testschema"."test_seq" RESTART WITH 8 INCREMENT BY 3 MINVALUE 5 MAXVALUE 10 CYCLE; GRANT EXECUTE ON FUNCTION "testschema"."keyjoin" TO "public"; SET SCHEMA "sys";