# MonetDB 5 server v11.54.0 # This is an unreleased version # Serving database 'mTests_sql_test', using 8 threads # Compiled for x86_64-pc-linux-gnu/64bit with 128bit integers # Found 31.303 GiB available main-memory of which we use 25.512 GiB # Virtual memory usage limited to 8.000 GiB # Copyright (c) 2024, 2025 MonetDB Foundation, all rights reserved # Visit https://www.monetdb.org/ for further information # MonetDB/GIS module loaded # MonetDB/SQL module loaded # Listening for connection requests on mapi:monetdb://lab06.da.cwi.nl:36265/ # Listening for UNIX domain connection requests on mapi:monetdb:///tmp/mtest-1135804/.s.monetdb.36265 #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: create schema foo #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: set schema foo #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: comment on schema foo is 'foo foo' #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: create table tab(i int, j decimal(4,2)) #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: comment on table tab is 'table' #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: comment on column tab.j is 'jj' #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: comment on column foo.tab.i is 'ii' #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: create view sel as select * from foo."tab" #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: comment on view sel is 'phew' #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: create view "SEL" as select * from sel #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: create index idx on tab(j,i) #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: comment on index idx is 'index on j' #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: create sequence counter as int #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: comment on sequence counter is 'counting' #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: create function f() returns int begin return 42; end #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: comment on function f() is '0 parms' #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: create function f(i int) returns int begin return 43; end #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: comment on function f(int) is '1 parm' #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: create function f(i int, j int) returns int begin return 44; end #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: comment on function f(integer, integer) is '2 parms' #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: create function f(i int, j int, k int) returns int begin return 45; end #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: create function f(i int, j int, k int, l int) returns int begin return 45; end #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: create procedure g() begin delete from tab where false; end #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: comment on procedure g() is 'proc' #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #2025-04-05 01:21:20: client0019: OPTexpandMultiplex: WARNING: To speedup sql.decypher a bulk operator implementation is needed for X_128:bat[:str] := mal.multiplex("sql":str, "decypher":str, X_111:bat[:str]); #[60] (0) 128 <- 115 129 111 #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.and #remapped: batcalc.== #remapped: batcalc.and #remapped: batcalc.== #remapped: batcalc.ifthenelse #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.and #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.and #remapped: batcalc.== #remapped: batcalc.ifthenelse #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batsql.rank #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.ifthenelse #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batsql.rank #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.!= #remapped: batcalc.+ #remapped: batcalc.ifthenelse #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batsql.rank #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batsql.rank #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batsql.rank #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.ifthenelse #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batsql.rank #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batsql.rank #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.isnotnil #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.isnotnil #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.isnil #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.ifthenelse #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.!= #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batsql.diff #remapped: batsql.rank #remapped: batcalc.+ #remapped: batsql.get_value #remapped: batcalc.== #remapped: batcalc.> #remapped: batcalc.and #remapped: batcalc.== #remapped: batcalc.and #remapped: batcalc.== #remapped: batcalc.< #remapped: batcalc.and #remapped: batcalc.== #remapped: batcalc.and #remapped: batcalc.== #remapped: batcalc.> #remapped: batcalc.and #remapped: batcalc.!= #remapped: batcalc.< #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.< #remapped: batcalc.and #remapped: batcalc.!= #remapped: batcalc.> #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.isnil #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.isnil #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batsql.rank #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batsql.rank #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batsql.rank #remapped: batcalc.+ #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batsql.rank #remapped: batcalc.+ #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.>> #remapped: batcalc.and #remapped: batcalc.== #remapped: batcalc.and #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batsql.rank #remapped: batcalc.+ #remapped: batcalc.and #remapped: batcalc.== #remapped: batcalc.ifthenelse #remapped: batcalc.isnil #remapped: batcalc.ifthenelse #remapped: batcalc.== #remapped: batcalc.== #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.== #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.== #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.== #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.isnil #remapped: batcalc.== #remapped: batcalc.isnil #remapped: batcalc.and #remapped: batcalc.== #remapped: batcalc.isnil #remapped: batcalc.and #remapped: batcalc.isnil #remapped: batcalc.and #remapped: batcalc.and #remapped: batcalc.or #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.isnotnil #remapped: batcalc.ifthenelse #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.isnotnil #remapped: batcalc.ifthenelse #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.or #remapped: batcalc.and #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batsql.rank #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #remapped: batcalc.+ #remapped: batsql.rank #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.ifthenelse #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batsql.rank #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.ifthenelse #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batsql.rank #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.ifthenelse #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batsql.rank #remapped: batcalc.+ #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.max #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.str_group_concat #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.isnotnil #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.ifthenelse #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.+ #remapped: batsql.rank #remapped: batcalc.+ #remapped: batcalc.+ #2025-04-05 01:21:20: client0019: OPTexpandMultiplex: WARNING: To speedup sql.password a bulk operator implementation is needed for X_227:bat[:str] := mal.multiplex("sql":str, "password":str, X_211:bat[:str]); #[127] (0) 227 <- 219 228 211 #2025-04-05 01:21:20: client0019: OPTexpandMultiplex: WARNING: To speedup sql.f_5 a bulk operator implementation is needed for X_1157:bat[:str] := mal.multiplex("sql":str, "f_5":str, X_1144:bat[:str], X_1145:bat[:int], X_1146:bat[:int]); #[715] (0) 1157 <- 1150 1158 1144 1145 1146 #2025-04-05 01:21:20: client0019: OPTexpandMultiplex: WARNING: To speedup sql.f_5 a bulk operator implementation is needed for X_1319:bat[:str] := mal.multiplex("sql":str, "f_5":str, X_1306:bat[:str], X_1307:bat[:int], X_1308:bat[:int]); #[833] (0) 1319 <- 1312 1320 1306 1307 1308 #2025-04-05 01:21:20: client0019: OPTexpandMultiplex: WARNING: To speedup sql.f_5 a bulk operator implementation is needed for X_1325:bat[:str] := mal.multiplex("sql":str, "f_5":str, X_1306:bat[:str], X_1307:bat[:int], X_1308:bat[:int]); #[838] (0) 1325 <- 1312 1320 1306 1307 1308 #2025-04-05 01:21:20: client0019: OPTexpandMultiplex: WARNING: To speedup sql.f_7 a bulk operator implementation is needed for X_1859:bat[:str] := mal.multiplex("sql":str, "f_7":str, X_1616:bat[:str], X_1546:bat[:str], X_1857:bat[:str]); #[1213] (0) 1859 <- 1860 1861 1616 1546 1857 #2025-04-05 01:21:20: client0019: OPTexpandMultiplex: WARNING: To speedup sql.f_5 a bulk operator implementation is needed for X_2319:bat[:str] := mal.multiplex("sql":str, "f_5":str, X_2306:bat[:str], X_2307:bat[:int], X_2308:bat[:int]); #[1529] (0) 2319 <- 2312 2320 2306 2307 2308 #2025-04-05 01:21:20: client0019: OPTexpandMultiplex: WARNING: To speedup sql.f_8 a bulk operator implementation is needed for X_2502:bat[:str] := mal.multiplex("sql":str, "f_8":str, X_2388:bat[:str], X_2426:bat[:str]); #[1627] (0) 2502 <- 2503 2504 2388 2426 #2025-04-05 01:21:20: client0019: OPTexpandMultiplex: WARNING: To speedup sql.f_9 a bulk operator implementation is needed for X_2527:bat[:str] := mal.multiplex("sql":str, "f_9":str, X_2420:bat[:int]); #[1641] (0) 2527 <- 2528 2529 2420 #2025-04-05 01:21:20: client0019: OPTexpandMultiplex: WARNING: To speedup sql.f_7 a bulk operator implementation is needed for X_2551:bat[:str] := mal.multiplex("sql":str, "f_7":str, X_2388:bat[:str], X_2426:bat[:str], X_2437:bat[:str]); #[1653] (0) 2551 <- 2552 2553 2388 2426 2437 #2025-04-05 01:21:20: client0019: OPTexpandMultiplex: WARNING: To speedup sql.f_7 a bulk operator implementation is needed for X_7439:bat[:str] := mal.multiplex("sql":str, "f_7":str, X_7434:bat[:str], X_7436:bat[:str], X_7438:bat[:str]); #[5048] (0) 7439 <- 7440 7441 7434 7436 7438 #2025-04-05 01:21:20: client0019: OPTexpandMultiplex: WARNING: To speedup sql.f_5 a bulk operator implementation is needed for X_8350:bat[:str] := mal.multiplex("sql":str, "f_5":str, X_8342:bat[:str], X_8343:bat[:int], X_8344:bat[:int]); #[5714] (0) 8350 <- 8351 8352 8342 8343 8344 #2025-04-05 01:21:20: client0019: OPTexpandMultiplex: WARNING: To speedup sql.f_5 a bulk operator implementation is needed for X_10682:bat[:str] := mal.multiplex("sql":str, "f_5":str, X_10668:bat[:str], X_10669:bat[:int], X_10670:bat[:int]); #[7398] (0) 10682 <- 10672 10683 10668 10669 10670 #2025-04-05 01:21:20: client0019: SQLrun: INFO: Executing: select stmt from sys.dump_database(false) order by o, stmt #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:21: client0020: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:21: client0020: SQLrun: INFO: Executing: drop table "foo"."tab" cascade #2025-04-05 01:21:21: client0020: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:21: client0020: SQLrun: INFO: Executing: drop all function "foo"."f" #2025-04-05 01:21:21: client0020: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:21: client0020: SQLrun: INFO: Executing: drop sequence "foo"."counter" #2025-04-05 01:21:21: client0020: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0020: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:21: client0020: SQLrun: INFO: Executing: drop schema "foo" cascade #2025-04-05 01:21:21: client0020: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0020: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:21: client0020: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:21: client0020: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:21: client0020: SQLrun: INFO: Executing: select regexp_replace('foobarbaz', 'b(..)', 'XY') #2025-04-05 01:21:21: client0020: SQLrun: INFO: Executing: select regexp_replace('foobarbaz', 'b(..)', R'X\1Y') #2025-04-05 01:21:21: client0020: SQLrun: INFO: Executing: select regexp_replace('fooBarBaz', 'b(..)', 'XY') #2025-04-05 01:21:21: client0020: SQLrun: INFO: Executing: select regexp_replace('fooBarBaz', 'b(..)', 'XY', 'i') #2025-04-05 01:21:21: client0020: SQLrun: INFO: Executing: select regexp_replace(E'foo\nbar', 'foo.+', 'XYZ') #2025-04-05 01:21:21: client0020: SQLrun: INFO: Executing: select regexp_replace(E'foo\nbar', 'foo.+', 'XYZ', 's') #2025-04-05 01:21:21: client0020: SQLrun: INFO: Executing: select regexp_replace(E'foo\nbar', '^(foo).*$', 'XYZ') #2025-04-05 01:21:21: client0020: SQLrun: INFO: Executing: select regexp_replace(E'foo\nbar', '^(foo).*$', 'XYZ', 'm') #2025-04-05 01:21:21: client0020: SQLrun: INFO: Executing: select regexp_replace('foo', 'f o o', 'XYZ') #2025-04-05 01:21:21: client0020: SQLrun: INFO: Executing: select regexp_replace('foo', 'f o o', 'XYZ', 'x') #2025-04-05 01:21:21: client0020: SQLrun: INFO: Executing: select regexp_replace('foobar', 'k?', 'XY') #2025-04-05 01:21:21: client0020: SQLrun: INFO: Executing: select regexp_replace('foobar', 'k?', '-', 'e') #2025-04-05 01:21:21: client0020: SQLrun: INFO: Executing: select regexp_replace('abc', 'b|k?', '-', 'e') #2025-04-05 01:21:21: client0020: SQLrun: INFO: Executing: select regexp_replace('abc', 'k?|b', '-', 'e') #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: create schema foo #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: set schema foo #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select s.name, c.remark from sys.schemas s left outer join sys.comments c on s.id = c.id where not s.system #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select s.name, a.name, c.remark from sys.auths a, sys.schemas s left outer join sys.comments c on s.id = c.id where s."authorization" = a.id and s.name = 'foo' #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: comment on schema foo is 'foo foo' #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select s.name, c.remark from sys.schemas s left outer join sys.comments c on s.id = c.id where not s.system #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select s.name, a.name, c.remark from sys.auths a, sys.schemas s left outer join sys.comments c on s.id = c.id where s."authorization" = a.id and s.name = 'foo' #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: comment on schema foo is 'bar bar' #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select s.name, c.remark from sys.schemas s left outer join sys.comments c on s.id = c.id where not s.system #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select s.name, a.name, c.remark from sys.auths a, sys.schemas s left outer join sys.comments c on s.id = c.id where s."authorization" = a.id and s.name = 'foo' #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: comment on schema foo is null #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select s.name, c.remark from sys.schemas s left outer join sys.comments c on s.id = c.id where not s.system #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select s.name, a.name, c.remark from sys.auths a, sys.schemas s left outer join sys.comments c on s.id = c.id where s."authorization" = a.id and s.name = 'foo' #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: comment on schema foo is 'foo bar' #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select s.name, c.remark from sys.schemas s left outer join sys.comments c on s.id = c.id where not s.system #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select s.name, a.name, c.remark from sys.auths a, sys.schemas s left outer join sys.comments c on s.id = c.id where s."authorization" = a.id and s.name = 'foo' #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: comment on schema foo is '' #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select s.name, c.remark from sys.schemas s left outer join sys.comments c on s.id = c.id where not s.system #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select s.name, a.name, c.remark from sys.auths a, sys.schemas s left outer join sys.comments c on s.id = c.id where s."authorization" = a.id and s.name = 'foo' #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: comment on schema foo is 'one final comment' #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: create schema "space separated" #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: comment on schema "space separated" is 'space separated' #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select s.name, c.remark from sys.schemas s left outer join sys.comments c on s.id = c.id where not s.system #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select s.name, a.name, c.remark from sys.auths a, sys.schemas s left outer join sys.comments c on s.id = c.id where s."authorization" = a.id and s.name = 'space separated' #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: drop schema "space separated" #remapped: batcalc.+ #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select s.name, #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: create table tab(i int, j decimal(4,2)) #remapped: batcalc.+ #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select s.name, #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: comment on table tab is 'table' #remapped: batcalc.+ #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select s.name, #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: comment on table foo.tab is 'qualified table' #remapped: batcalc.+ #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select s.name, #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: set schema sys #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: comment on table foo.tab is 'table' #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: set schema foo #remapped: batcalc.+ #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select s.name, #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: create view vivi as select * from tab #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: comment on view vivi is 'phew' #remapped: batcalc.+ #2025-04-05 01:21:21: client0021: SQLrun: INFO: Executing: select s.name, #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:21: client0022: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:21: client0022: SQLrun: INFO: Executing: drop table "foo"."tab" cascade #2025-04-05 01:21:21: client0022: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:21: client0022: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:21: client0022: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0022: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:21: client0022: SQLrun: INFO: Executing: drop schema "foo" cascade #2025-04-05 01:21:21: client0022: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0022: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:21: client0022: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:21: client0022: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:21: client0022: SQLrun: INFO: Executing: create user user_a with password 'user_a' name 'User A' schema sys #2025-04-05 01:21:21: client0022: SQLrun: INFO: Executing: create user user_b with password 'user_b' name 'User B' schema sys #2025-04-05 01:21:21: client0022: SQLrun: INFO: Executing: create role role_b #2025-04-05 01:21:21: client0022: SQLrun: INFO: Executing: grant role_b to user_b #2025-04-05 01:21:21: client0022: SQLrun: INFO: Executing: create schema schema_a authorization user_a #2025-04-05 01:21:21: client0022: SQLrun: INFO: Executing: create schema schema_b authorization role_b #2025-04-05 01:21:21: client0022: SQLrun: INFO: Executing: create table schema_a.tab_a(i integer) #2025-04-05 01:21:21: client0022: SQLrun: INFO: Executing: create table schema_b.tab_b(i integer) #2025-04-05 01:21:21: client0022: SQLrun: INFO: Executing: comment on schema schema_a is 'set by super user' #2025-04-05 01:21:21: client0022: SQLrun: INFO: Executing: comment on schema schema_b is 'set by super user' #2025-04-05 01:21:21: client0023: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:21: client0023: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:21: client0023: SQLrun: INFO: Executing: select s.name, c.remark from sys.schemas s left outer join sys.comments c on s.id = c.id where not s.system order by name #2025-04-05 01:21:21: client0023: SQLrun: INFO: Executing: comment on schema schema_a is 'set by user_a' #2025-04-05 01:21:21: client0023: SQLrun: INFO: Executing: select s.name, c.remark from sys.schemas s left outer join sys.comments c on s.id = c.id where not s.system order by name #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: drop table "schema_a"."tab_a" cascade #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: drop table "schema_b"."tab_b" cascade #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: alter user "user_a" set schema "sys" #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: alter user "user_b" set schema "sys" #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: drop schema "schema_a" cascade #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: drop schema "schema_b" cascade #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: drop user "user_a" #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: drop user "user_b" #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: create table example ( val1 integer, val2 varchar(10), val3 float ) #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: create view example_view as select * from example #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: insert into example values( 1, 'test', 0.1 ) #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: insert into example values( 5, 'xtest', 0.9 ) #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: insert into example values( 9, 'testx', 9.1 ) #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: insert into example values( 0, 'texst', 99999.1 ) #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: insert into example values( 8, 'texxst', 0.0001 ) #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: select * from example order by val1, val2 #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: select * from example_view order by val1, val2 #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: insert into example values( 1, 'test', 0.1 ) #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: insert into example values( 5, 'xtest', 0.9 ) #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: insert into example values( 9, 'testx', 9.1 ) #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: insert into example values( 0, 'texst', 99999.1 ) #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: insert into example values( 8, 'texxst', 0.0001 ) #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: select * from example order by val1, val2 #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: select * from example_view order by val1, val2 #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: drop view example_view #2025-04-05 01:21:21: client0024: SQLrun: INFO: Executing: drop table example #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: create table t1marcin1(id int, val int) #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: create table t2marcin2(id int, val int) #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: insert into t1marcin1 values(1,1) #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: insert into t1marcin1 values(2,2) #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: insert into t1marcin1 values(3,3) #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: insert into t1marcin1 values(4,4) #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: insert into t1marcin1 values(5,5) #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: insert into t2marcin2 values(1,3) #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: insert into t2marcin2 values(2,2) #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: insert into t2marcin2 values(3,1) #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: commit #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: select * from t1marcin1,t2marcin2 order by t1marcin1.id, t1marcin1.val, t2marcin2.id, t2marcin2.val #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: select t1marcin1.id,t2marcin2.id from t1marcin1,t2marcin2 where t1marcin1.id<>t2marcin2.id #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: select t1marcin1.id,t2marcin2.id from t1marcin1,t2marcin2 where t1marcin1.id>t2marcin2.id #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: select t1marcin1.id, (select t2marcin2.id from t2marcin2 where t1marcin1.id=t2marcin2.id) from t1marcin1 #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: select t1marcin1.id, (select t2marcin2.id from t2marcin2 where t2marcin2.id>2) from t1marcin1 #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: select * from t2marcin2,t1marcin1 where t1marcin1.id=t2marcin2.id #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: select * from t1marcin1,t2marcin2 where t1marcin1.id=t2marcin2.id #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: select * from t2marcin2 #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: select t2marcin2.* from t2marcin2 #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: select * from t1marcin1 where id>2 #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: select * from t1marcin1 where id>2 and id<2 #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: drop table t1marcin1 #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: drop table t2marcin2 #2025-04-05 01:21:21: client0025: SQLrun: INFO: Executing: commit #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:21: client0026: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:21: client0026: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:21: client0026: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:21: client0026: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0026: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:21: client0026: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0026: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:21: client0026: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:21: client0026: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:21: client0026: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:21: client0026: SQLrun: INFO: Executing: create table t3(id int, val int) #2025-04-05 01:21:21: client0026: SQLrun: INFO: Executing: insert into t3 values(2,6) #2025-04-05 01:21:21: client0026: SQLrun: INFO: Executing: insert into t3 values(2,null) #2025-04-05 01:21:21: client0026: SQLrun: INFO: Executing: insert into t3 values(2,5) #2025-04-05 01:21:21: client0026: SQLrun: INFO: Executing: insert into t3 values(1,null) #2025-04-05 01:21:21: client0026: SQLrun: INFO: Executing: insert into t3 values(1,5) #2025-04-05 01:21:21: client0026: SQLrun: INFO: Executing: insert into t3 values(1,6) #2025-04-05 01:21:21: client0026: SQLrun: INFO: Executing: insert into t3 values(null,5) #2025-04-05 01:21:21: client0026: SQLrun: INFO: Executing: insert into t3 values(null,6) #2025-04-05 01:21:21: client0026: SQLrun: INFO: Executing: insert into t3 values(null,null) #2025-04-05 01:21:21: client0026: SQLrun: INFO: Executing: commit #2025-04-05 01:21:21: client0026: SQLrun: INFO: Executing: select val from t3 order by val #2025-04-05 01:21:21: client0026: SQLrun: INFO: Executing: select id from t3 order by id #2025-04-05 01:21:21: client0026: SQLrun: INFO: Executing: select * from t3 order by val,id #2025-04-05 01:21:21: client0026: SQLrun: INFO: Executing: select * from t3 order by id,val #2025-04-05 01:21:21: client0026: SQLrun: INFO: Executing: drop table t3 #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:21: client0027: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:21: client0027: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:21: client0027: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:21: client0027: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0027: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:21: client0027: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0027: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:21: client0027: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:21: client0027: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:21: client0027: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:21: client0027: SQLrun: INFO: Executing: create table nutki(id int,val int) #2025-04-05 01:21:21: client0027: SQLrun: INFO: Executing: insert into nutki values(1,1) #2025-04-05 01:21:21: client0027: SQLrun: INFO: Executing: insert into nutki values(1,2) #2025-04-05 01:21:21: client0027: SQLrun: INFO: Executing: insert into nutki values(3,4) #2025-04-05 01:21:21: client0027: SQLrun: INFO: Executing: insert into nutki values(3,3) #2025-04-05 01:21:21: client0027: SQLrun: INFO: Executing: commit #2025-04-05 01:21:21: client0027: SQLrun: INFO: Executing: select id, cast(sum(val) as bigint) as valsum from nutki group by id having sum(val)>1 #2025-04-05 01:21:21: client0027: SQLrun: INFO: Executing: drop table nutki #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: create table t ( i int, f float ) #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: insert into t values ( 1, 0.1 ) #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: insert into t values ( 2, 0.2 ) #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: insert into t values ( 3, 0.3 ) #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select * from t where i < 2 #remapped: batcalc.< #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select * from t where i < '2' #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select * from t where f < 0.2 #remapped: batcalc.< #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select * from t where f < '0.2' #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select * from t where i <= 2 #remapped: batcalc.<= #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select * from t where i <= '2' #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select * from t where f <= 0.2 #remapped: batcalc.<= #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select * from t where f <= '0.2' #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select * from t where i = 2 #remapped: batcalc.== #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select * from t where i = '2' #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select * from t where f = 0.2 #remapped: batcalc.== #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select * from t where f = '0.2' #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select * from t where i >= 2 #remapped: batcalc.>= #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select * from t where i >= '2' #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select * from t where f >= 0.2 #remapped: batcalc.>= #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select * from t where f >= '0.2' #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select * from t where i > 2 #remapped: batcalc.> #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select * from t where i > '2' #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select * from t where f > 0.2 #remapped: batcalc.> #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: select * from t where f > '0.2' #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: drop table t #2025-04-05 01:21:21: client0028: SQLrun: INFO: Executing: commit #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: create table example ( val1 integer, val2 varchar(10), val3 float ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: create view example_view as select * from example #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 1, 'test', 0.1 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 5, 'xtest', 0.9 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 9, 'testx', 9.1 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 0, 'texst', 99999.1 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 8, 'texxst', 0.0001 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example_view order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 1, 'test', 0.1 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 5, 'xtest', 0.9 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 9, 'testx', 9.1 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 0, 'texst', 99999.1 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 8, 'texxst', 0.0001 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example_view order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example where val1 >= 5 order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example_view where val1 > 5 order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: drop view example_view #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: drop table example #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: create table example ( val1 integer, val2 varchar(10), val3 float ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: create view example_view as select * from example #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 1, 'test', 0.1 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 5, 'xtest', 0.9 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 9, 'testx', 9.1 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 0, 'texst', 99999.1 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 8, 'texxst', 0.0001 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example_view order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: delete from example where val1 >= 5 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: drop view example_view #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: drop table example #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: create table example ( val1 integer, val2 varchar(10), val3 float ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: create view example_view as select * from example #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 1, 'test', 0.1 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 5, 'xtest', 0.9 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 9, 'testx', 9.1 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 0, 'texst', 99999.1 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 8, 'texxst', 0.0001 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example_view order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: delete from example where val1 = 5 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: delete from example where val1 = 9 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: delete from example where val1 = 8 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: drop view example_view #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: drop table example #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: create table example ( val1 integer, val2 varchar(10), val3 float ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: create view example_view as select * from example #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 1, 'test', 0.1 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 5, 'xtest', 0.9 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 9, 'testx', 9.1 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 0, 'texst', 99999.1 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 8, 'texxst', 0.0001 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example_view order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: delete from example where val1 > 5 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: drop view example_view #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: drop table example #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: create table example ( val1 integer, val2 varchar(10), val3 float ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: create view example_view as select * from example #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 1, 'test', 0.1 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 5, 'xtest', 0.9 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 9, 'testx', 9.1 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 0, 'texst', 99999.1 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 8, 'texxst', 0.0001 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example_view order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: update example set val3=-1.0 where val1 >= 5 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: drop view example_view #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: drop table example #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: create table example ( val1 integer, val2 varchar(10), val3 float ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: create view example_view as select * from example #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 1, 'test', 0.1 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 5, 'xtest', 0.9 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 9, 'testx', 9.1 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 0, 'texst', 99999.1 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 8, 'texxst', 0.0001 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example_view order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: update example set val1 = -5 where val1 = 5 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: update example set val1 = -5 where val1 = 9 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: update example set val1 = -5 where val1 = 8 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: drop view example_view #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: drop table example #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: create table example ( val1 integer, val2 varchar(10), val3 float ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: create view example_view as select * from example #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 1, 'test', 0.1 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 5, 'xtest', 0.9 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 9, 'testx', 9.1 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 0, 'texst', 99999.1 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 8, 'texxst', 0.0001 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example_view order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: update example set val2 = 'updated' where val1 > 5 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: drop view example_view #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: drop table example #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: create table example ( val1 integer, val2 varchar(10), val3 float ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: create view example_view as select * from example #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 1, 'test', 0.1 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 5, 'xtest', 0.9 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 9, 'testx', 9.1 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 0, 'texst', 99999.1 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: insert into example values( 8, 'texxst', 0.0001 ) #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: commit #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: select * from example_view order by val1, val2 #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: drop view example_view #2025-04-05 01:21:21: client0029: SQLrun: INFO: Executing: drop table example #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:21: client0030: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:21: client0030: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:21: client0030: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:21: client0030: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0030: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:21: client0030: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0030: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:21: client0030: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:21: client0030: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:21: client0030: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:21: client0030: SQLrun: INFO: Executing: create table counttest (val int ) #2025-04-05 01:21:21: client0030: SQLrun: INFO: Executing: insert into counttest values (10) #2025-04-05 01:21:21: client0030: SQLrun: INFO: Executing: insert into counttest values (20) #2025-04-05 01:21:21: client0030: SQLrun: INFO: Executing: insert into counttest values (30) #2025-04-05 01:21:21: client0030: SQLrun: INFO: Executing: insert into counttest values (10) #2025-04-05 01:21:21: client0030: SQLrun: INFO: Executing: insert into counttest values (20) #2025-04-05 01:21:21: client0030: SQLrun: INFO: Executing: insert into counttest values (null) #2025-04-05 01:21:21: client0030: SQLrun: INFO: Executing: select count(*) from counttest #2025-04-05 01:21:21: client0030: SQLrun: INFO: Executing: select count(val) from counttest #2025-04-05 01:21:21: client0030: SQLrun: INFO: Executing: select count(*) as count_x from counttest group by val order by count_x #2025-04-05 01:21:21: client0030: SQLrun: INFO: Executing: select count(val) as count_val from counttest group by val order by count_val #2025-04-05 01:21:21: client0030: SQLrun: INFO: Executing: drop table counttest #2025-04-05 01:21:21: client0030: SQLrun: INFO: Executing: commit #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:21: client0031: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:21: client0031: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:21: client0031: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:21: client0031: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0031: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:21: client0031: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0031: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:21: client0031: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:21: client0031: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:21: client0031: SQLrun: INFO: Executing: create table meditbl(medi mediumint) #2025-04-05 01:21:21: client0031: SQLrun: INFO: Executing: select c.name, c.type, c.type_digits, c.type_scale, c."null", c."default", c.number from sys._columns c, sys._tables t, sys.schemas s where c.table_id = t.id and t.schema_id = s.id and t.name = 'meditbl' and s.name = 'sys' order by c.number #2025-04-05 01:21:21: client0031: SQLrun: INFO: Executing: insert into meditbl values (0), (1), (-1), (32767), (-32767), (8388607), (-8388607), (2147483647), (-2147483647), (null) #2025-04-05 01:21:21: client0031: SQLrun: INFO: Executing: insert into meditbl values (2147483648) #2025-04-05 01:21:21: client0031: SQLrun: INFO: Executing: insert into meditbl values (-2147483648) #2025-04-05 01:21:21: client0031: SQLrun: INFO: Executing: select * from meditbl order by 1 #2025-04-05 01:21:21: client0031: SQLrun: INFO: Executing: drop table meditbl #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: create table decimaltest ( t1 dec(5,2) ) #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: insert into decimaltest values (1.1) #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: insert into decimaltest values (-1.1) #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: insert into decimaltest values (12.12) #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: insert into decimaltest values (-12.12) #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: insert into decimaltest values (123.12) #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: insert into decimaltest values (-123.12) #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: insert into decimaltest values (123.123) #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: insert into decimaltest values (-123.123) #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: insert into decimaltest values (123.128) #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: insert into decimaltest values (-123.128) #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: commit #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: insert into decimaltest values (1234) #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: insert into decimaltest values (-1234) #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: insert into decimaltest values (1234.1) #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: insert into decimaltest values (-1234.1) #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: select * from decimaltest #2025-04-05 01:21:21: client0032: SQLrun: INFO: Executing: drop table decimaltest #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:21: client0033: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:21: client0033: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:21: client0033: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:21: client0033: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0033: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:21: client0033: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0033: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:21: client0033: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:21: client0033: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:21: client0033: SQLrun: INFO: Executing: select 0.01 #2025-04-05 01:21:21: client0033: SQLrun: INFO: Executing: select .01 #2025-04-05 01:21:21: client0033: SQLrun: INFO: Executing: select .1 #2025-04-05 01:21:21: client0033: SQLrun: INFO: Executing: select .10 #2025-04-05 01:21:21: client0033: SQLrun: INFO: Executing: select 01.0 #2025-04-05 01:21:21: client0033: SQLrun: INFO: Executing: select 10.0 #2025-04-05 01:21:21: client0033: SQLrun: INFO: Executing: select 10. #2025-04-05 01:21:21: client0033: SQLrun: INFO: Executing: select 0. #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:21: client0034: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:21: client0034: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:21: client0034: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:21: client0034: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0034: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:21: client0034: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:21: client0034: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:21: client0034: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:21: client0034: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:21: client0034: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:21: client0034: SQLrun: INFO: Executing: create table t3(id int not null, val int) #2025-04-05 01:21:21: client0034: SQLrun: INFO: Executing: insert into t3 values(2,6) #2025-04-05 01:21:21: client0034: SQLrun: INFO: Executing: insert into t3 values(2,null) #2025-04-05 01:21:21: client0034: SQLrun: INFO: Executing: insert into t3 values(2,5) #2025-04-05 01:21:21: client0034: SQLrun: INFO: Executing: insert into t3 values(1,null) #2025-04-05 01:21:21: client0034: SQLrun: INFO: Executing: insert into t3 values(1,5) #2025-04-05 01:21:21: client0034: SQLrun: INFO: Executing: insert into t3 values(1,6) #2025-04-05 01:21:21: client0034: SQLrun: INFO: Executing: commit #2025-04-05 01:21:21: client0034: SQLrun: INFO: Executing: insert into t3 values(null,5) #2025-04-05 01:21:21: client0034: SQLrun: INFO: Executing: insert into t3 values(null,6) #2025-04-05 01:21:21: client0034: SQLrun: INFO: Executing: insert into t3 values(null,null) #2025-04-05 01:21:21: client0034: SQLrun: INFO: Executing: select * from t3 where val is null #2025-04-05 01:21:21: client0034: SQLrun: INFO: Executing: drop table t3 #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0035: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0035: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0035: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0035: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0035: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0035: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0035: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0035: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0035: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0035: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:22: client0035: SQLrun: INFO: Executing: create table t_1 ( c_1 int ) #2025-04-05 01:21:22: client0035: SQLrun: INFO: Executing: create table t_2 ( c_2 int ) #2025-04-05 01:21:22: client0035: SQLrun: INFO: Executing: insert into t_1 values ( 1 ) #2025-04-05 01:21:22: client0035: SQLrun: INFO: Executing: insert into t_1 values ( 2 ) #2025-04-05 01:21:22: client0035: SQLrun: INFO: Executing: insert into t_2 values ( 1 ) #2025-04-05 01:21:22: client0035: SQLrun: INFO: Executing: insert into t_2 values ( 2 ) #2025-04-05 01:21:22: client0035: SQLrun: INFO: Executing: select * from t_1, t_2 where c_1 = c_2 #2025-04-05 01:21:22: client0035: SQLrun: INFO: Executing: select * from t_1, t_2 where c_1 = 1 and c_2 = 2 #2025-04-05 01:21:22: client0035: SQLrun: INFO: Executing: drop table t_1 #2025-04-05 01:21:22: client0035: SQLrun: INFO: Executing: drop table t_2 #2025-04-05 01:21:22: client0035: SQLrun: INFO: Executing: commit #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0036: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0036: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0036: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0036: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0036: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0036: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0036: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0036: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0036: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0036: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:22: client0036: SQLrun: INFO: Executing: create table t1default ( #2025-04-05 01:21:22: client0036: SQLrun: INFO: Executing: insert into t1default values(1, 'test1', 'test2', 'test3', 'test4') #2025-04-05 01:21:22: client0036: SQLrun: INFO: Executing: insert into t1default (id, text2) values(2, 'test2') #2025-04-05 01:21:22: client0036: SQLrun: INFO: Executing: insert into t1default (text2) values('test2') #2025-04-05 01:21:22: client0036: SQLrun: INFO: Executing: select * from t1default #2025-04-05 01:21:22: client0036: SQLrun: INFO: Executing: commit #2025-04-05 01:21:22: client0036: SQLrun: INFO: Executing: insert into t1default (id) values(1) #2025-04-05 01:21:22: client0036: SQLrun: INFO: Executing: insert into t1default (text1) values('test1') #2025-04-05 01:21:22: client0036: SQLrun: INFO: Executing: insert into t1default (id, text3) values(1, 'test3') #2025-04-05 01:21:22: client0036: SQLrun: INFO: Executing: insert into t1default (id, text1, text3, text4) values(1, 'test1', 'test3', 'test4') #2025-04-05 01:21:22: client0036: SQLrun: INFO: Executing: insert into t1default (id, text1, text2, text3, text4) values(1, 'test1', 'test2', 'test3', null) #2025-04-05 01:21:22: client0036: SQLrun: INFO: Executing: select * from t1default #2025-04-05 01:21:22: client0036: SQLrun: INFO: Executing: drop table t1default #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: create table allnewtriples (id integer not null, subject integer not #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: create index allnewtriples_subject_idx on allnewtriples (subject) #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: create index allnewtriples_predicate_idx on allnewtriples (predicate) #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: create index allnewtriples_object_idx on allnewtriples ("object") #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: select idxs.name, idxs."type", keys.name, keys."type" #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: select idxs.name, idxs."type", keys.name, keys."type" #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: create table dummyme (a int primary key, b int) #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: insert into dummyme values (1,1), (2,1), (3,1) #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: /* eliminated */ #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: select count(distinct a) from dummyme #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: plan select count(distinct a) from dummyme group by b #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: select count(distinct a) from dummyme group by b #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: /* not eliminated */ #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: select count(distinct b) from dummyme #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: plan select count(distinct a + 1) from dummyme #remapped: batcalc.+ #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: select count(distinct a + 1) from dummyme #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: plan select count(distinct a + b) from dummyme #remapped: batcalc.+ #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: select count(distinct a + b) from dummyme #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: plan select count(distinct abs(a)) from dummyme #remapped: batcalc.abs #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: select count(distinct abs(a)) from dummyme #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: plan select count(abs(a)) from dummyme #remapped: batcalc.abs #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: select count(abs(a)) from dummyme #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: plan select count(a) as x, count(*) as y from dummyme #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: select count(a) as x, count(*) as y from dummyme #2025-04-05 01:21:22: client0037: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: create table liketable ( #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: insert into liketable values ('') #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: insert into liketable values ('t') #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: insert into liketable values ('ts') #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: insert into liketable values ('tsz') #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: insert into liketable values ('a math assignment') #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: insert into liketable values ('pathfinder is fun!') #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: insert into liketable values ('123123123') #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: insert into liketable values ('123123456123') #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: insert into liketable values ('199993456123') #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: insert into liketable values ('123456123456') #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: insert into liketable values ('123454321') #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like 't_' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like '%math%' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like 'a%math%' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like 'a_math%' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like '%m_th_a%t' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like '%at%_!' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like '1%' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like '3%' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like '%1' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like '%3' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like '1%1' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like '1%3' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like '3%1' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like '3%3' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like '%1%' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like '%12%' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like '%13%' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like '%454%' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like '%2%2%' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like '_2_3%123' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like '_123%3' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like '%1_3456%' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like '_3456%' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like '%23' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like '%' escape '?' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like '?%' escape '?' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like '.%' escape '.' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like '..' escape '.' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: select * from liketable where str like 'tt' escape 't' #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: drop table liketable #2025-04-05 01:21:22: client0038: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0039: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0039: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0039: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0039: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0039: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0039: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0039: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0039: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0039: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0039: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:22: client0039: SQLrun: INFO: Executing: create table liketable ( #2025-04-05 01:21:22: client0039: SQLrun: INFO: Executing: insert into liketable values ('PENDING_CLIENT1_IT_S_34_5643_O'), ('PENDING_CLIENT1_IT_S_34_15643_O') #2025-04-05 01:21:22: client0039: SQLrun: INFO: Executing: select * from liketable where str like 'PENDING^_CLIENT1^_IT^_%^_5643^_O' escape '^' #2025-04-05 01:21:22: client0039: SQLrun: INFO: Executing: select * from liketable where str like 'PENDING^_CLIENT1^_IT^_%5643^_O' escape '^' #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0040: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0040: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0040: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0040: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0040: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0040: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0040: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0040: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0040: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0040: SQLrun: INFO: Executing: create table news ( #2025-04-05 01:21:22: client0040: SQLrun: INFO: Executing: insert into news (id, content, user_id, "date") values #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0041: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0041: SQLrun: INFO: Executing: drop table "sys"."news" cascade #2025-04-05 01:21:22: client0041: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0041: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0041: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0041: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0041: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0041: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0041: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0041: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0041: SQLrun: INFO: Executing: set time zone interval '10:00' hour to minute #2025-04-05 01:21:22: client0041: SQLrun: INFO: Executing: create table time_example ( time_local timestamp, time_tz timestamp with time zone) #2025-04-05 01:21:22: client0041: SQLrun: INFO: Executing: insert into time_example values ( timestamp '1995-07-15 07:30', timestamp '1995-07-15 07:30') #2025-04-05 01:21:22: client0041: SQLrun: INFO: Executing: insert into time_example values ( timestamp '1995-07-15 07:30', timestamp '1995-07-15 07:30+02:30') #2025-04-05 01:21:22: client0041: SQLrun: INFO: Executing: insert into time_example values ( timestamp '1995-07-15 07:30', timestamp '1995-07-15 07:30+04:30') #2025-04-05 01:21:22: client0041: SQLrun: INFO: Executing: select * from time_example #2025-04-05 01:21:22: client0041: SQLrun: INFO: Executing: delete from time_example #2025-04-05 01:21:22: client0041: SQLrun: INFO: Executing: insert into time_example values ( timestamp '1995-07-15 07:30', timestamp with time zone '1995-07-15 07:30') #2025-04-05 01:21:22: client0041: SQLrun: INFO: Executing: insert into time_example values ( timestamp '1995-07-15 07:30', timestamp with time zone '1995-07-15 07:30+02:30') #2025-04-05 01:21:22: client0041: SQLrun: INFO: Executing: insert into time_example values ( timestamp '1995-07-15 07:30', timestamp with time zone '1995-07-15 07:30+04:30') #2025-04-05 01:21:22: client0041: SQLrun: INFO: Executing: select * from time_example #2025-04-05 01:21:22: client0041: SQLrun: INFO: Executing: set time zone local #2025-04-05 01:21:22: client0041: SQLrun: INFO: Executing: select current_timezone #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0042: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0042: SQLrun: INFO: Executing: drop table "sys"."time_example" cascade #2025-04-05 01:21:22: client0042: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0042: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0042: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0042: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0042: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0042: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0042: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0042: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0042: SQLrun: INFO: Executing: select 1 as bla #2025-04-05 01:21:22: client0042: SQLrun: INFO: Executing: select 1 as bla #2025-04-05 01:21:22: client0042: SQLrun: INFO: Executing: select 1 as "bla" #2025-04-05 01:21:22: client0042: SQLrun: INFO: Executing: select 1 as "Bla" #2025-04-05 01:21:22: client0042: SQLrun: INFO: Executing: select 1 as "BLA" #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: create sequence test_seq as integer #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: create table seqdeftest (ts timestamp, i integer default next value for test_seq) #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: insert into seqdeftest(ts) values ('2005-09-23 12:34:26.736') #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: insert into seqdeftest(ts) values ('2005-09-23 12:34:26.736') #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: insert into seqdeftest(ts) values ('2005-09-23 12:34:26.736') #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: insert into seqdeftest(ts) values ('2005-09-23 12:34:26.736') #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: insert into seqdeftest(ts) values ('2005-09-23 12:34:26.736') #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: insert into seqdeftest(ts) values ('2005-09-23 12:34:26.736') #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: select * from seqdeftest #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: drop table seqdeftest #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: drop sequence test_seq #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: create table seqdeftest ( #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: insert into seqdeftest(d) values ('2005-10-01') #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: insert into seqdeftest(d) values ('2005-10-01') #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: insert into seqdeftest(d) values ('2005-10-01') #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: insert into seqdeftest(d) values ('2005-10-01') #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: insert into seqdeftest(d) values ('2005-10-01') #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: insert into seqdeftest(d) values ('2005-10-01') #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: select * from seqdeftest #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: drop table seqdeftest #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: create sequence seq_5700 as integer #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: create table kvk ( #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: insert into kvk(kvk, bedrijfsnaam) values (1, 'ones') #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: insert into kvk(kvk, bedrijfsnaam) values (2, 'toos') #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: select * from kvk #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: create table kvk_cp ( #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: insert into kvk_cp(kvk, bedrijfsnaam) values (3, 'dries') #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: insert into kvk_cp(kvk, bedrijfsnaam) values (4, 'viers') #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: select * from kvk_cp #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: drop table kvk #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: insert into kvk_cp(kvk, bedrijfsnaam) values (5, 'vijfs') #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: select * from kvk_cp #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: drop table kvk_cp #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: drop sequence seq_5700 #2025-04-05 01:21:22: client0043: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0044: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0044: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0044: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0044: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0044: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0044: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0044: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0044: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0044: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0044: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:22: client0044: SQLrun: INFO: Executing: create sequence "my_test_seq" as integer start with 2 #2025-04-05 01:21:22: client0044: SQLrun: INFO: Executing: create table altseqtest (t int default next value for "my_test_seq", v char) #2025-04-05 01:21:22: client0044: SQLrun: INFO: Executing: insert into altseqtest(v) values ('a') #2025-04-05 01:21:22: client0044: SQLrun: INFO: Executing: insert into altseqtest values (10, 'b') #2025-04-05 01:21:22: client0044: SQLrun: INFO: Executing: alter sequence "my_test_seq" restart with (select max(t) + 1 from altseqtest) #2025-04-05 01:21:22: client0044: SQLrun: INFO: Executing: insert into altseqtest(v) values ('c') #2025-04-05 01:21:22: client0044: SQLrun: INFO: Executing: select * from altseqtest #2025-04-05 01:21:22: client0044: SQLrun: INFO: Executing: rollback #2025-04-05 01:21:22: client0044: SQLrun: INFO: Executing: create sequence dummyme start with 2 minvalue 1 maxvalue 30 #2025-04-05 01:21:22: client0044: SQLrun: INFO: Executing: alter sequence dummyme restart with 0 #2025-04-05 01:21:22: client0044: SQLrun: INFO: Executing: alter sequence dummyme restart with 31 #2025-04-05 01:21:22: client0044: SQLrun: INFO: Executing: drop sequence dummyme #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0045: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0045: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0045: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0045: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0045: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0045: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0045: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0045: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0045: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0045: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:22: client0045: SQLrun: INFO: Executing: create sequence "mytest" as int #2025-04-05 01:21:22: client0045: SQLrun: INFO: Executing: select q.name, s.name, q."start", q."minvalue", q."maxvalue", q."increment", q.cacheinc, q."cycle" from sequences q, schemas s where s.id = q.schema_id #2025-04-05 01:21:22: client0045: SQLrun: INFO: Executing: select next value for "mytest" #2025-04-05 01:21:22: client0045: SQLrun: INFO: Executing: select next value for "mytest" #2025-04-05 01:21:22: client0045: SQLrun: INFO: Executing: select q.name, s.name, q."start", q."minvalue", q."maxvalue", q."increment", q.cacheinc, q."cycle" from sequences q, schemas s where s.id = q.schema_id #2025-04-05 01:21:22: client0045: SQLrun: INFO: Executing: alter sequence "mytest" restart with 10 #2025-04-05 01:21:22: client0045: SQLrun: INFO: Executing: select q.name, s.name, q."start", q."minvalue", q."maxvalue", q."increment", q.cacheinc, q."cycle" from sequences q, schemas s where s.id = q.schema_id #2025-04-05 01:21:22: client0045: SQLrun: INFO: Executing: select next value for "mytest" #2025-04-05 01:21:22: client0045: SQLrun: INFO: Executing: select next value for "mytest" #2025-04-05 01:21:22: client0045: SQLrun: INFO: Executing: select q.name, s.name, q."start", q."minvalue", q."maxvalue", q."increment", q.cacheinc, q."cycle" from sequences q, schemas s where s.id = q.schema_id #2025-04-05 01:21:22: client0045: SQLrun: INFO: Executing: drop sequence "mytest" #2025-04-05 01:21:22: client0045: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: create schema "bla" #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: create table bla1(id int) #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: select * from bla1 #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: create temporary table bla2(id int) #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: select * from bla2 #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: create table bla.bla3(id int) #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: select * from bla.bla3 #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: create temporary table tmp.bla4(id int) #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: select * from bla4 #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: create view v_bla1 as select * from bla1 #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: select * from v_bla1 #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: create view v_bla2 as select * from bla2 #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: select * from v_bla2 #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: create view v_bla3 as select * from bla.bla3 #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: select * from v_bla3 #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: create view bla.v_bla4 as select * from bla4 #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: select * from bla.v_bla4 #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: drop view bla.v_bla4 #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: drop view v_bla3 #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: drop view v_bla2 #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: drop view v_bla1 #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: drop table bla4 #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: drop table bla.bla3 #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: drop table bla1 #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: drop table bla2 #2025-04-05 01:21:22: client0046: SQLrun: INFO: Executing: drop schema "bla" #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0047: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0047: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0047: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0047: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0047: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0047: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0047: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0048: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0048: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0049: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0049: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0049: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0049: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0049: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0049: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0049: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0049: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0049: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0049: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:22: client0049: SQLrun: INFO: Executing: create table lim_prob(dir varchar(30), test varchar(30)) #2025-04-05 01:21:22: client0049: SQLrun: INFO: Executing: insert into lim_prob values ('mydir1/', 'mytest1') #2025-04-05 01:21:22: client0049: SQLrun: INFO: Executing: insert into lim_prob values ('mydir2/', 'mytest3') #2025-04-05 01:21:22: client0049: SQLrun: INFO: Executing: insert into lim_prob values ('mydir1/', 'mytest2') #2025-04-05 01:21:22: client0049: SQLrun: INFO: Executing: insert into lim_prob values ('mydir1/', 'mytest4') #2025-04-05 01:21:22: client0049: SQLrun: INFO: Executing: insert into lim_prob values ('mydir2/', 'mytest1') #2025-04-05 01:21:22: client0049: SQLrun: INFO: Executing: insert into lim_prob values ('mydir2/', 'mytest2') #2025-04-05 01:21:22: client0049: SQLrun: INFO: Executing: insert into lim_prob values ('mydir1/', 'mytest3') #remapped: batcalc.+ #2025-04-05 01:21:22: client0049: SQLrun: INFO: Executing: select distinct concat("dir", "test") as a from lim_prob order by a limit 10 #remapped: batcalc.+ #2025-04-05 01:21:22: client0049: SQLrun: INFO: Executing: select distinct concat("dir", "test") as a from lim_prob order by a #2025-04-05 01:21:22: client0049: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0050: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0050: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0050: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0050: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0050: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0050: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0050: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0050: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0050: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0050: SQLrun: INFO: Executing: create table lim_prob(dir varchar(30), test varchar(30), dir_test varchar(60)) #2025-04-05 01:21:22: client0050: SQLrun: INFO: Executing: insert into lim_prob values ('mydir1/', 'mytest1', 'mydir1/mytest1') #2025-04-05 01:21:22: client0050: SQLrun: INFO: Executing: insert into lim_prob values ('mydir2/', 'mytest3', 'mydir2/mytest3') #2025-04-05 01:21:22: client0050: SQLrun: INFO: Executing: insert into lim_prob values ('mydir1/', 'mytest2', 'mydir1/mytest2') #2025-04-05 01:21:22: client0050: SQLrun: INFO: Executing: insert into lim_prob values ('mydir1/', 'mytest4', 'mydir1/mytest4') #2025-04-05 01:21:22: client0050: SQLrun: INFO: Executing: insert into lim_prob values ('mydir2/', 'mytest1', 'mydir2/mytest1') #2025-04-05 01:21:22: client0050: SQLrun: INFO: Executing: insert into lim_prob values ('mydir2/', 'mytest2', 'mydir2/mytest2') #2025-04-05 01:21:22: client0050: SQLrun: INFO: Executing: insert into lim_prob values ('mydir1/', 'mytest3', 'mydir1/mytest3') #2025-04-05 01:21:22: client0050: SQLrun: INFO: Executing: select test from lim_prob order by dir_test limit 10 #2025-04-05 01:21:22: client0050: SQLrun: INFO: Executing: select dir from lim_prob order by dir_test limit 10 #2025-04-05 01:21:22: client0050: SQLrun: INFO: Executing: select dir_test from lim_prob order by dir,test limit 10 #2025-04-05 01:21:22: client0050: SQLrun: INFO: Executing: drop table lim_prob #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: drop table if exists limittest #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: create table limittest as select * from "sys"."generate_series"(1, 221) #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: select * from limittest order by value limit 5 #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: select * from limittest limit 0 #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: select * from limittest order by value limit 5 offset 20 #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: select * from limittest order by value offset 218 #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: select * from limittest order by value offset 219 row #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: select * from limittest order by value offset 218 rows #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: select * from limittest order by value fetch next row only #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: select * from limittest order by value fetch first 4 rows only #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: select * from limittest order by value offset 5 fetch first 4 rows only #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: select * from limittest order by value offset 5 fetch next 4 rows only #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: select * from limittest order by value fetch first row only #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: select * from limittest order by value fetch first 3 rows only #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: select * from limittest order by value offset 10 fetch first 3 rows only #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: select * from limittest order by value offset 218 #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: select * from limittest order by value offset 220 #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: select * from limittest order by value offset 222 #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: select * from limittest order by value fetch first 3 rows only #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: select * from (select * from limittest order by value offset 50 rows fetch first 10 rows only) t order by value offset 5 row fetch first 4 rows only #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: select * from (select * from limittest order by 1 desc offset 50 rows fetch first 10 rows only) t order by 1 asc offset 5 row fetch first 4 rows only #2025-04-05 01:21:22: client0051: SQLrun: INFO: Executing: drop table if exists limittest #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: create function my_abs(v int) returns int #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: create function my_abs1(v int) returns int #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: select my_abs(-1) #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: select my_abs(1) #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: select my_abs1(1) #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: create function my_while(v int) returns int #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: select my_while(105) #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: create function my_declare(v int) returns int #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: select my_declare(105) #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: create function my_complex_declare(v int) returns int #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: select my_complex_declare(1) #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: create function my_case(v int) returns int #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: select my_case(1) #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: select my_case(2) #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: select my_case(3) #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: create function my_searchcase(v int) returns int #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: select my_searchcase(1) #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: select my_searchcase(2) #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: select my_searchcase(3) #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: create function fwedgev3(x1 float,y1 float, z1 float, x2 float, y2 float, z2 float) #2025-04-05 01:21:22: client0052: SQLrun: INFO: Executing: select * from fwedgev3(cast (1.0 as float), cast (1.0 as float), cast (1.0 as float), cast (1.0 as float), cast (1.0 as float), cast (1.0 as float)) fla #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0053: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0053: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0053: SQLrun: INFO: Executing: drop all function "sys"."my_abs" #2025-04-05 01:21:22: client0053: SQLrun: INFO: Executing: drop all function "sys"."my_abs1" #2025-04-05 01:21:22: client0053: SQLrun: INFO: Executing: drop all function "sys"."my_while" #2025-04-05 01:21:22: client0053: SQLrun: INFO: Executing: drop all function "sys"."my_declare" #2025-04-05 01:21:22: client0053: SQLrun: INFO: Executing: drop all function "sys"."my_complex_declare" #2025-04-05 01:21:22: client0053: SQLrun: INFO: Executing: drop all function "sys"."my_case" #2025-04-05 01:21:22: client0053: SQLrun: INFO: Executing: drop all function "sys"."my_searchcase" #2025-04-05 01:21:22: client0053: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0053: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0053: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0053: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0053: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0053: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0053: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0053: SQLrun: INFO: Executing: create table capediff ( #2025-04-05 01:21:22: client0053: SQLrun: INFO: Executing: select cape_date,( #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0054: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0054: SQLrun: INFO: Executing: drop table "sys"."capediff" cascade #2025-04-05 01:21:22: client0054: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0054: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0054: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0054: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0054: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0054: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0054: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0054: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0054: SQLrun: INFO: Executing: select debug & 127 #2025-04-05 01:21:22: client0054: SQLrun: INFO: Executing: select current_schema #2025-04-05 01:21:22: client0054: SQLrun: INFO: Executing: select current_user #2025-04-05 01:21:22: client0054: SQLrun: INFO: Executing: select current_role #2025-04-05 01:21:22: client0054: SQLrun: INFO: Executing: select sys.debug & 127 #2025-04-05 01:21:22: client0054: SQLrun: INFO: Executing: select sys."current_schema" #2025-04-05 01:21:22: client0054: SQLrun: INFO: Executing: select sys."current_user" #2025-04-05 01:21:22: client0054: SQLrun: INFO: Executing: select sys."current_role" #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0055: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0055: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0055: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0055: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0055: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0055: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0055: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0055: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0055: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0055: SQLrun: INFO: Executing: select s."username", s."optimizer", s.querytimeout, s.workerlimit, s.memorylimit from sessions as s #2025-04-05 01:21:22: client0055: SQLrun: INFO: Executing: call setoptimizer('minimal_pipe') #2025-04-05 01:21:22: client0055: SQLrun: INFO: Executing: call setsessiontimeout(5000) #2025-04-05 01:21:22: client0055: SQLrun: INFO: Executing: call setquerytimeout(123) #2025-04-05 01:21:22: client0055: SQLrun: INFO: Executing: call setworkerlimit(12) #2025-04-05 01:21:22: client0055: SQLrun: INFO: Executing: select s."username", s."optimizer", s.sessiontimeout, s.querytimeout, s.workerlimit, s.memorylimit from sessions as s #2025-04-05 01:21:22: client0055: SQLrun: INFO: Executing: call setoptimizer('') #2025-04-05 01:21:22: client0055: SQLrun: INFO: Executing: call setsessiontimeout(-1) #2025-04-05 01:21:22: client0055: SQLrun: INFO: Executing: call setquerytimeout(-1) #2025-04-05 01:21:22: client0055: SQLrun: INFO: Executing: call setworkerlimit( -1) #2025-04-05 01:21:22: client0055: SQLrun: INFO: Executing: select s."username", s."optimizer", s.sessiontimeout, s.querytimeout, s.workerlimit, s.memorylimit from sessions as s #2025-04-05 01:21:22: client0055: SQLrun: INFO: Executing: call setoptimizer('sequential_pipe') #2025-04-05 01:21:22: client0055: SQLrun: INFO: Executing: call setsessiontimeout(1000) #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0056: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0056: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0056: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0056: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0056: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0056: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0056: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0056: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0056: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0056: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:22: client0056: SQLrun: INFO: Executing: create table t3addcolumn (name varchar(10)) #2025-04-05 01:21:22: client0056: SQLrun: INFO: Executing: insert into t3addcolumn values ('a'), ('b'), ('c') #2025-04-05 01:21:22: client0056: SQLrun: INFO: Executing: select * from t3addcolumn #2025-04-05 01:21:22: client0056: SQLrun: INFO: Executing: create table t2addcolumn (name varchar(10), seq serial) #remapped: batsql.next_value #2025-04-05 01:21:22: client0056: SQLrun: INFO: Executing: insert into t2addcolumn (name) select (name) from t3addcolumn #2025-04-05 01:21:22: client0056: SQLrun: INFO: Executing: select * from t2addcolumn #2025-04-05 01:21:22: client0056: SQLrun: INFO: Executing: create table t1addcolumn (name varchar(10)) #2025-04-05 01:21:22: client0056: SQLrun: INFO: Executing: insert into t1addcolumn (name) select (name) from t3addcolumn #remapped: batsql.next_value #2025-04-05 01:21:22: client0056: SQLrun: INFO: Executing: alter table t1addcolumn add column seq serial #2025-04-05 01:21:22: client0056: SQLrun: INFO: Executing: select * from t1addcolumn #2025-04-05 01:21:22: client0056: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: create table alphatest(expected double, computed double) #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: insert into alphatest values(1.1547200925865859,alpha(cast(30.0 as double),cast(1.0 as double))) #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: insert into alphatest values(1.4142854109042293,alpha(cast(45.0 as double),cast(1.0 as double))) #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: insert into alphatest values(2.0003048809350625,alpha(cast(60.0 as double),cast(1.0 as double))) #remapped: batcalc.- #remapped: batcalc.abs #remapped: batcalc.- #remapped: batcalc.abs #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: select abs(expected - computed) as err #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: create table photoobj ( #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: insert into photoobj #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: insert into photoobj #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: insert into photoobj #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: insert into photoobj #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: insert into photoobj #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: create table zoneindex ( #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: create table zoneheight( "value" double not null) #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: insert into zoneheight values(cast (0.1 as double)) #remapped: batcalc./ #remapped: batmmath.floor #remapped: batmmath.radians #remapped: batmmath.cos #remapped: batmmath.radians #remapped: batmmath.cos #remapped: batcalc.* #remapped: batmmath.radians #remapped: batmmath.cos #remapped: batmmath.radians #remapped: batmmath.sin #remapped: batcalc.* #remapped: batmmath.radians #remapped: batmmath.sin #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: insert into zoneindex #remapped: batcalc.- #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: insert into zoneindex #remapped: batcalc.+ #remapped: batmkey.hash #remapped: batmkey.rotate_xor_hash #remapped: batmkey.rotate_xor_hash #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.== #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: insert into zoneindex #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: create function getnearbyobjects(pra double, pdec double, ptheta double) #remapped: batcalc.* #remapped: batcalc.* #remapped: batcalc.+ #remapped: batcalc.* #remapped: batcalc.+ #remapped: batcalc.* #remapped: batcalc.* #remapped: batcalc.+ #remapped: batcalc.* #remapped: batcalc.+ #remapped: batcalc.< #remapped: batcalc.* #remapped: batcalc.* #remapped: batcalc.+ #remapped: batcalc.* #remapped: batcalc.+ #remapped: batmmath.acos #remapped: batmmath.degrees #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: select count(s.objid) #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: create table zonetest (objid bigint, expected double) #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: insert into zonetest values( 687726014001184891,0.00669124492169760) #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: insert into zonetest values( 687726014001184892,0.00688278877005443) #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: insert into zonetest values( 687726014001184894,0.00700190450261338) #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: insert into zonetest values( 687726014001184895,0.13972627471136584) #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: insert into zonetest values( 687726014001184896,0.13973831452158963) #remapped: batcalc.- #remapped: batcalc.abs #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: select s.objid,s.distance, t.expected #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: create function getnearestobject(pra double, pdec double) #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: create function fgetnearestobjidalleq(pra double, pdec double, pr double) #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: select cast(fgetnearestobjidalleq(193.75,1.48,0.1) - 687726014001184891 as bigint) #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: drop function fgetnearestobjidalleq #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: drop function getnearestobject #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: drop function getnearbyobjects #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: drop table alphatest #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: drop table zonetest #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: drop table zoneindex #2025-04-05 01:21:22: client0057: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0058: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0058: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0058: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0058: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0058: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0058: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0058: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0058: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0058: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0058: SQLrun: INFO: Executing: select degrees(-0.1) #2025-04-05 01:21:22: client0059: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0059: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0059: SQLrun: INFO: Executing: select degrees(-0.1) #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0060: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0060: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0060: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0060: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0060: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0060: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0060: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0060: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0060: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0060: SQLrun: INFO: Executing: create table coalescetest (id int, #2025-04-05 01:21:22: client0060: SQLrun: INFO: Executing: insert into coalescetest values (1,20,'a') #2025-04-05 01:21:22: client0060: SQLrun: INFO: Executing: insert into coalescetest(id,age) values (2,26) #2025-04-05 01:21:22: client0060: SQLrun: INFO: Executing: insert into coalescetest(id,name) values (3,'c') #2025-04-05 01:21:22: client0060: SQLrun: INFO: Executing: insert into coalescetest(id) values (4) #remapped: batcalc.isnotnil #2025-04-05 01:21:22: client0060: SQLrun: INFO: Executing: select avg(coalesce(age,38)) from coalescetest #remapped: batcalc.isnotnil #2025-04-05 01:21:22: client0060: SQLrun: INFO: Executing: select id, coalesce(name,'user unknown') from coalescetest #remapped: batcalc.isnotnil #2025-04-05 01:21:22: client0060: SQLrun: INFO: Executing: select id, coalesce(age,'age unknown') from coalescetest #remapped: batcalc.isnotnil #2025-04-05 01:21:22: client0060: SQLrun: INFO: Executing: select id, coalesce(age,-1) from coalescetest #remapped: batcalc.isnotnil #remapped: batcalc.isnotnil #2025-04-05 01:21:22: client0060: SQLrun: INFO: Executing: select id, coalesce(name, age, 'unknown') from coalescetest #2025-04-05 01:21:22: client0060: SQLrun: INFO: Executing: select coalesce(null,'x') #remapped: batcalc.isnotnil #2025-04-05 01:21:22: client0060: SQLrun: INFO: Executing: select id, name, age from coalescetest where coalesce(name,'unknown') like 'unknown' #remapped: batcalc.isnotnil #remapped: batcalc.isnotnil #remapped: batcalc.isnotnil #remapped: batcalc.< #2025-04-05 01:21:22: client0060: SQLrun: INFO: Executing: select id, name, age from coalescetest where coalesce(id, 0) < coalesce(age, 1) and coalesce(name,'unknown') like 'unknown' #2025-04-05 01:21:22: client0060: SQLrun: INFO: Executing: insert into coalescetest(id,name) values (3,'hello this is a test') #remapped: batcalc.isnotnil #remapped: batcalc.isnotnil #2025-04-05 01:21:22: client0060: SQLrun: INFO: Executing: select id, coalesce(name, age, 'unknown') from coalescetest #2025-04-05 01:21:22: client0060: SQLrun: INFO: Executing: drop table coalescetest #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0061: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0061: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0061: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0061: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0061: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0061: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0061: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0061: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0061: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0061: SQLrun: INFO: Executing: select round(748.58, -1),round(748.58, -2),round(748.58, -3),round(748.58, -4) #2025-04-05 01:21:22: client0061: SQLrun: INFO: Executing: select round(123.9994, 3),round(123.9995, 3) #2025-04-05 01:21:22: client0061: SQLrun: INFO: Executing: select round(123.4545, 2) #2025-04-05 01:21:22: client0061: SQLrun: INFO: Executing: select round(123.45, -2) #2025-04-05 01:21:22: client0061: SQLrun: INFO: Executing: select round(150.75, 0) #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: create table ranktest ( id int, k string) #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: copy 27 records into ranktest from stdin using delimiters '|',E'\n'; #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: select count(*) from ranktest #remapped: batsql.row_number #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: select row_number() over () as foo from ranktest order by foo #remapped: batsql.diff #remapped: batsql.row_number #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: select row_number() over (partition by id) as foo, id from ranktest order by foo, id #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.row_number #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: select row_number() over (partition by id order by id) as foo, id from ranktest order by foo, id #remapped: batsql.diff #remapped: batsql.row_number #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: select row_number() over (order by id) as foo, id from ranktest order by foo, id #remapped: batsql.rank #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: select rank() over () as foo from ranktest order by foo #remapped: batsql.diff #remapped: batsql.rank #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: select rank() over (partition by id) as foo, id from ranktest order by foo, id #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.rank #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: select rank() over (partition by id order by id) as foo, id from ranktest order by foo, id #remapped: batsql.diff #remapped: batsql.rank #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: select rank() over (order by id) as foo, id from ranktest order by foo, id #remapped: batsql.rank #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: select rank() over () as foo, id, k from ranktest order by foo, id, k #remapped: batsql.diff #remapped: batsql.rank #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: select rank() over (partition by id) as foo, id, k from ranktest order by foo, id, k #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.rank #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: select rank() over (partition by id order by id, k) as foo, id, k from ranktest order by foo, id, k #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.rank #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: select rank() over (order by id, k) as foo, id, k from ranktest order by foo, id, k #remapped: batsql.dense_rank #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: select dense_rank() over () as foo, id, k from ranktest order by k, foo, id #remapped: batsql.diff #remapped: batsql.dense_rank #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: select dense_rank() over (partition by id) as foo, id, k from ranktest order by k, foo, id #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.dense_rank #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: select dense_rank() over (partition by id order by id, k) as foo, id, k from ranktest order by k, foo, id #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.dense_rank #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: select dense_rank() over (order by id, k) as foo, id, k from ranktest order by k, foo, id #2025-04-05 01:21:22: client0062: SQLrun: INFO: Executing: drop table ranktest #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0065: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0065: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0065: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0065: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0065: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0065: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0065: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0065: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0065: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0065: SQLrun: INFO: Executing: create function f1() #2025-04-05 01:21:22: client0065: SQLrun: INFO: Executing: create function f1(id int) #2025-04-05 01:21:22: client0065: SQLrun: INFO: Executing: create function f2(id int) #2025-04-05 01:21:22: client0065: SQLrun: INFO: Executing: create function f3(id int, name varchar(1024)) #2025-04-05 01:21:22: client0065: SQLrun: INFO: Executing: select name from functions where name = 'f1' or name = 'f2' or name = 'f3' #2025-04-05 01:21:22: client0065: SQLrun: INFO: Executing: select name from functions where name = 'f1' or name = 'f2' or name = 'f3' #2025-04-05 01:21:22: client0065: SQLrun: INFO: Executing: drop function f1() #2025-04-05 01:21:22: client0065: SQLrun: INFO: Executing: select name from functions where name = 'f1' or name = 'f2' or name = 'f3' #2025-04-05 01:21:22: client0065: SQLrun: INFO: Executing: select name from functions where name = 'f1' or name = 'f2' or name = 'f3' #2025-04-05 01:21:22: client0065: SQLrun: INFO: Executing: drop function f2 (int) #2025-04-05 01:21:22: client0065: SQLrun: INFO: Executing: select name from functions where name = 'f1' or name = 'f2' or name = 'f3' #2025-04-05 01:21:22: client0065: SQLrun: INFO: Executing: drop function f3 (int, varchar(1024)) #2025-04-05 01:21:22: client0065: SQLrun: INFO: Executing: select name from functions where name = 'f1' or name = 'f2' or name = 'f3' #2025-04-05 01:21:22: client0065: SQLrun: INFO: Executing: create function f1() #2025-04-05 01:21:22: client0065: SQLrun: INFO: Executing: drop all function f1 #2025-04-05 01:21:22: client0065: SQLrun: INFO: Executing: select name from functions where name = 'f1' or name = 'f2' or name = 'f3' #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0066: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0066: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0066: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0066: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0066: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0066: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0066: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0066: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0066: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0066: SQLrun: INFO: Executing: create function f1(i int) returns table (j int) begin return table(select i); end #2025-04-05 01:21:22: client0066: SQLrun: INFO: Executing: create function f2(i int) returns table (j int) begin return table(select i union select 2 * i); end #2025-04-05 01:21:22: client0066: SQLrun: INFO: Executing: create function f3(i bigint) returns table (j int) begin return table(select i union select 2 * i); end #2025-04-05 01:21:22: client0066: SQLrun: INFO: Executing: create function f4(i int) returns table (j int) begin return table(select i union select i); end #2025-04-05 01:21:22: client0066: SQLrun: INFO: Executing: select * from f1(1) #2025-04-05 01:21:22: client0066: SQLrun: INFO: Executing: select * from f2(3) #2025-04-05 01:21:22: client0066: SQLrun: INFO: Executing: select * from f3(5) #2025-04-05 01:21:22: client0066: SQLrun: INFO: Executing: select * from f4(7) #2025-04-05 01:21:22: client0066: SQLrun: INFO: Executing: drop function f1 #2025-04-05 01:21:22: client0066: SQLrun: INFO: Executing: drop function f2 #2025-04-05 01:21:22: client0066: SQLrun: INFO: Executing: drop function f3 #2025-04-05 01:21:22: client0066: SQLrun: INFO: Executing: drop function f4 #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: create table t1 (id int) #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: create procedure p1() #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: create procedure p1(id int) #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: create procedure p2(id int) #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: create procedure p3(id int, name varchar(1024)) #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: select name from functions where name = 'p1' or name = 'p2' or name = 'p3' #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: select name from functions where name = 'p1' or name = 'p2' or name = 'p3' #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: drop procedure p1() #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: select name from functions where name = 'p1' or name = 'p2' or name = 'p3' #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: select name from functions where name = 'p1' or name = 'p2' or name = 'p3' #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: drop procedure p2 (int) #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: select name from functions where name = 'p1' or name = 'p2' or name = 'p3' #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: drop procedure p3 (int, varchar(1024)) #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: select name from functions where name = 'p1' or name = 'p2' or name = 'p3' #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: create procedure p1() #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: call p1() #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: select * from t1 #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: drop table t1 #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: drop all procedure p1 #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: drop table t1 #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: select name from functions where name = 'p1' or name = 'f1' #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: create procedure p1() #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: select name from functions where name = 'p1' or name = 'p2' or name = 'p3' #2025-04-05 01:21:22: client0067: SQLrun: INFO: Executing: drop procedure p1 #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0068: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0068: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0068: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0068: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0068: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0068: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0068: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0068: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0068: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0068: SQLrun: INFO: Executing: create table test01 ( #2025-04-05 01:21:22: client0068: SQLrun: INFO: Executing: insert into test01 values (10,'ABC',21) #2025-04-05 01:21:22: client0068: SQLrun: INFO: Executing: insert into test01 values (11,'ABD',22) #2025-04-05 01:21:22: client0068: SQLrun: INFO: Executing: insert into test01 values (12,'ABE',23) #2025-04-05 01:21:22: client0068: SQLrun: INFO: Executing: insert into test01 values (13,'ABF',24) #2025-04-05 01:21:22: client0068: SQLrun: INFO: Executing: insert into test01 values (14,'ABC',25) #2025-04-05 01:21:22: client0068: SQLrun: INFO: Executing: insert into test01 values (15,'ABD',26) #2025-04-05 01:21:22: client0068: SQLrun: INFO: Executing: insert into test01 values (16,'ABE',27) #2025-04-05 01:21:22: client0068: SQLrun: INFO: Executing: insert into test01 values (17,'ABD',28) #2025-04-05 01:21:22: client0068: SQLrun: INFO: Executing: insert into test01 values (18,'ABE',29) #2025-04-05 01:21:22: client0068: SQLrun: INFO: Executing: insert into test01 values (19,'ABF',30) #2025-04-05 01:21:22: client0068: SQLrun: INFO: Executing: select col1 #2025-04-05 01:21:22: client0068: SQLrun: INFO: Executing: select col1 as c0 #2025-04-05 01:21:22: client0068: SQLrun: INFO: Executing: select col1 as c0 #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0069: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0069: SQLrun: INFO: Executing: drop table "sys"."test01" cascade #2025-04-05 01:21:22: client0069: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0069: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0069: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0069: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0069: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0069: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0069: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0069: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0069: SQLrun: INFO: Executing: create table test02 ( #2025-04-05 01:21:22: client0069: SQLrun: INFO: Executing: insert into test02 values (10,'ABC',21) #2025-04-05 01:21:22: client0069: SQLrun: INFO: Executing: insert into test02 values (11,'ABD',22) #2025-04-05 01:21:22: client0069: SQLrun: INFO: Executing: insert into test02 values (12,'ABE',23) #2025-04-05 01:21:22: client0069: SQLrun: INFO: Executing: insert into test02 values (13,'ABF',24) #2025-04-05 01:21:22: client0069: SQLrun: INFO: Executing: insert into test02 values (14,'ABC',25) #2025-04-05 01:21:22: client0069: SQLrun: INFO: Executing: insert into test02 values (15,'ABD',26) #2025-04-05 01:21:22: client0069: SQLrun: INFO: Executing: insert into test02 values (16,'ABE',27) #2025-04-05 01:21:22: client0069: SQLrun: INFO: Executing: insert into test02 values (17,'ABD',28) #2025-04-05 01:21:22: client0069: SQLrun: INFO: Executing: insert into test02 values (18,'ABE',29) #2025-04-05 01:21:22: client0069: SQLrun: INFO: Executing: insert into test02 values (19,'ABF',30) #2025-04-05 01:21:22: client0069: SQLrun: INFO: Executing: plan select col1 #2025-04-05 01:21:22: client0069: SQLrun: INFO: Executing: select col1 #2025-04-05 01:21:22: client0069: SQLrun: INFO: Executing: drop table test02 #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0070: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0070: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0070: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0070: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0070: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0070: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0070: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0070: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0070: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0070: SQLrun: INFO: Executing: set optimizer='default_pipe' #2025-04-05 01:21:22: client0070: SQLrun: INFO: Executing: set optimizer='minimal_pipe' #2025-04-05 01:21:22: client0070: SQLrun: INFO: Executing: select optimizer #2025-04-05 01:21:22: client0070: SQLrun: INFO: Executing: set optimizer=' optimizer.inline(); optimizer.remap(); optimizer.evaluate(); optimizer.costModel(); optimizer.coercions(); optimizer.emptySet(); optimizer.aliases(); optimizer.mergetable(); optimizer.deadcode(); optimizer.commonTerms(); optimizer.joinPath(); optimizer.reorder(); optimizer.deadcode(); optimizer.reduce(); optimizer.querylog(); optimizer.multiplex(); #2025-04-05 01:21:22: client0070: SQLrun: INFO: Executing: select optimizer #2025-04-05 01:21:22: client0070: SQLrun: INFO: Executing: set optimizer='myfamous_pipe' #2025-04-05 01:21:22: client0070: SQLrun: INFO: Executing: select optimizer #2025-04-05 01:21:22: client0070: SQLrun: INFO: Executing: select * from optimizers() #2025-04-05 01:21:22: client0070: SQLrun: INFO: Executing: set optimizer='default_pipe' #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: create table stringtest ( str varchar(20), str2 varchar(20)) #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: insert into stringtest values ('', 'test') #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: insert into stringtest values ('test', '') #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: insert into stringtest values ('','') #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: insert into stringtest values (' Test ','') #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select * from stringtest #remapped: batstr.length #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select length(str), str from stringtest #remapped: batstr.substring3 #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select substring(str from 2 for 8), str2 from stringtest #remapped: batstr.substring3 #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select substring(str, 2, 8), str2 from stringtest #remapped: batstr.substring3 #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select substring(str from 2 for 1), str2 from stringtest #remapped: batstr.substring3 #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select substring(str, 2, 1), str2 from stringtest #remapped: batstr.substring #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select substring(str from 2), str2 from stringtest #remapped: batstr.substring #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select substring(str, 2), str2 from stringtest #remapped: batstr.locate #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select position(str in str2), str, str2 from stringtest #remapped: batstr.locate #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select locate(str,str2), str, str2 from stringtest #remapped: batstr.ascii #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select ascii(str), str from stringtest #remapped: batstr.ascii #remapped: batstr.unicode #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select code(ascii(str)), str from stringtest #remapped: batstr.stringleft #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select left(str,3), str from stringtest #remapped: batstr.stringright #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select right(str,3), str from stringtest #remapped: batstr.toLower #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select lower(str), str from stringtest #remapped: batstr.toLower #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select lcase(str), str from stringtest #remapped: batstr.toUpper #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select upper(str), str from stringtest #remapped: batstr.toUpper #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select ucase(str), str from stringtest #remapped: batstr.trim #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select trim(str), str from stringtest #remapped: batstr.ltrim #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select ltrim(str), str from stringtest #remapped: batstr.rtrim #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select rtrim(str), str from stringtest #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select insert(str,2,4,str2), str, str2 from stringtest #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select replace(str,'t',str), str, str2 from stringtest #remapped: batstr.repeat #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select repeat(str,4), str from stringtest #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select ascii(4), str from stringtest #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select str,str2,soundex(str),soundex(str2), editdistance2(soundex(str),soundex(str2)), editdistance(soundex(str),soundex(str2)), difference(str,str2) from stringtest #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: insert into stringtest values ('monetdbiscool', 'coolismonetdb') #2025-04-05 01:21:22: client0071: OPTexpandMultiplex: WARNING: To speedup txtsim.levenshtein a bulk operator implementation is needed for X_28:bat[:int] := mal.multiplex("txtsim":str, "levenshtein":str, X_20:bat[:str], X_21:bat[:str], 1:int, 2:int, 3:int); #[11] (0) 28 <- 29 30 20 21 23 25 27 #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select levenshtein(str,str2, 1, 2, 3), str, str2 from stringtest #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: insert into stringtest values ('monetdb45is+ cool', ' 123123 123123 ') #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: select qgramnormalize(str) , qgramnormalize(str2), str, str2 from stringtest #2025-04-05 01:21:22: client0071: SQLrun: INFO: Executing: drop table stringtest #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: commit #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: create table s ( snr int, sname varchar(30) ) #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: create table sp ( snr int, pnr varchar(30) ) #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 1 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 2 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 10 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 11 #remapped: batcalc.isnil #remapped: batcalc.ifthenelse #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 12 #remapped: batcalc.isnil #remapped: batcalc.ifthenelse #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 21 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 22 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 23 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 24 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 25 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 26 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 27 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 28 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 29 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 30 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 31 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 32 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 33 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 34 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 35 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 36 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 37 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 38 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 39 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 41 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 42 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 44 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 45 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 47 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 48 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 50 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 51 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select 52 #2025-04-05 01:21:22: client0072: SQLrun: INFO: Executing: select distinct s.sname #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:22: client0073: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:22: client0073: SQLrun: INFO: Executing: drop table "sys"."s" cascade #2025-04-05 01:21:22: client0073: SQLrun: INFO: Executing: drop table "sys"."sp" cascade #2025-04-05 01:21:22: client0073: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:22: client0073: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:22: client0073: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0073: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:22: client0073: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:22: client0073: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:22: client0073: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:22: client0073: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:22: client0073: SQLrun: INFO: Executing: create table my_test ( #2025-04-05 01:21:22: client0073: SQLrun: INFO: Executing: copy 5 offset 5 records into my_test from stdin using delimiters '|',E'\n' null as ''; #2025-04-05 01:21:23: client0073: SQLrun: INFO: Executing: select * from my_test #2025-04-05 01:21:23: client0073: SQLrun: INFO: Executing: copy 9 records into my_test from stdin using delimiters '|',E'\n' null as ''; #2025-04-05 01:21:23: client0073: SQLrun: INFO: Executing: select * from my_test #2025-04-05 01:21:23: client0073: SQLrun: INFO: Executing: drop table my_test #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:23: client0078: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:23: client0078: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:23: client0078: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:23: client0078: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0078: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:23: client0078: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0078: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:23: client0078: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:23: client0078: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:23: client0078: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:23: client0078: SQLrun: INFO: Executing: create table copyouttest ( str varchar(20), str2 varchar(20)) #2025-04-05 01:21:23: client0078: SQLrun: INFO: Executing: insert into copyouttest values ('', 'test') #2025-04-05 01:21:23: client0078: SQLrun: INFO: Executing: insert into copyouttest values ('test', '') #2025-04-05 01:21:23: client0078: SQLrun: INFO: Executing: insert into copyouttest values ('','') #2025-04-05 01:21:23: client0078: SQLrun: INFO: Executing: insert into copyouttest values (' Test ','') #2025-04-05 01:21:23: client0078: SQLrun: INFO: Executing: select * from copyouttest #2025-04-05 01:21:23: client0078: SQLrun: INFO: Executing: copy select * from copyouttest into E'/export/scratch1/home/monet/testing/ae7d186bfa6e-6-1-3/tests/sql/mTests/sql/test/x.dat' delimiters '[]', E'\n' #2025-04-05 01:21:23: client0078: SQLrun: INFO: Executing: drop table copyouttest #2025-04-05 01:21:23: client0078: SQLrun: INFO: Executing: create table copyintest ( str varchar(20), str2 varchar(20)) #2025-04-05 01:21:23: client0078: SQLrun: INFO: Executing: copy into copyintest from E'/export/scratch1/home/monet/testing/ae7d186bfa6e-6-1-3/tests/sql/mTests/sql/test/x.dat' delimiters '[]', E'\n', '"' #2025-04-05 01:21:23: client0078: SQLrun: INFO: Executing: select count(*) from copyintest #2025-04-05 01:21:23: client0078: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: create table antitest01 ( #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: create table antitest02 ( #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: insert into antitest01 values (10,'ABC',21) #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: insert into antitest01 values (11,'ABD',22) #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: insert into antitest01 values (12,'ABE',23) #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: insert into antitest01 values (13,'ABF',24) #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: insert into antitest01 values (14,'ABC',25) #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: insert into antitest01 values (15,'ABD',26) #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: insert into antitest01 values (16,'ABE',27) #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: insert into antitest01 values (17,'ABD',28) #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: insert into antitest01 values (18,'ABE',29) #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: insert into antitest01 values (19,'ABF',30) #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: insert into antitest02 select * from antitest01 order by id, col2 #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: select * from antitest01 #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: select * from antitest01 #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: select * from antitest01 #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: select * from antitest01 #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: select * from antitest02 #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: select * from antitest02 #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: select * from antitest02 #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: select * from antitest02 #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: drop table antitest01 #2025-04-05 01:21:23: client0082: SQLrun: INFO: Executing: drop table antitest02 #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: create table sampledata ( groupid int, numvalue int ) #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: insert into sampledata values ( 1, 1 ) #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: insert into sampledata values ( 1, 2 ) #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: insert into sampledata values ( 1, 6 ) #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: insert into sampledata values ( 1, 16 ) #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: insert into sampledata values ( 1, 7 ) #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: insert into sampledata values ( 2, 5 ) #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: insert into sampledata values ( 2, 5 ) #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: insert into sampledata values ( 2, 5 ) #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: insert into sampledata values ( 2, 11 ) #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: insert into sampledata values ( 3, 10 ) #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: insert into sampledata values ( 3, 17 ) #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: insert into sampledata values ( 3, 52 ) #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: insert into sampledata values ( 3, 66 ) #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: insert into sampledata values ( 4, 18 ) #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: insert into sampledata values ( 5, 0 ) #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: insert into sampledata values ( 5, 0 ) #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: insert into sampledata values ( 5, 0 ) #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: select count(*) from sampledata #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: select median(numvalue) from sampledata #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: select median(groupid) from sampledata #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: select groupid, median(numvalue) from sampledata group by groupid order by groupid #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.row_number #remapped: batcalc.+ #remapped: batcalc./ #remapped: batcalc./ #remapped: batcalc.% #remapped: batcalc.+ #remapped: batcalc.* #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: select r.groupid, cast(avg(1.0*r.numvalue) as decimal(10,2)) as medianvalue #remapped: batcalc.- #remapped: batcalc.* #remapped: batcalc./ #remapped: batmmath.sqrt #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: select r.groupid, sqrt(sum((r.n-g.a)*(r.n-g.a))/count(*)) as stdev #2025-04-05 01:21:23: client0083: SQLrun: INFO: Executing: drop table sampledata #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: create table hello(i integer) #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: insert into hello values (2), (3), (4) #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: create table if not exists hello(i integer) #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: select * from hello #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: rollback #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: select name from tables where name='hello' #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: create table hello(i integer) #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: rollback #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: create table hello(i integer) #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: select name from tables where name='hello' #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: drop table if exists hello #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: drop table if exists hello #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: select 1 #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: rollback #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: create table hello(i integer) #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: drop table hello #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: rollback #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: create schema if not exists hello #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: select name from schemas where name='hello' #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: create schema if not exists hello #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: create table hello.tbl(i integer) #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: insert into hello.tbl values (3) #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: select * from hello.tbl #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: rollback #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: select name from schemas where name='hello' #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: create schema hello #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: rollback #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: create schema hello #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: select name from schemas where name='hello' #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: drop schema if exists hello #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: drop schema if exists hello #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: select 1 #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: select name from schemas where name='hello' #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: rollback #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: create schema hello #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: drop schema hello #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: drop schema hello #2025-04-05 01:21:23: client0084: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:23: client0085: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:23: client0085: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:23: client0085: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:23: client0085: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0085: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:23: client0085: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0085: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:23: client0085: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:23: client0085: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:23: client0085: SQLrun: INFO: Executing: create table tab0 (col0 integer, col2 text) #2025-04-05 01:21:23: client0085: SQLrun: INFO: Executing: insert into tab0 values (1,'lekker'), (2, 'heerlijk'), (3, 'smullen') #2025-04-05 01:21:23: client0085: SQLrun: INFO: Executing: create view view1 as select * from tab0 #2025-04-05 01:21:23: client0085: SQLrun: INFO: Executing: create view view2 as select count(*) from tab0 #2025-04-05 01:21:23: client0085: SQLrun: INFO: Executing: drop view view1 #2025-04-05 01:21:23: client0085: SQLrun: INFO: Executing: drop view if exists view1 #2025-04-05 01:21:23: client0085: SQLrun: INFO: Executing: drop view if exists view2 #2025-04-05 01:21:23: client0085: SQLrun: INFO: Executing: drop function if exists "idontexist"."idontexist"() #2025-04-05 01:21:23: client0085: SQLrun: INFO: Executing: drop function if exists "idontexist"."idontexist"(int) #2025-04-05 01:21:23: client0085: SQLrun: INFO: Executing: drop function if exists "sys"."idontexist"() #2025-04-05 01:21:23: client0085: SQLrun: INFO: Executing: drop function if exists "sys"."idontexist"(int) #2025-04-05 01:21:23: client0085: SQLrun: INFO: Executing: drop table tab0 #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:23: client0086: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:23: client0086: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:23: client0086: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:23: client0086: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0086: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:23: client0086: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0086: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:23: client0086: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:23: client0086: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:23: client0086: SQLrun: INFO: Executing: set optimizer='sequential_pipe' #2025-04-05 01:21:23: client0086: SQLrun: INFO: Executing: create table mytypes (id integer, systemname varchar(256)) #2025-04-05 01:21:23: client0086: SQLrun: INFO: Executing: insert into mytypes values (0, 'void'),(1,'bat'),(2,'ptr'),(3,'bit'),(4,'str'),(5,'str'),(6,'str'),(7,'oid'),(8,'bte'),(9,'sht'), #2025-04-05 01:21:23: client0086: SQLrun: INFO: Executing: select '~BeginVariableOutput~' #2025-04-05 01:21:23: client0086: SQLrun: INFO: Executing: trace select count(*) from mytypes #2025-04-05 01:21:23: client0086: SQLrun: INFO: Executing: select '~EndVariableOutput~' #2025-04-05 01:21:23: client0086: SQLrun: INFO: Executing: select count(*) from tracelog() #2025-04-05 01:21:23: client0086: SQLrun: INFO: Executing: drop table mytypes #2025-04-05 01:21:23: client0086: SQLrun: INFO: Executing: set optimizer='default_pipe' #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || lpad('hi', 7) || '#' #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || lpad('hixyäbcdef', 7) || '#' #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || lpad('hi', 7, 'xya') || '#' #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || lpad('hi', 7, 'xyä') || '#' #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || lpad('hi', 7, 'xy颖äbcdef') || '#' #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || lpad('hi颖xyäbcdef', 7, 'lmn') || '#' #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || rpad('hi', 7) || '#' #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || rpad('hixyäbcdef', 7) || '#' #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || rpad('hi', 7, 'xya') || '#' #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || rpad('hi', 7, 'xyä') || '#' #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || rpad('hi', 7, 'xy颖äbcdef') || '#' #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || rpad('hi颖xyäbcdef', 7, 'lmn') || '#' #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: create table p (s varchar(20), n int) #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: insert into p values ('hi', 10), ('hixyäbcdef', 7) #remapped: batstr.lpad #remapped: batcalc.+ #remapped: batcalc.+ #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || lpad(s, 5) || '#' from p #remapped: batstr.lpad #remapped: batcalc.+ #remapped: batcalc.+ #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || lpad(s, n) || '#' from p #remapped: batstr.rpad #remapped: batcalc.+ #remapped: batcalc.+ #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || rpad(s, 5) || '#' from p #remapped: batstr.rpad #remapped: batcalc.+ #remapped: batcalc.+ #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || rpad(s, n) || '#' from p #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: create table p2 (s varchar(20), n int, s2 varchar(10)) #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: insert into p2 values ('hi', 6, 'xya'), ('hi', 7, 'xyä'), ('hi', 8, 'xy颖äbcdef'), ('hi颖xyäbcdef', 9, 'lmn') #remapped: batstr.lpad3 #remapped: batcalc.+ #remapped: batcalc.+ #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || lpad(s, 10, 'x') || '#' from p2 #remapped: batstr.lpad3 #remapped: batcalc.+ #remapped: batcalc.+ #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || lpad(s, n, 'x') || '#' from p2 #remapped: batstr.lpad3 #remapped: batcalc.+ #remapped: batcalc.+ #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || lpad(s, 10, s2) || '#' from p2 #remapped: batstr.lpad3 #remapped: batcalc.+ #remapped: batcalc.+ #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || lpad(s, n, s2) || '#' from p2 #remapped: batstr.rpad3 #remapped: batcalc.+ #remapped: batcalc.+ #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || rpad(s, 10, 'x') || '#' from p2 #remapped: batstr.rpad3 #remapped: batcalc.+ #remapped: batcalc.+ #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || rpad(s, n, 'x') || '#' from p2 #remapped: batstr.rpad3 #remapped: batcalc.+ #remapped: batcalc.+ #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || rpad(s, 10, s2) || '#' from p2 #remapped: batstr.rpad3 #remapped: batcalc.+ #remapped: batcalc.+ #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || rpad(s, n, s2) || '#' from p2 #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: drop table p #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: drop table p2 #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || rpad('hi颖xyäbcdef', 0) || '#' #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || lpad('hi颖xyäbcdef', 0) || '#' #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || rpad('hi颖xyäbcdef', 0, 'junk') || '#' #2025-04-05 01:21:23: client0087: SQLrun: INFO: Executing: select '#' || lpad('hi颖xyäbcdef', 0, 'junk') || '#' #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: select '#' || trim('zzzytrimxxxx', 'zyx') || '#' #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: select '#' || trim('zzëzytrimxxëxx', 'zëyx') || '#' #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: select '#' || trim('zzë颖zytrimxx颖ëxx', 'zëy颖x') || '#' #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: select '#' || ltrim('zzzytrim', 'zyx') || '#' #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: select '#' || ltrim('zzëzytrim', 'zëyx') || '#' #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: select '#' || ltrim('zzë颖zytrim', 'zëy颖x') || '#' #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: select '#' || rtrim('trimxxxx', 'zyx') || '#' #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: select '#' || rtrim('trimxxëxx', 'zëyx') || '#' #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: select '#' || rtrim('trimxx颖ëxx', 'zëy颖x') || '#' #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: create table t (s varchar(20), s2 varchar(10)) #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: insert into t values ('zzzytrimxxxx', 'zyx'), ('zzëzytrimxxëxx', 'zëyx'), ('zzë颖zytrimxx颖ëxx', 'zëy颖x') #remapped: batstr.trim2 #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: select trim(s, 'zëy颖x') from t #remapped: batstr.trim2 #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: select trim(s, s2) from t #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: create table lt (s varchar(20), s2 varchar(10)) #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: insert into lt values ('zzzytrim', 'zyx'), ('zzëzytrim', 'zëyx'), ('zzë颖zytrim', 'zëy颖x') #remapped: batstr.ltrim2 #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: select ltrim(s, 'zëy颖x') from lt #remapped: batstr.ltrim2 #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: select ltrim(s, s2) from lt #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: create table rt (s varchar(20), s2 varchar(10)) #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: insert into rt values ('trimxxxx', 'zyx'), ('trimxxëxx', 'zëyx'), ('trimxx颖ëxx', 'zëy颖x') #remapped: batstr.rtrim2 #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: select rtrim(s, 'zëy颖x') from rt #remapped: batstr.rtrim2 #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: select rtrim(s, s2) from rt #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: drop table t #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: drop table lt #2025-04-05 01:21:23: client0088: SQLrun: INFO: Executing: drop table rt #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:23: client0089: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:23: client0089: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:23: client0089: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:23: client0089: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0089: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:23: client0089: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0089: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:23: client0089: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:23: client0089: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:23: client0089: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:23: client0089: SQLrun: INFO: Executing: create table mtcars ( #2025-04-05 01:21:23: client0089: SQLrun: INFO: Executing: copy into mtcars from 'mtcars' on client using delimiters 'a','b','c' null as '' fwf (4, 2, 6, 4, 5, 6, 6, 2, 2, 2, 2) #2025-04-05 01:21:23: client0089: SQLrun: INFO: Executing: select count(*) from mtcars #2025-04-05 01:21:23: client0089: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:23: client0098: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:23: client0098: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:23: client0098: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:23: client0098: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0098: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:23: client0098: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0098: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:23: client0098: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:23: client0098: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:23: client0098: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:23: client0098: SQLrun: INFO: Executing: create table compression_schemes ( #2025-04-05 01:21:23: client0098: SQLrun: INFO: Executing: copy into compression_schemes #2025-04-05 01:21:23: client0098: SQLrun: INFO: Executing: copy into compression_schemes #2025-04-05 01:21:23: client0098: SQLrun: INFO: Executing: copy into compression_schemes #2025-04-05 01:21:23: client0098: SQLrun: INFO: Executing: copy into compression_schemes #2025-04-05 01:21:23: client0098: SQLrun: INFO: Executing: select * from compression_schemes order by extension #2025-04-05 01:21:23: client0098: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: create table testing (ab int) #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: insert into testing values (1) #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: truncate testing #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: create table testing2 (abc int) #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: create trigger nanani2 after truncate on testing for each statement begin atomic insert into testing2 values (1); end #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: insert into testing values (2), (3) #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: truncate testing #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: select count(*) from testing2 #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: drop trigger nanani2 #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: truncate testing2 #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: create trigger nanani2 after delete on testing for each statement begin atomic insert into testing2 values (2); end #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: insert into testing values (4) #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: truncate testing #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: insert into testing values (5) #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: delete from testing #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: select count(*) from testing2 #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: drop trigger nanani2 #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: drop table testing #2025-04-05 01:21:23: client0111: SQLrun: INFO: Executing: drop table testing2 #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: create table testing4 (a int primary key) #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: create table testing5 (abc int primary key) #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: alter table testing5 add constraint "a_fkey" foreign key ("abc") references testing4 ("a") #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: insert into testing4 values (1) #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: insert into testing5 values (1) #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: select a from testing4 #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: select abc from testing5 #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: plan truncate testing4 restrict #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: select a from testing4 #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: select abc from testing5 #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: plan truncate testing4 cascade #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: truncate testing4 cascade #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: select a from testing4 #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: select abc from testing5 #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: create table testing6 (a int auto_increment, b int) #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: insert into testing6 (b) values (1) #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: insert into testing6 (b) values (1) #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: select a, b from testing6 #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: plan truncate testing6 #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: truncate testing6 #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: insert into testing6 (b) values (3) #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: insert into testing6 (b) values (4) #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: select a, b from testing6 #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: plan truncate testing6 continue identity #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: truncate testing6 continue identity #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: insert into testing6 (b) values (5) #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: insert into testing6 (b) values (6) #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: select a, b from testing6 #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: plan truncate testing6 restart identity #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: truncate testing6 restart identity #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: insert into testing6 (b) values (7) #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: insert into testing6 (b) values (8) #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: select a, b from testing6 #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: drop table testing5 #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: drop table testing4 #2025-04-05 01:21:23: client0112: SQLrun: INFO: Executing: drop table testing6 #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:23: client0113: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:23: client0113: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:23: client0113: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:23: client0113: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0113: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:23: client0113: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0113: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:23: client0113: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:23: client0113: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:23: client0113: SQLrun: INFO: Executing: create table testing7 (ab int) #2025-04-05 01:21:23: client0113: SQLrun: INFO: Executing: create table testing8 (abc int) #2025-04-05 01:21:23: client0113: SQLrun: INFO: Executing: create trigger nanani after insert on testing7 for each statement begin atomic insert into testing8 values (1); end #2025-04-05 01:21:23: client0113: SQLrun: INFO: Executing: insert into testing7 values (1) #2025-04-05 01:21:23: client0113: SQLrun: INFO: Executing: select abc from testing8 #2025-04-05 01:21:23: client0113: SQLrun: INFO: Executing: create or replace trigger nanani after insert on testing7 for each statement begin atomic insert into testing8 values (2); end #2025-04-05 01:21:23: client0113: SQLrun: INFO: Executing: insert into testing7 values (1) #2025-04-05 01:21:23: client0113: SQLrun: INFO: Executing: select abc from testing8 #2025-04-05 01:21:23: client0113: SQLrun: INFO: Executing: drop trigger nanani #2025-04-05 01:21:23: client0113: SQLrun: INFO: Executing: drop table testing7 #2025-04-05 01:21:23: client0113: SQLrun: INFO: Executing: drop table testing8 #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:23: client0114: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:23: client0114: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:23: client0114: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:23: client0114: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0114: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:23: client0114: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0114: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:23: client0114: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:23: client0114: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:23: client0114: SQLrun: INFO: Executing: create table testing9 (a1 int, b2 text) #2025-04-05 01:21:23: client0114: SQLrun: INFO: Executing: create view viewtest as select a1, b2 from testing9 where a1 = 1 #2025-04-05 01:21:23: client0114: SQLrun: INFO: Executing: insert into testing9 values (1, 'one'), (2, 'two') #2025-04-05 01:21:23: client0114: SQLrun: INFO: Executing: select a1, b2 from viewtest #2025-04-05 01:21:23: client0114: SQLrun: INFO: Executing: create or replace view viewtest as select a1, b2 from testing9 where b2 = 'two' #2025-04-05 01:21:23: client0114: SQLrun: INFO: Executing: select a1, b2 from viewtest #2025-04-05 01:21:23: client0114: SQLrun: INFO: Executing: drop view viewtest #2025-04-05 01:21:23: client0114: SQLrun: INFO: Executing: drop table testing9 #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:23: client0115: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:23: client0115: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:23: client0115: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:23: client0115: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0115: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:23: client0115: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0115: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:23: client0115: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:23: client0115: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:23: client0115: SQLrun: INFO: Executing: create function demof1(fin int) returns table (fout int) begin return table(select fin); end #2025-04-05 01:21:23: client0115: SQLrun: INFO: Executing: create function demof(fin clob) returns table (fout clob) begin return table(select fin); end #2025-04-05 01:21:23: client0115: SQLrun: INFO: Executing: drop function demof1(int) #2025-04-05 01:21:23: client0115: SQLrun: INFO: Executing: drop function if exists demof1(int) #2025-04-05 01:21:23: client0115: SQLrun: INFO: Executing: drop function if exists demof(clob) #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:23: client0116: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:23: client0116: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:23: client0116: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:23: client0116: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0116: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:23: client0116: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0116: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:23: client0116: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:23: client0116: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:23: client0116: SQLrun: INFO: Executing: create table testing9 (abc int) #2025-04-05 01:21:23: client0116: SQLrun: INFO: Executing: create trigger test9 after insert on testing9 for each statement begin atomic insert into testing9 values (1); end #2025-04-05 01:21:23: client0116: SQLrun: INFO: Executing: drop trigger test9 #2025-04-05 01:21:23: client0116: SQLrun: INFO: Executing: drop trigger if exists test9 #2025-04-05 01:21:23: client0116: SQLrun: INFO: Executing: drop table testing9 #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:23: client0117: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:23: client0117: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:23: client0117: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:23: client0117: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0117: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:23: client0117: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0117: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:23: client0117: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:23: client0117: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:23: client0117: SQLrun: INFO: Executing: create table mytable (i integer) #2025-04-05 01:21:23: client0117: SQLrun: INFO: Executing: insert into mytable values (1) #2025-04-05 01:21:23: client0117: SQLrun: INFO: Executing: select 'b' as c from mytable #2025-04-05 01:21:23: client0117: SQLrun: INFO: Executing: select * #2025-04-05 01:21:23: client0117: SQLrun: INFO: Executing: select * #2025-04-05 01:21:23: client0117: SQLrun: INFO: Executing: select * #2025-04-05 01:21:23: client0117: SQLrun: INFO: Executing: drop table mytable #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:23: client0118: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:23: client0118: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:23: client0118: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:23: client0118: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0118: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:23: client0118: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0118: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:23: client0118: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:23: client0118: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:23: client0118: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:23: client0118: SQLrun: INFO: Executing: create table unicodetest ( #2025-04-05 01:21:23: client0118: SQLrun: INFO: Executing: insert into unicodetest (U&"\015D") values (U&'&+01F525&+01F692&+01F6F1&+01F9EF' uescape '&') #2025-04-05 01:21:23: client0118: SQLrun: INFO: Executing: insert into unicodetest (U&"&015D" uescape '&') values (U&'&+01F525' '&+01F692' '&+01F6F1' '&+01F9EF' uescape '&') #2025-04-05 01:21:23: client0118: SQLrun: INFO: Executing: insert into unicodetest (U&"\015D" uescape R'\') values (U&'\+01F525\+01F692\+01F6F1\+01F9EF') #2025-04-05 01:21:23: client0118: SQLrun: INFO: Executing: insert into unicodetest (U&"\015D" uescape E'\\') values (U&'\23ba\23bb\23bc\23bd') #2025-04-05 01:21:23: client0118: SQLrun: INFO: Executing: insert into unicodetest values (U&'\23ba' '\23bb' '\23bc' '\23bd' uescape r'\') #2025-04-05 01:21:23: client0118: SQLrun: INFO: Executing: insert into unicodetest values (U&'%23ba%23bb%23bc%23bd' uescape '%') #2025-04-05 01:21:23: client0118: SQLrun: INFO: Executing: select * from unicodetest #2025-04-05 01:21:23: client0118: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: create table employee ( #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: insert into employee values ( 1, 'Matthew', 'Management', 4500, 55) #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: insert into employee values ( 2, 'Olivia', 'Management', 4400, 61) #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: insert into employee values ( 3, 'Grace', 'Management', 4000, 42) #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: insert into employee values ( 4, 'Jim', 'Production', 3700, 35) #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: insert into employee values ( 5, 'Alice', 'Production', 3500, 24) #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: insert into employee values ( 6, 'Michael', 'Production', 3600, 28) #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: insert into employee values ( 7, 'Tom', 'Production', 3800, 35) #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: insert into employee values ( 8, 'Kevin', 'Production', 4000, 52) #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: insert into employee values ( 9, 'Elvis', 'Service', 4100, 40) #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: insert into employee values (10, 'Sophia', 'Sales', 4300, 36) #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: insert into employee values (11, 'Samantha','Sales', 4100, 38) #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: commit work #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select * from employee order by 1 #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.window_bound #remapped: batsql.window_bound #remapped: batsql.first_value #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.window_bound #remapped: batsql.window_bound #remapped: batsql.last_value #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.count #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.lag #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.lead #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select id, #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.row_number #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.window_bound #remapped: batsql.window_bound #remapped: batsql.nth_value #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.lead #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select id, #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.window_bound #remapped: batsql.window_bound #remapped: batsql.sum #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.window_bound #remapped: batsql.window_bound #remapped: batsql.sum #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select id, dep_name, salary, #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.window_bound #remapped: batsql.window_bound #remapped: batsql.sum #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select id, dep_name, salary, #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.window_bound #remapped: batsql.window_bound #remapped: batsql.sum #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select id, dep_name, salary, #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: drop table employee #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: create schema tutorial #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: create table tutorial.dc_bikeshare_q1_2012 (duration_seconds int, start_time timestamp, end_time timestamp, start_terminal varchar(100), end_terminal varchar(100), bike_id_nr int, member_type varchar(16)) #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: insert into tutorial.dc_bikeshare_q1_2012 values (155, '2012-01-05 12:30:10', '2012-01-05 12:21:05', 'DIEMEN', 'AMS', 1025, 'registered') #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: insert into tutorial.dc_bikeshare_q1_2012 values (165, '2012-01-05 12:30:10', '2012-01-05 12:21:15', 'DIEMEN', 'AMS', 2025, 'casual') #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: insert into tutorial.dc_bikeshare_q1_2012 values (155, '2012-01-06 16:30:10', '2012-01-06 18:21:05', 'DIEMEN', 'AMS', 1025, 'registered') #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: insert into tutorial.dc_bikeshare_q1_2012 values (165, '2012-01-06 16:30:10', '2012-01-06 18:21:15', 'DIEMEN', 'AMS', 2025, 'casual') #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: insert into tutorial.dc_bikeshare_q1_2012 values (55, '2012-01-07 10:30:10', '2012-01-07 10:31:05', 'AMS', 'AMS', 1025, 'registered') #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: insert into tutorial.dc_bikeshare_q1_2012 values (65, '2012-01-07 10:30:10', '2012-01-07 10:31:15', 'AMS', 'AMS', 2025, 'casual') #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select * from tutorial.dc_bikeshare_q1_2012 #remapped: batsql.diff #remapped: batsql.sum #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select duration_seconds, #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.sum #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select start_terminal, #remapped: batsql.diff #remapped: batsql.sum #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select start_terminal, #remapped: batsql.diff #remapped: batsql.sum #remapped: batsql.diff #remapped: batsql.count #remapped: batsql.diff #remapped: batsql.avg #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select start_terminal, #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.sum #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.count #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.avg #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select start_terminal, #remapped: batsql.diff #remapped: batsql.row_number #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select start_terminal, #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.row_number #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select start_terminal, #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.rank #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select start_terminal, #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.ntile #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.ntile #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.ntile #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select start_terminal, #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.lag #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.lead #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select start_terminal, #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.lag #remapped: batcalc.- #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select start_terminal, #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.lag #remapped: batcalc.- #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select * #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.ntile #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.ntile #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.ntile #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select start_terminal, #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.ntile #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.ntile #remapped: batsql.diff #remapped: batsql.diff #remapped: batsql.ntile #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: select start_terminal, #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: drop table tutorial.dc_bikeshare_q1_2012 #2025-04-05 01:21:23: client0119: SQLrun: INFO: Executing: drop schema tutorial #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:23: client0120: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:23: client0120: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:23: client0120: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:23: client0120: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0120: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:23: client0120: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:23: client0120: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:23: client0120: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:23: client0120: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:23: client0120: SQLrun: INFO: Executing: create table test (k int, v int) #remapped: batcalc.% #2025-04-05 01:21:23: client0120: SQLrun: INFO: Executing: insert into test select value % 10 as k, value as v from generate_series(1, 100) #2025-04-05 01:21:23: client0120: SQLrun: INFO: Executing: plan select * #2025-04-05 01:21:23: client0120: SQLrun: INFO: Executing: plan select * #2025-04-05 01:21:23: client0120: SQLrun: INFO: Executing: plan select * #2025-04-05 01:21:23: client0120: SQLrun: INFO: Executing: plan select * #2025-04-05 01:21:23: client0120: SQLrun: INFO: Executing: plan select * #2025-04-05 01:21:23: client0120: SQLrun: INFO: Executing: plan select * #2025-04-05 01:21:23: client0120: SQLrun: INFO: Executing: plan select * #2025-04-05 01:21:23: client0120: SQLrun: INFO: Executing: plan select * #2025-04-05 01:21:23: client0120: SQLrun: INFO: Executing: drop table test #2025-04-05 01:21:23: client0120: SQLrun: INFO: Executing: create table test (k varchar(100), v int) #remapped: batcalc.% #2025-04-05 01:21:23: client0120: SQLrun: INFO: Executing: insert into test select value % 10 as k, value as v from generate_series(1, 100) #2025-04-05 01:21:24: client0120: SQLrun: INFO: Executing: plan select * #2025-04-05 01:21:24: client0120: SQLrun: INFO: Executing: plan select * #2025-04-05 01:21:24: client0120: SQLrun: INFO: Executing: drop table test #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:24: client0121: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:24: client0121: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:24: client0121: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:24: client0121: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:24: client0121: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:24: client0121: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:24: client0121: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:25: client0122: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:25: client0122: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:25: client0122: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:25: client0122: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:25: client0122: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:25: client0122: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:25: client0122: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:26: client0123: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:26: client0123: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:26: client0123: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:26: client0123: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:26: client0123: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:26: client0123: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:26: client0123: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:28: client0124: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:28: client0124: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:28: client0124: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:28: client0124: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:28: client0124: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:28: client0124: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:28: client0124: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:29: client0125: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:29: client0125: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:29: client0125: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:29: client0125: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:29: client0125: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:29: client0125: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:29: client0125: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:30: client0126: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:30: client0126: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:30: client0126: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:30: client0126: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:30: client0126: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:30: client0126: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:30: client0126: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:30: client0126: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:30: client0126: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:30: client0126: SQLrun: INFO: Executing: create table sys.maps ( #2025-04-05 01:21:30: client0126: SQLrun: INFO: Executing: alter table sys.maps add foreign key (parent) references sys.maps(id) #2025-04-05 01:21:30: client0126: SQLrun: INFO: Executing: insert into maps values (1, null, 1, 'world-map-1600-1700.jpg', 0, 0, 0, 0) #2025-04-05 01:21:30: client0126: SQLrun: INFO: Executing: insert into maps values (2, 1, 1, 'world-map-1600-1700.jpg', 0, 0, 0, 0) #2025-04-05 01:21:30: client0126: SQLrun: INFO: Executing: insert into maps values (3, 10, 1, 'world-map-1600-1700.jpg', 0, 0, 0, 0) #2025-04-05 01:21:30: client0126: SQLrun: INFO: Executing: select * from maps #2025-04-05 01:21:30: client0126: SQLrun: INFO: Executing: drop table sys.maps #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:30: client0127: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:30: client0127: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:30: client0127: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:30: client0127: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:30: client0127: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:30: client0127: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:30: client0127: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:30: client0127: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:30: client0127: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:30: client0127: SQLrun: INFO: Executing: create table tmp(i int) #2025-04-05 01:21:30: client0127: SQLrun: INFO: Executing: insert into tmp values(1) #2025-04-05 01:21:30: client0127: SQLrun: INFO: Executing: insert into tmp values(null) #2025-04-05 01:21:30: client0127: SQLrun: INFO: Executing: select * from tmp where i in (1) #2025-04-05 01:21:30: client0127: SQLrun: INFO: Executing: select * from tmp where i in (2,1) #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.or #2025-04-05 01:21:30: client0127: SQLrun: INFO: Executing: select i in (null,1) from tmp #remapped: batcalc.== #remapped: batcalc.== #remapped: batcalc.or #2025-04-05 01:21:30: client0127: SQLrun: INFO: Executing: select i in (1,'a') from tmp #2025-04-05 01:21:30: client0127: SQLrun: INFO: Executing: drop table tmp #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:30: client0128: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:30: client0128: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:30: client0128: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:30: client0128: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:30: client0128: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:30: client0128: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:30: client0128: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:30: client0128: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:30: client0128: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:30: client0128: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:30: client0128: SQLrun: INFO: Executing: create table a ( id integer, var1 clob, var2 clob, var3 integer, var4 clob ) #2025-04-05 01:21:30: client0128: SQLrun: INFO: Executing: insert into a (id, var1, var2, var3, var4) values (1, 'aaaa', #2025-04-05 01:21:30: client0128: SQLrun: INFO: Executing: insert into a (id, var1, var2, var3, var4) values (2, 'aaab', 'God is, #2025-04-05 01:21:30: client0128: SQLrun: INFO: Executing: insert into a (id, var1, var2, var3, var4) values (3, 'aaac', 'Wie zit #2025-04-05 01:21:30: client0128: SQLrun: INFO: Executing: select * from a #2025-04-05 01:21:30: client0128: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: create table savepointtest ( id int, primary key(id)) #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: select * from savepointtest #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: savepoint name1 #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: insert into savepointtest values(1), (2), (3) #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: select * from savepointtest #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: savepoint name2 #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: insert into savepointtest values(4), (5), (6) #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: select * from savepointtest #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: rollback to savepoint name2 #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: select * from savepointtest #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: insert into savepointtest values(7), (8), (9) #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: savepoint name3 #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: select * from savepointtest #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: rollback to savepoint name1 #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: select * from savepointtest #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: commit #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: select * from savepointtest #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: select 'test' #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: select * from savepointtest #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: insert into savepointtest values(10), (11), (12) #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: savepoint name4 #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: select * from savepointtest #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: insert into savepointtest values(13), (14), (15) #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: savepoint name5 #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: select * from savepointtest #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: release savepoint name4 #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: select * from savepointtest #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: commit #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: select * from savepointtest #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: drop table savepointtest #2025-04-05 01:21:30: client0129: SQLrun: INFO: Executing: commit #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: create table savepointtest (id int, primary key(id)) #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: select * from savepointtest #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: savepoint name1 #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: insert into savepointtest values(1), (2), (3) #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: select * from savepointtest #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: savepoint name2 #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: insert into savepointtest values(4), (5), (6) #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: select * from savepointtest #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: insert into savepointtest values(7), (8), (9) #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: savepoint name3 #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: select * from savepointtest #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: release savepoint name1 #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: select * from savepointtest #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: rollback to savepoint name1 #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: commit #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: create table x(x int) #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: insert into x values (1) #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: select x from x #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: savepoint sp1 #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: insert into x values (2) #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: select x from x #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: rollback to savepoint sp1 #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: select x from x #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: insert into x values (3) #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: select x from x #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: rollback to savepoint sp1 #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: select x from x #2025-04-05 01:21:30: client0130: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:30: client0131: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:30: client0131: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:30: client0131: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:30: client0131: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:30: client0131: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:30: client0131: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:30: client0131: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:30: client0131: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:30: client0131: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:30: client0131: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:30: client0131: SQLrun: INFO: Executing: create table uniontmp(i int, s string) #2025-04-05 01:21:30: client0131: SQLrun: INFO: Executing: insert into uniontmp values #2025-04-05 01:21:30: client0131: SQLrun: INFO: Executing: select * from ( select * from uniontmp union all select * from uniontmp) as a #2025-04-05 01:21:30: client0131: SQLrun: INFO: Executing: select * from ( select * from uniontmp union select * from uniontmp) as a #2025-04-05 01:21:30: client0131: SQLrun: INFO: Executing: select * from ( select * from uniontmp union distinct select * from uniontmp) as a #2025-04-05 01:21:30: client0131: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: create table foo (a int, b text) #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: insert into foo values #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: create table bar (c text, a int) #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: insert into bar values #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: create table buz (a int, c text) #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: insert into buz values #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: create table empty_a (a int, c text) #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: create table empty_b (c int, a text) #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: select * from foo #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: select * from foo #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: select * from foo #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: select * from foo #remapped: batcalc.isnil #remapped: batcalc.ifthenelse #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: select a from foo #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: select * from foo #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: select * from buz #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: select * from buz #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: select * from foo #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: select * from foo #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: select * from foo #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: select * from foo #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: select * from foo #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: select * from foo #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: select * from foo #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: select * from foo #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: select * from foo #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: select * from foo #2025-04-05 01:21:30: client0132: SQLrun: INFO: Executing: select * from foo #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: drop table "sys"."foo" cascade #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: drop table "sys"."bar" cascade #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: drop table "sys"."buz" cascade #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: drop table "sys"."empty_a" cascade #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: drop table "sys"."empty_b" cascade #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: start transaction #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create table uniques(k integer not null, i integer not null, si integer , f float not null, d double not null, decim integer not null, date date not null, code char(10) not null, name char(20) not null, address string not null, fill char(6) not null) #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create table hundred(k integer not null, i integer not null, si integer , f float not null, d double not null, decim integer not null, date date not null, code char(10) not null, name char(20) not null, address string not null, fill char(6) not null) #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create table tenpct(k integer not null, i integer not null, si integer , f float not null, d double not null, decim integer not null, date date not null, code char(10) not null, name char(20) not null, address string not null, fill char(6) not null) #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create table updates(k integer not null, i integer not null, si integer , f float not null, d double not null, decim integer not null, date date not null, code char(10) not null, name char(20) not null, address string not null, fill char(6) not null) #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create table tiny(k integer not null) #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create view _as3ap_o_mode_tiny as select * from tiny #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from _as3ap_o_mode_tiny #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create view _as3ap_sel_1_cl as select k, i, si, code, d, name from updates where k=1000 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from _as3ap_sel_1_cl #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create view _as3ap_o_mode_1k as select * from updates where k<=10 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from _as3ap_o_mode_1k #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create view _as3ap_o_mode_10k as select * from hundred where k<=100 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from _as3ap_o_mode_10k #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create view _as3ap_o_mode_100k as select * from hundred where k<=1000 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from _as3ap_o_mode_100k #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create table _as3ap_join_3_cl(us integer , ud date , hs integer , hd date , ts integer , td date ) #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: insert into _as3ap_join_3_cl select uniques.si, uniques.date, hundred.si, hundred.date, tenpct.si, tenpct.date from uniques, hundred, tenpct where uniques.k=hundred.k and uniques.k=tenpct.k and uniques.k=1000 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create view _as3ap_sel_100_ncl as select k, i, si, code, d, name from updates where k<=100 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from _as3ap_sel_100_ncl #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create view _as3ap_table_scan as select * from uniques where i=1 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from _as3ap_table_scan #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create view _as3ap_sel_100_cl as select k, i, si, code, d, name from updates where k<=100 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from _as3ap_sel_100_cl #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create table _as3ap_join_3_ncl(us integer , ud date , hs integer , hd date , ts integer , td date ) #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: insert into _as3ap_join_3_ncl select uniques.si, uniques.date, hundred.si, hundred.date, tenpct.si, tenpct.date from uniques, hundred, tenpct where uniques.code=hundred.code and uniques.code=tenpct.code and uniques.code='BENCHMARKS' #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create view _as3ap_sel_10pct_ncl as select k, i, si, code, d, name from tenpct where name='THE+ASAP+BENCHMARKS+' #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from _as3ap_sel_10pct_ncl #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create view _as3ap_sel_10pct_cl as select k, i, si, code, d, name from uniques where k<=100000000 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from _as3ap_sel_10pct_cl #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create view _as3ap_report as select avg(updates.decim) from updates where updates.decim in( select updates.decim from updates, hundred where hundred.k=updates.k and updates.decim>980000000) #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from _as3ap_report #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create view _as3ap_info_retrieval as select count(k)from tenpct where name='THE+ASAP+BENCHMARKS+' and i<=100000000 and si>0 and si<100000000 and(f< -450000000 or f>450000000)and d>600000000 and decim< -600000000 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from _as3ap_info_retrieval #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create view reportview(k, si, date, decim, name, code, i) as select updates.k, updates.si, updates.date, updates.decim, hundred.name, hundred.code, hundred.i from updates, hundred where updates.k=hundred.k #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from reportview #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create view _as3ap_total_report as select avg(si), min(si), max(si), max(date), min(date), count(distinct name), count(name), count(code), count(i)from reportview where decim>980000000 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from _as3ap_total_report #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create table _as3ap_join_1_10(uk integer , un char(20) , tn char(20) , ts integer ) #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: insert into _as3ap_join_1_10 select uniques.k, uniques.name, tenpct.name, tenpct.si from uniques, tenpct where uniques.k=tenpct.si and(uniques.k=500000000 or uniques.k=600000000 or uniques.k=700000000 or uniques.k=800000000 or uniques.k=900000000) #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create table _as3ap_join_2_cl(us integer , un char(20) , hs integer , hn char(20) ) #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: insert into _as3ap_join_2_cl select uniques.si, uniques.name, hundred.si, hundred.name from uniques, hundred where uniques.k=hundred.k and uniques.k=1000 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create table _as3ap_join_2(us integer , un char(20) , hs integer , hn char(20) ) #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: insert into _as3ap_join_2 select uniques.si, uniques.name, hundred.si, hundred.name from uniques, hundred where uniques.address=hundred.address and uniques.address='SILICON VALLEY' #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create view _as3ap_varselectlow as select k, i, si, code, d, name from tenpct where si<40 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from _as3ap_varselectlow #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create view _as3ap_varselecthigh as select k, i, si, code, d, name from tenpct where si<40 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from _as3ap_varselecthigh #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create table _as3ap_join_4_cl(ud date, hd date , td date , upd date ) #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: insert into _as3ap_join_4_cl select uniques.date, hundred.date, tenpct.date, updates.date from uniques, hundred, tenpct, updates where uniques.k=hundred.k and uniques.k=tenpct.k and uniques.k=updates.k and uniques.k=1000 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create view _as3ap_proj_100 as select distinct address, si from hundred #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from _as3ap_proj_100 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create table _as3ap_join_4_ncl(ud date, hd date , td date , upd date ) #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: insert into _as3ap_join_4_ncl select uniques.date, hundred.date, tenpct.date, updates.date from uniques, hundred, tenpct, updates where uniques.code=hundred.code and uniques.code=tenpct.code and uniques.code=updates.code and uniques.code='BENCHMARKS' #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create view _as3ap_proj_10pct as select distinct si from tenpct #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from _as3ap_proj_10pct #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create view _as3ap_sel_1_ncl as select k, i, si, code, d, name from updates where code='BENCHMARKS' #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from _as3ap_sel_1_ncl #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create table _as3ap_join_2_ncl(us integer , un char(20) , hs integer , hn char(20) ) #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: insert into _as3ap_join_2_ncl select uniques.si, uniques.name, hundred.si, hundred.name from uniques, hundred where uniques.code=hundred.code and uniques.code='BENCHMARKS' #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create view tempint as select * from hundred where i=0 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from tempint #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from hundred #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: update hundred set si=-5000 where i=0 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: update hundred set si=-500000000 where i=0 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: delete from hundred where i=0 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: insert into hundred select * from tempint #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from hundred #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from updates #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: delete from updates where k=5005 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: create view saveupdates as select * from updates where k between 5010 and 6009 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from saveupdates #remapped: batcalc.- #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: update updates set k=k -100000 where k between 5010 and 6009 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: insert into updates values(6000, 0, 60000, 39997.90, 50005.00, 50005.00, '1985-11-10', 'CONTROLLER', 'ALICE IN WONDERLAND', 'UNIVERSITY OF ILLINOIS AT CHICAGO ', 'Krabbe') #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from updates #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: delete from updates where k=6000 and i=0 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from updates #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: insert into updates values(5005, 5005, 50005, 50005.00, 50005.00, 50005.00, '1988-1-1', 'CONTROLLER', 'ALICE IN WONDERLAND', 'UNIVERSITY OF ILLINOIS AT CHICAGO ', 'Krabbe') #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from updates #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: update updates set k= -5000 where k=5005 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from updates #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: delete from updates where k= -5000 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from updates #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: insert into updates values(1000000001, 50005, 50005, 50005.00, 50005.00, 50005.00, '1988-1-1', 'CONTROLLER', 'ALICE IN WONDERLAND', 'UNIVERSITY OF ILLINOIS AT CHICAGO ', 'Krabbe') #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from updates #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: update updates set k= -1000 where k=1000000001 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from updates #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: delete from updates where k= -1000 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from updates #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: insert into updates values(5005, 5005, 50005, 50005.00, 50005.00, 50005.00, '1988-1-1', 'CONTROLLER', 'ALICE IN WONDERLAND', 'UNIVERSITY OF ILLINOIS AT CHICAGO ', 'Krabbe') #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from updates #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: update updates set code='SQL+GROUPS' where k=5005 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from updates #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: delete from updates where k=5005 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from updates #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: insert into updates values(5005, 5005, 50005, 50005.00, 50005.00, 50005.00, '1988-1-1', 'CONTROLLER', 'ALICE IN WONDERLAND', 'UNIVERSITY OF ILLINOIS AT CHICAGO ', 'Krabbe') #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from updates #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: update updates set i=500015 where k=5005 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from updates #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: delete from updates where k= -5000 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from updates #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: insert into updates select * from saveupdates #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from updates #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: delete from updates where k<0 #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: select * from updates #2025-04-05 01:21:30: client0133: SQLrun: INFO: Executing: rollback #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: create table obn (cti tinyint, cbi bigint, crl real, cdl double, cch char(44), cvc varchar(99), cstr string, ctm time, cdt date, cts timestamp(0)) #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: insert into obn values(4,4,4,4,'c4c','vc4','str4','04:04:04','2004-04-04','2004-04-04 04:04:04') #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: insert into obn values(9,9,9,9,'c9c','vc9','str9','09:09:09','2009-09-09','2009-09-09 09:09:09') #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: insert into obn values(null,null,null,null,null,null,null,null,null,null) #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: insert into obn values(12,12,12,12,'c12c','vc12','str12','12:12:12','2012-12-12','2012-12-12 12:12:12') #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: insert into obn values(3,3,3,3,'c3c','vc3','str3','03:03:03','2003-03-03','2003-03-03 03:03:03') #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: insert into obn values(null,null,null,null,null,null,null,null,null,null) #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: insert into obn values(2,2,2,2,'c2c','vc2','str2','02:02:02','2002-02-02','2002-02-02 02:02:02') #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select * from obn #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select * from obn order by cti #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cti from obn order by cti nulls first #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cti from obn order by cti nulls last #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cti from obn order by cti nulls last limit 6 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cti from obn order by cti nulls last limit 4 offset 2 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cti from obn order by cti nulls last offset 3 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cti from obn order by cti desc #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cti from obn order by cti desc nulls last #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cti from obn order by cti desc nulls first #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cti from obn order by cti desc nulls first limit 5 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cti from obn order by cti desc nulls first offset 1 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cbi from obn order by cbi #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cbi from obn order by cbi nulls first #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cbi from obn order by cbi nulls last #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cbi from obn order by cbi nulls last limit 5 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cbi from obn order by cbi nulls last limit 4 offset 2 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cbi from obn order by cbi nulls last offset 2 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cbi from obn order by cbi desc #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cbi from obn order by cbi desc nulls last #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cbi from obn order by cbi desc nulls first #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cbi from obn order by cbi desc nulls first limit 6 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cbi from obn order by cbi desc nulls first limit 5 offset 1 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cbi from obn order by cbi desc nulls first offset 1 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select crl from obn order by crl #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select crl from obn order by crl nulls first #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select crl from obn order by crl nulls last #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select crl from obn order by crl nulls last limit 4 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select crl from obn order by crl nulls last limit 4 offset 2 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select crl from obn order by crl desc #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select crl from obn order by crl desc nulls last #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select crl from obn order by crl desc nulls first #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select crl from obn order by crl desc nulls first limit 5 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select crl from obn order by crl desc nulls first limit 4 offset 1 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select crl from obn order by crl desc nulls first offset 1 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cdl from obn order by cdl #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cdl from obn order by cdl nulls first #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cdl from obn order by cdl nulls first limit 5 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cdl from obn order by cdl nulls last #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cdl from obn order by cdl nulls last offset 3 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cdl from obn order by cdl desc #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cdl from obn order by cdl desc nulls last #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cdl from obn order by cdl desc nulls last limit 6 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cdl from obn order by cdl desc nulls last limit 3 offset 3 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cdl from obn order by cdl desc nulls last offset 3 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cdl from obn order by cdl desc nulls first #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cdl from obn order by cdl desc nulls first limit 5 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cdl from obn order by cdl desc nulls first limit 5 offset 1 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cch from obn order by cch #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cch from obn order by cch nulls first #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cch from obn order by cch nulls first offset 1 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cch from obn order by cch nulls last #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cch from obn order by cch nulls last limit 6 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cch from obn order by cch nulls last limit 4 offset 4 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cch from obn order by cch desc #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cch from obn order by cch desc nulls last #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cch from obn order by cch desc nulls first #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cch from obn order by cch desc nulls first limit 4 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cch from obn order by cch desc nulls first limit 4 offset 1 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cvc from obn order by cvc #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cvc from obn order by cvc nulls first #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cvc from obn order by cvc nulls last #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cvc from obn order by cvc nulls last limit 4 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cvc from obn order by cvc nulls last limit 4 offset 2 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cvc from obn order by cvc nulls last offset 4 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cvc from obn order by cvc desc #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cvc from obn order by cvc desc nulls last #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cvc from obn order by cvc desc nulls last limit 5 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cvc from obn order by cvc desc nulls first #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cvc from obn order by cvc desc nulls first limit 4 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cvc from obn order by cvc desc nulls first limit 4 offset 1 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cstr from obn order by cstr #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cstr from obn order by cstr nulls first #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cstr from obn order by cstr nulls last #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cstr from obn order by cstr nulls last limit 6 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cstr from obn order by cstr nulls last limit 6 offset 3 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cstr from obn order by cstr desc #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cstr from obn order by cstr desc nulls last #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cstr from obn order by cstr desc nulls first #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cstr from obn order by cstr desc nulls first limit 6 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cstr from obn order by cstr desc nulls first limit 4 offset 1 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cstr from obn order by cstr desc nulls first offset 1 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select ctm from obn order by ctm #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select ctm from obn order by ctm nulls first #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select ctm from obn order by ctm nulls last #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select ctm from obn order by ctm nulls last limit 4 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select ctm from obn order by ctm nulls last limit 4 offset 2 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select ctm from obn order by ctm nulls last offset 2 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select ctm from obn order by ctm desc #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select ctm from obn order by ctm desc nulls last #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select ctm from obn order by ctm desc nulls first #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select ctm from obn order by ctm desc nulls first limit 5 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select ctm from obn order by ctm desc nulls first limit 4 offset 1 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select ctm from obn order by ctm desc nulls first offset 1 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cdt from obn order by cdt #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cdt from obn order by cdt nulls first #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cdt from obn order by cdt nulls last #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cdt from obn order by cdt nulls last limit 5 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cdt from obn order by cdt nulls last limit 3 offset 3 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cdt from obn order by cdt nulls last offset 3 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cdt from obn order by cdt desc #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cdt from obn order by cdt desc nulls last #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cdt from obn order by cdt desc nulls first #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cdt from obn order by cdt desc nulls first limit 5 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cdt from obn order by cdt desc nulls first limit 5 offset 1 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cdt from obn order by cdt desc nulls first offset 1 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cts from obn order by cts #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cts from obn order by cts nulls first #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cts from obn order by cts nulls first limit 6 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cts from obn order by cts nulls first limit 5 offset 1 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cts from obn order by cts nulls last #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cts from obn order by cts nulls last offset 4 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cts from obn order by cts desc #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cts from obn order by cts desc nulls last #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cts from obn order by cts desc nulls first #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cts from obn order by cts desc nulls first limit 6 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cts from obn order by cts desc nulls first limit 5 offset 1 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select cts from obn order by cts desc nulls first offset 1 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select o.cts from obn o left outer join obn r on (o.cbi = r.cbi) order by o.cts desc nulls first limit 5 offset 1 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: select o.cts from obn o left outer join (select cbi from obn where cbi > 2) r on (o.cbi = r.cbi) order by o.cts desc nulls first limit 5 offset 1 #2025-04-05 01:21:30: client0134: SQLrun: INFO: Executing: drop table obn #remapped: batcalc.+ #remapped: batcalc.== #remapped: batcalc.+ #remapped: batcalc.not #remapped: batcalc.> #remapped: batcalc.and #2025-04-05 01:21:30: client0135: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id #2025-04-05 01:21:30: client0135: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id #2025-04-05 01:21:30: client0135: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-04-05 01:21:30: client0135: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:30: client0135: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-04-05 01:21:30: client0135: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-04-05 01:21:30: client0135: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id #2025-04-05 01:21:30: client0135: SQLrun: INFO: Executing: call sys.setsessiontimeout(120) #2025-04-05 01:21:30: client0135: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-04-05 01:21:30: client0135: SQLrun: INFO: Executing: start transaction #remapped: batcalc.isnotnil #2025-04-05 01:21:30: client0135: SQLrun: INFO: Executing: create table blobs #2025-04-05 01:21:30: client0135: SQLrun: INFO: Executing: create table foo(id int not null, b blob); #remapped: batcalc.% #remapped: batcalc.% #2025-04-05 01:21:30: client0135: SQLrun: INFO: Executing: insert into foo #remapped: batcalc.isnil #remapped: batcalc.% #remapped: batcalc.== #remapped: batcalc.!= #2025-04-05 01:21:33: client0135: SQLrun: INFO: Executing: select 'nulls', count(*), null from foo where (b is null) <> (id % 3 = 2) #remapped: batcalc.% #remapped: batblob.nitems #remapped: batcalc.!= #2025-04-05 01:21:33: client0135: SQLrun: INFO: Executing: select 'lengths', count(*), null from foo where b is not null and id % 1000 <> length(b) #2025-04-05 01:21:33: client0135: SQLrun: INFO: Executing: select 'blob6', null, b from foo where id = 6 #remapped: batcalc.isnil #remapped: batcalc.% #remapped: batcalc.== #remapped: batcalc.!= #remapped: batcalc.% #remapped: batblob.nitems #remapped: batcalc.!= #2025-04-05 01:21:33: client0135: SQLrun: INFO: Executing: select 'nulls', count(*), null from foo where (b is null) <> (id % 3 = 2) #2025-04-05 01:21:33: client0135: SQLrun: INFO: Executing: rollback #SIGUSR1 info start #Virtual memory allocated: 1630163424, of which 931418592 with malloc #gdk_vm_maxsize: 8589934592, gdk_mem_maxsize: 27393153454 #gdk_mmap_minsize_persistent 262144, gdk_mmap_minsize_transient 1712072090 #Virtual size: 4417167360, anonymous RSS: 1102680064, shared RSS: 743251968 (together: 1845932032) #BATs: #fix, dirty, persistent, loaded, hot: 1 bats, 0 virtual, 0 malloc #fix, dirty, transient, loaded, hot: 8374 bats, 26416 virtual, 26416 malloc #fix, clean, persistent, loaded, hot: 5 bats, 7168 virtual, 7168 malloc #no fix, dirty, persistent, loaded, hot: 31 bats, 489472 virtual, 489472 malloc #no fix, dirty, persistent, not loaded, hot: 85 bats, 46080 virtual, 46080 malloc #no fix, dirty, transient, loaded, hot: 6 bats, 695871488 virtual, 10240 malloc #no fix, dirty, transient, not loaded, hot: 49 bats, 0 virtual, 0 malloc #no fix, clean, persistent, loaded, hot: 46 bats, 400896 virtual, 400896 malloc #no fix, clean, persistent, not loaded, hot: 83 bats, 3719711 virtual, 836127 malloc #8880 bats total, 8680 in use, 52 free bats in common shared list #Threads: #client0135, tid 135, Thread 0x7f39058246c0, LWP 1138598, 0 free bats, waiting for nothing, working on exiting #heartbeat, tid 16, Thread 0x7f3905a256c0, LWP 1138205, 0 free bats, waiting for nothing, working on sleeping #listenThread, tid 15, Thread 0x7f38fc74b6c0, LWP 1138204, 0 free bats, waiting for nothing, working on nothing #logmanager, tid 14, Thread 0x7f38fc54a6c0, LWP 1138202, 13 free bats, waiting for nothing, working on sleeping #DFLOWworker0011, tid 11, Thread 0x7f3905c266c0, LWP 1138199, 24 free bats, waiting for semaphore DFLOWsema0011, working on idle, waiting for new client #DFLOWworker0010, tid 10, Thread 0x7f3905e276c0, LWP 1138198, 15 free bats, waiting for semaphore todo, working on waiting for work #DFLOWworker0009, tid 9, Thread 0x7f39060286c0, LWP 1138197, 21 free bats, waiting for semaphore todo, working on waiting for work #DFLOWworker0008, tid 8, Thread 0x7f39062296c0, LWP 1138196, 2 free bats, waiting for semaphore todo, working on waiting for work #DFLOWworker0007, tid 7, Thread 0x7f390642a6c0, LWP 1138195, 14 free bats, waiting for semaphore todo, working on waiting for work #DFLOWworker0006, tid 6, Thread 0x7f390662b6c0, LWP 1138194, 12 free bats, waiting for semaphore todo, working on waiting for work #DFLOWworker0005, tid 5, Thread 0x7f38fffff6c0, LWP 1138193, 15 free bats, waiting for semaphore todo, working on waiting for work #DFLOWworker0004, tid 4, Thread 0x7f390682c6c0, LWP 1138192, 26 free bats, waiting for semaphore todo, working on waiting for work #DFLOWworker0003, tid 3, Thread 0x7f3906a2d6c0, LWP 1138191, 6 free bats, waiting for semaphore DFLOWsema0003, working on idle, waiting for new client #BBPmanager, tid 2, Thread 0x7f39505ff6c0, LWP 1138190, 0 free bats, waiting for nothing, working on sleeping #main-thread, tid 1, Thread 0x7f3952568740, LWP 1138189, 0 free bats, waiting for nothing, working on nothing #Clients: #0 active clients, 0 finishing clients, 0 blocked clients; max: 64 #WAL: #SQL store oldest pending 4159 #logger sql: #current log file 193, last handled log file 192 #current transaction id 383, saved transaction id 383 #number of flushers: 0 #number of catalog entries 245, of which 0 deleted #pending range 193: drops 0, last_ts 0, flushed_ts 0, refcount 1, file size 2 (current) #SIGUSR1 info end # mserver5 exiting