# MonetDB 5 server v11.54.0 # This is an unreleased version # Serving database 'mTests_sql_test_prepare', 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://lab05.da.cwi.nl:39511/ # Listening for UNIX domain connection requests on mapi:monetdb:///tmp/mtest-1927478/.s.monetdb.39511 #2025-03-25 21:23:46: 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-03-25 21:23:46: 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-03-25 21:23:46: client0019: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:46: client0019: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:46: client0019: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:46: client0019: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:46: client0019: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:46: client0019: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:46: client0019: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:46: client0019: SQLrun: INFO: Executing: create table wide("1" varchar(255), "2" varchar(255), "3" varchar(255), "4" #2025-03-25 21:23:46: client0019: SQLrun: INFO: Executing: exec 0('', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', #2025-03-25 21:23:46: client0019: SQLrun: INFO: Executing: select count(*) from wide #2025-03-25 21:23:46: client0019: SQLrun: INFO: Executing: drop table wide #2025-03-25 21:23:46: 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-03-25 21:23:46: 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-03-25 21:23:46: client0020: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:46: client0020: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:46: client0020: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:46: client0020: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:46: client0020: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:46: client0020: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:46: client0020: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:46: client0020: SQLrun: INFO: Executing: start transaction #2025-03-25 21:23:46: client0020: SQLrun: INFO: Executing: create table "t0" ("c0" date,"c2" integer) #2025-03-25 21:23:46: client0020: SQLrun: INFO: Executing: create table "t1" ("c1" timestamp,"c2" integer) #2025-03-25 21:23:46: client0020: SQLrun: INFO: Executing: create table "t2" ("c0" date,"c1" timestamp,"c2" integer) #2025-03-25 21:23:46: client0020: SQLrun: INFO: Executing: rollback #2025-03-25 21:23:46: 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-03-25 21:23:46: 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-03-25 21:23:46: client0021: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:46: client0021: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:46: client0021: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:46: client0021: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:46: client0021: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:46: client0021: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:46: client0021: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:46: client0021: SQLrun: INFO: Executing: create table ints ( val int ) #2025-03-25 21:23:46: client0021: SQLrun: INFO: Executing: exec 0(1) #2025-03-25 21:23:46: client0021: SQLrun: INFO: Executing: exec 0(10) #2025-03-25 21:23:46: client0021: SQLrun: INFO: Executing: exec 0(100) #2025-03-25 21:23:46: client0021: SQLrun: INFO: Executing: exec 0(1000) #2025-03-25 21:23:46: client0021: SQLrun: INFO: Executing: exec 0(10000) #2025-03-25 21:23:46: client0021: SQLrun: INFO: Executing: exec 0(100000) #2025-03-25 21:23:46: client0021: SQLrun: INFO: Executing: exec 0(1000000) #2025-03-25 21:23:46: client0021: SQLrun: INFO: Executing: exec 0(10000000) #2025-03-25 21:23:46: client0021: SQLrun: INFO: Executing: exec 0(100000000) #2025-03-25 21:23:46: client0021: SQLrun: INFO: Executing: exec 0(1000000000) #2025-03-25 21:23:46: client0021: SQLrun: INFO: Executing: select * from ints #2025-03-25 21:23:46: client0021: SQLrun: INFO: Executing: drop table ints #2025-03-25 21:23:46: 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-03-25 21:23:46: 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-03-25 21:23:46: client0022: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:46: client0022: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:46: client0022: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:46: client0022: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:46: client0022: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:46: client0022: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:46: client0022: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:46: client0022: SQLrun: INFO: Executing: start transaction #2025-03-25 21:23:46: client0022: SQLrun: INFO: Executing: create table bug3930 (a varchar(4)) #2025-03-25 21:23:46: client0022: SQLrun: INFO: Executing: exec 0('รค123') #2025-03-25 21:23:46: client0022: SQLrun: INFO: Executing: rollback #2025-03-25 21:23:46: client0023: 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-03-25 21:23:46: client0023: 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-03-25 21:23:47: client0023: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0023: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0023: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0023: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0023: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0023: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0023: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0023: SQLrun: INFO: Executing: create table foo (a int, b int) #2025-03-25 21:23:47: client0023: SQLrun: INFO: Executing: drop table foo #2025-03-25 21:23:47: 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-03-25 21:23:47: 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-03-25 21:23:47: client0024: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0024: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0024: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0024: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0024: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0024: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0024: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0024: SQLrun: INFO: Executing: select 6e-1 #2025-03-25 21:23:47: client0024: SQLrun: INFO: Executing: select cast(6e-1 as integer) #2025-03-25 21:23:47: client0024: SQLrun: INFO: Executing: select cast(0.6 as integer) #2025-03-25 21:23:47: client0024: SQLrun: INFO: Executing: select 1.7777777 #2025-03-25 21:23:47: client0024: SQLrun: INFO: Executing: select cast(1.7777777 as integer) #2025-03-25 21:23:47: client0024: SQLrun: INFO: Executing: select cast(cast(1.7777777 as decimal(10,7)) as integer) #2025-03-25 21:23:47: client0024: SQLrun: INFO: Executing: create table testdec(testdec decimal(5,4)) #2025-03-25 21:23:47: client0024: SQLrun: INFO: Executing: insert into testdec values (-0.12341) #2025-03-25 21:23:47: client0024: SQLrun: INFO: Executing: insert into testdec values (-0.12347) #2025-03-25 21:23:47: client0024: SQLrun: INFO: Executing: exec 0 (-0.12341) #2025-03-25 21:23:47: client0024: SQLrun: INFO: Executing: exec 0 (-0.12347) #2025-03-25 21:23:47: client0024: SQLrun: INFO: Executing: select * from testdec #2025-03-25 21:23:47: client0024: SQLrun: INFO: Executing: select cast(13.8 as int) #2025-03-25 21:23:47: client0024: SQLrun: INFO: Executing: select cast(cast(13.8 as decimal(10,7)) as int) #2025-03-25 21:23:47: client0024: SQLrun: INFO: Executing: select cast(cast(13.8 as double) as int) #2025-03-25 21:23:47: 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-03-25 21:23:47: client0025: SQLrun: INFO: Executing: drop table "sys"."testdec" cascade #2025-03-25 21:23:47: 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-03-25 21:23:47: client0025: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0025: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0025: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0025: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0025: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0025: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0025: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0025: SQLrun: INFO: Executing: start transaction #2025-03-25 21:23:47: client0025: SQLrun: INFO: Executing: create table onet (a text, b text, c text) #2025-03-25 21:23:47: client0025: SQLrun: INFO: Executing: insert into onet values ('a', 'b', 'c') #2025-03-25 21:23:47: client0025: SQLrun: INFO: Executing: create function get_onet(d text) returns table (aa text, bb text, cc text) return table(select * from onet where a = d) #2025-03-25 21:23:47: client0025: SQLrun: INFO: Executing: exec 0('a') #2025-03-25 21:23:47: client0025: SQLrun: INFO: Executing: exec 1('a', 'b') #2025-03-25 21:23:47: client0025: SQLrun: INFO: Executing: exec 2('a', 'a') #2025-03-25 21:23:47: client0025: SQLrun: INFO: Executing: drop function get_onet #2025-03-25 21:23:47: client0025: SQLrun: INFO: Executing: drop table onet #2025-03-25 21:23:47: client0025: SQLrun: INFO: Executing: create function twoargs(input1 int, input2 clob) returns table (outt clob) begin return table(select input1 || input2); end #2025-03-25 21:23:47: client0025: SQLrun: INFO: Executing: rollback #2025-03-25 21:23:47: 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-03-25 21:23:47: 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-03-25 21:23:47: client0026: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0026: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0026: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0026: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0026: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0026: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0026: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0026: SQLrun: INFO: Executing: create schema test #2025-03-25 21:23:47: client0026: SQLrun: INFO: Executing: create table test.share_daily_history (id string, timeid int, c1 int, c2 int, c3 int, c4 int, volume int) #2025-03-25 21:23:47: client0026: SQLrun: INFO: Executing: exec 0() #2025-03-25 21:23:47: client0026: SQLrun: INFO: Executing: exec 0() #2025-03-25 21:23:47: client0026: SQLrun: INFO: Executing: exec 1(1,2,3,4,5,6) #2025-03-25 21:23:47: client0026: SQLrun: INFO: Executing: exec 5('a') #2025-03-25 21:23:47: client0026: SQLrun: INFO: Executing: exec 6('a') #2025-03-25 21:23:47: client0026: SQLrun: INFO: Executing: exec 7('a') #2025-03-25 21:23:47: client0026: SQLrun: INFO: Executing: exec 8('a','b','c') #2025-03-25 21:23:47: client0026: SQLrun: INFO: Executing: drop schema test cascade #2025-03-25 21:23:47: 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-03-25 21:23:47: 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-03-25 21:23:47: client0027: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0027: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0027: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0027: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0027: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0027: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0027: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0027: SQLrun: INFO: Executing: start transaction #2025-03-25 21:23:47: client0027: SQLrun: INFO: Executing: create function mylength1(s string) returns int begin return length(s); end #2025-03-25 21:23:47: client0027: SQLrun: INFO: Executing: create function mylength2(s string, i int) returns int begin return length(s) + i; end #2025-03-25 21:23:47: client0027: SQLrun: INFO: Executing: exec 0('abc') #2025-03-25 21:23:47: client0027: SQLrun: INFO: Executing: exec 1('abc') #2025-03-25 21:23:47: client0027: SQLrun: INFO: Executing: rollback #2025-03-25 21:23:47: client0027: SQLrun: INFO: Executing: exec 2(1) #2025-03-25 21:23:47: 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-03-25 21:23:47: 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-03-25 21:23:47: client0028: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0028: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0028: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0028: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0028: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0028: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0028: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0028: SQLrun: INFO: Executing: drop table if exists abacus #2025-03-25 21:23:47: client0028: SQLrun: INFO: Executing: create table abacus ( "'Zeitachse'" date,"'Abo_ID'" int,"'description'" varchar(256),"'Klassierungs-Typ'" clob,"'KlassierungApplikation'" clob,"'EP Netto'" decimal,"'Nettoumsatz'" decimal,"'validfrom'" date,"'validuntil'" date,"'Abo_aufgeschaltet'" int,"'Abo_deaktiviert'" int,"'Differenz'" decimal,"'User_ID'" int,"'UserName'" varchar(256),"'client'" varchar(256)," #2025-03-25 21:23:47: client0028: SQLrun: INFO: Executing: insert into abacus values ('2019-10-30',2239,'description','Klassierungs-Typ','Klassierung-Applikation',73.28,68.29,'2018-01-01','2018-12-01',563,63,56.3,852,'UserName','client',134,'InstallationsName',892,'InstallationsproviderName',9348,'NAME','PLZ','ORT','STAAT',934,'ResellerName','ET_ABO','UserName_1',849.2739,1742.718,395.824,39.824,'Jahr_Monat','IFJ',395824, #2025-03-25 21:23:47: client0028: SQLrun: INFO: Executing: select "'ResellerName'" from abacus where ( ( ("'InstallationsproviderName'"='Bienz Pius Treuhand- und Revisions AG')) and ( ("'validuntil'"='2018-01-01' and "'description'"='ABEA 2' and (extract(year from "'Zeitachse'")*100 + extract(month from "'Zeitachse'"))/100.0='2019.010' and "'UserName'"='AL - Astrid Lincke (Delphys)' and "'validfrom'"='2016-12-01')) and ( #2025-03-25 21:23:47: client0028: SQLrun: INFO: Executing: exec 0() #2025-03-25 21:23:47: client0028: SQLrun: INFO: Executing: drop table if exists abacus #2025-03-25 21:23:47: 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-03-25 21:23:47: 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-03-25 21:23:47: client0029: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0029: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0029: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0029: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0029: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0029: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0029: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0029: SQLrun: INFO: Executing: select * from generate_series(1,41) sample 1.25 #2025-03-25 21:23:47: 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-03-25 21:23:47: 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-03-25 21:23:47: client0030: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0030: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0030: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0030: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0030: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0030: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0030: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: 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-03-25 21:23:47: 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-03-25 21:23:47: client0031: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0031: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0031: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0031: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0031: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0031: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0031: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0031: SQLrun: INFO: Executing: create table t1234205 (name varchar(1024)) #2025-03-25 21:23:47: client0031: SQLrun: INFO: Executing: insert into t1234205 values ('niels'),('fabian'),('martin') #2025-03-25 21:23:47: client0031: SQLrun: INFO: Executing: exec 0 ('%') #2025-03-25 21:23:47: client0031: SQLrun: INFO: Executing: exec 1 () #2025-03-25 21:23:47: 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-03-25 21:23:47: client0032: SQLrun: INFO: Executing: drop table "sys"."t1234205" cascade #2025-03-25 21:23:47: 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-03-25 21:23:47: client0032: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0032: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0032: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0032: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0032: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0032: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0032: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0032: SQLrun: INFO: Executing: create schema tb #2025-03-25 21:23:47: client0032: SQLrun: INFO: Executing: create table tb.stock_item ( #2025-03-25 21:23:47: client0032: SQLrun: INFO: Executing: drop table tb.stock_item #2025-03-25 21:23:47: client0032: SQLrun: INFO: Executing: drop schema tb #2025-03-25 21:23:47: 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-03-25 21:23:47: 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-03-25 21:23:47: client0033: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0033: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0033: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0033: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0033: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0033: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0033: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0033: SQLrun: INFO: Executing: create table "sys"."tbls" ( #2025-03-25 21:23:47: client0033: SQLrun: INFO: Executing: copy 39 records into "sys"."tbls" from stdin using delimiters E'\t',E'\n','"'; #2025-03-25 21:23:47: client0033: SQLrun: INFO: Executing: create table rr (id int) #2025-03-25 21:23:47: client0033: SQLrun: INFO: Executing: insert into rr values (1),(2),(3) #2025-03-25 21:23:47: client0033: SQLrun: INFO: Executing: exec 0 (1) #2025-03-25 21:23:47: client0033: SQLrun: INFO: Executing: drop table rr #2025-03-25 21:23:47: client0033: SQLrun: INFO: Executing: exec 1 () #2025-03-25 21:23:47: client0033: SQLrun: INFO: Executing: drop table tbls #2025-03-25 21:23:47: 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-03-25 21:23:47: 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-03-25 21:23:47: client0036: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0036: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0036: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0036: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0036: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0036: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0036: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0036: SQLrun: INFO: Executing: create table skycrash (id serial, boom boolean) #2025-03-25 21:23:47: client0036: SQLrun: INFO: Executing: drop table skycrash #2025-03-25 21:23:47: 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-03-25 21:23:47: 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-03-25 21:23:47: client0037: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0037: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0037: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0037: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0037: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0037: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0037: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0037: SQLrun: INFO: Executing: create table t_2599 (a int, b int) #2025-03-25 21:23:47: client0037: SQLrun: INFO: Executing: drop table t_2599 #2025-03-25 21:23:47: 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-03-25 21:23:47: 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-03-25 21:23:47: client0038: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0038: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0038: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0038: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0038: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0038: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0038: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0038: SQLrun: INFO: Executing: exec 0(1) #2025-03-25 21:23:47: 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-03-25 21:23:47: 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-03-25 21:23:47: client0039: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0039: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0039: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0039: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0039: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0039: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0039: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0039: SQLrun: INFO: Executing: start transaction #2025-03-25 21:23:47: client0039: SQLrun: INFO: Executing: create table foo (clicktime time,long1 bigint,long2 bigint,long3 bigint,long4 bigint,long5 bigint,long6 bigint,long7 bigint,long8 bigint,long9 bigint,long10 bigint,long11 bigint,long12 bigint,long13 bigint,long14 bigint,long15 bigint,long16 bigint,long17 bigint,long18 bigint,long19 bigint,long20 bigint,long21 bigint,long22 bigint,long23 bigint,long24 bigint,long25 #2025-03-25 21:23:47: client0039: SQLrun: INFO: Executing: exec 0(time '12:12:12', 6021938018913874944, 7909540736630212608, 5804504770669764608, 5731640460629998592, 862374748439479296, 4118786240046083072, 5736585692206052352, 4180956383130519552, 4431348585717823488, 1687909604323355648, 7376783045669721088, 6515523872365652992, 1715453341893179392, 627721492047376384, 8331839817029594112, 7977041363446006784, 38017648 #2025-03-25 21:23:47: client0039: SQLrun: INFO: Executing: rollback #2025-03-25 21:23:47: 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-03-25 21:23:47: 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-03-25 21:23:47: client0040: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0040: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0040: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0040: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0040: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0040: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0040: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0040: SQLrun: INFO: Executing: start transaction #2025-03-25 21:23:47: client0040: SQLrun: INFO: Executing: create table mytable ( #2025-03-25 21:23:47: client0040: SQLrun: INFO: Executing: exec 0( #2025-03-25 21:23:47: client0040: SQLrun: INFO: Executing: select count(*) from mytable #2025-03-25 21:23:47: client0040: SQLrun: INFO: Executing: rollback #2025-03-25 21:23:47: 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-03-25 21:23:47: 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-03-25 21:23:47: client0041: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0041: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0041: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0041: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0041: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0041: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0041: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0041: SQLrun: INFO: Executing: create table xy ( time timestamp, x decimal(6,4), y decimal(6,4)) #2025-03-25 21:23:47: client0041: SQLrun: INFO: Executing: exec 0 (timestamp '2007-03-07 15:28:16.577', 0.6841, 0.684) #2025-03-25 21:23:47: client0041: SQLrun: INFO: Executing: exec 0 (timestamp '2007-03-07 15:28:16.577', -0.6841, -0.684) #2025-03-25 21:23:47: client0041: SQLrun: INFO: Executing: select * from xy #2025-03-25 21:23:47: client0041: SQLrun: INFO: Executing: drop table xy #2025-03-25 21:23:47: 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-03-25 21:23:47: 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-03-25 21:23:47: client0042: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0042: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0042: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0042: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0042: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0042: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0042: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0042: SQLrun: INFO: Executing: start transaction #2025-03-25 21:23:47: client0042: SQLrun: INFO: Executing: create table p1655818 ( #2025-03-25 21:23:47: client0042: SQLrun: INFO: Executing: exec 0(timestamp '2003-01-30 18:03:35.0', 71.91, 71.98) #2025-03-25 21:23:47: client0042: SQLrun: INFO: Executing: rollback #2025-03-25 21:23:47: 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-03-25 21:23:47: 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-03-25 21:23:47: client0043: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0043: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0043: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0043: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0043: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0043: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0043: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0043: SQLrun: INFO: Executing: create table data_1mto10m ( #2025-03-25 21:23:47: client0043: SQLrun: INFO: Executing: exec 0('100') #2025-03-25 21:23:47: 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-03-25 21:23:47: client0044: SQLrun: INFO: Executing: drop table "sys"."data_1mto10m" cascade #2025-03-25 21:23:47: 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-03-25 21:23:47: client0044: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: start transaction #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: create table "t1" ("c0" decimal(18,3),"c1" binary large object not null,"c2" decimal(18,3),constraint "t1_c1_unique" unique ("c1")) #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: rollback #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: start transaction #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: create table "t0" ("c0" boolean not null) #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: create table "t1" ("c0" decimal(18,3)) #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: create table "t2" ("c0" decimal(18,3),"c2" date) #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: rollback #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: start transaction #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: create table "t0" ("c0" date,"c2" integer) #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: create table "t1" ("c1" timestamp,"c2" integer) #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: create table "t2" ("c0" date,"c1" timestamp,"c2" integer) #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: rollback #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: start transaction #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: create view v10(vc0) as (select l0v0.vc0 from (values (1, 2)) as l0v0(vc0, vc1)) #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: rollback #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: start transaction #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: create function myintudf(a int) returns int return a + 1 #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: exec 11(1) #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: rollback #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: exec 14(1) #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: start transaction #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: create table t0 (c0 int) #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: rollback #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: start transaction #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: create or replace function mybooludf(a bool) returns bool return a #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: exec 17('b',true) #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: rollback #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: start transaction #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: create table deleteall (i integer, j integer) #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: insert into deleteall (select a,a as b from generate_series(cast(1 as integer),10000) as a(a)) #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: set optimizer='sequential_pipe' #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: exec 18() #2025-03-25 21:23:47: client0044: SQLrun: INFO: Executing: rollback #2025-03-25 21:23:47: 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-03-25 21:23:47: 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-03-25 21:23:47: client0045: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0045: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0045: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0045: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0045: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0045: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0045: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0045: SQLrun: INFO: Executing: create table another_t (col1 int, col2 int, col3 int, col4 int, col5 int, col6 int, col7 int, col8 int) #2025-03-25 21:23:47: client0045: SQLrun: INFO: Executing: insert into another_t values (1,2,3,4,5,6,7,8), (11,22,33,44,55,66,77,88), (111,222,333,444,555,666,777,888), (1111,2222,3333,4444,5555,6666,7777,8888) #2025-03-25 21:23:47: client0045: SQLrun: INFO: Executing: create function evilfunction(input int) returns table (outt int) begin return table(select input); end #2025-03-25 21:23:47: client0045: SQLrun: INFO: Executing: create function evilfunction(input1 int, input2 int) returns table (outt int) begin return table(select input1 + input2); end #2025-03-25 21:23:47: 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-03-25 21:23:47: client0046: SQLrun: INFO: Executing: drop table "sys"."another_t" cascade #2025-03-25 21:23:47: 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-03-25 21:23:47: client0046: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0046: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0046: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0046: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0046: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0046: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0046: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0046: SQLrun: INFO: Executing: create table testdec(testdec decimal(4,4)) #2025-03-25 21:23:47: client0046: SQLrun: INFO: Executing: drop table testdec #2025-03-25 21:23:47: client0046: SQLrun: INFO: Executing: create table testdec(testdec decimal(5,4)) #2025-03-25 21:23:47: client0046: SQLrun: INFO: Executing: insert into testdec values (0.12345) #2025-03-25 21:23:47: client0046: SQLrun: INFO: Executing: select * from testdec #2025-03-25 21:23:47: client0046: SQLrun: INFO: Executing: exec 0(0.12345) #2025-03-25 21:23:47: client0046: SQLrun: INFO: Executing: select * from testdec #2025-03-25 21:23:47: client0046: SQLrun: INFO: Executing: drop table testdec #2025-03-25 21:23:47: 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-03-25 21:23:47: 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-03-25 21:23:47: client0047: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0047: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0047: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0047: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0047: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0047: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0047: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0047: SQLrun: INFO: Executing: start transaction #2025-03-25 21:23:47: client0047: SQLrun: INFO: Executing: create table pce (i int, s string) #2025-03-25 21:23:47: client0047: SQLrun: INFO: Executing: commit #2025-03-25 21:23:47: client0047: SQLrun: INFO: Executing: start transaction #2025-03-25 21:23:47: client0047: SQLrun: INFO: Executing: exec 0(1,'test 1') #2025-03-25 21:23:47: client0047: SQLrun: INFO: Executing: select * from pce #2025-03-25 21:23:47: client0047: SQLrun: INFO: Executing: commit #2025-03-25 21:23:47: client0047: SQLrun: INFO: Executing: start transaction #2025-03-25 21:23:47: client0047: SQLrun: INFO: Executing: exec 0(2,'test 2') #2025-03-25 21:23:47: client0047: SQLrun: INFO: Executing: select * from pce #2025-03-25 21:23:47: client0047: SQLrun: INFO: Executing: commit #2025-03-25 21:23:47: client0047: SQLrun: INFO: Executing: drop table pce #2025-03-25 21:23:47: client0048: 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-03-25 21:23:47: client0048: 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-03-25 21:23:47: client0048: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0048: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0048: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0048: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0048: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0048: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0048: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0048: SQLrun: INFO: Executing: create table "test2831994" ( #2025-03-25 21:23:47: client0048: SQLrun: INFO: Executing: exec 0 (3,0.0,2.34) #2025-03-25 21:23:47: client0048: SQLrun: INFO: Executing: select * from test2831994 #2025-03-25 21:23:47: client0048: SQLrun: INFO: Executing: drop table test2831994 #2025-03-25 21:23:47: 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-03-25 21:23:47: 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-03-25 21:23:47: client0049: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0049: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0049: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0049: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0049: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0049: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0049: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0049: SQLrun: INFO: Executing: exec 0() #2025-03-25 21:23:47: client0049: SQLrun: INFO: Executing: exec 1() #2025-03-25 21:23:47: client0049: SQLrun: INFO: Executing: select * from mydata #2025-03-25 21:23:47: client0049: SQLrun: INFO: Executing: select * from myview #2025-03-25 21:23:47: client0049: SQLrun: INFO: Executing: drop view myview #2025-03-25 21:23:47: client0049: SQLrun: INFO: Executing: drop table mydata #2025-03-25 21:23:47: 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-03-25 21:23:47: 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-03-25 21:23:47: client0050: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0050: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0050: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0050: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0050: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0050: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0050: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0050: SQLrun: INFO: Executing: start transaction #2025-03-25 21:23:47: client0050: SQLrun: INFO: Executing: create function mymax(a int, b int) returns int begin if a > b then return a; else return b; end if; end #2025-03-25 21:23:47: client0050: SQLrun: INFO: Executing: create merge table x(a int) #2025-03-25 21:23:47: client0050: SQLrun: INFO: Executing: create table child1(a int) #2025-03-25 21:23:47: client0050: SQLrun: INFO: Executing: insert into child1 values (0),(2),(3) #2025-03-25 21:23:47: client0050: SQLrun: INFO: Executing: alter table x add table child1 #2025-03-25 21:23:47: client0050: OPTexpandMultiplex: WARNING: To speedup sql.f_7 a bulk operator implementation is needed for X_77:bat[:int] := mal.multiplex("sql":str, "f_7":str, X_74:bat[:int], A0:int); #[7] (0) 77 <- 12 13 74 1 #2025-03-25 21:23:47: client0050: OPTexpandMultiplex: WARNING: To speedup sql.f_7 a bulk operator implementation is needed for X_78:bat[:int] := mal.multiplex("sql":str, "f_7":str, X_75:bat[:int], A0:int); #[19] (0) 78 <- 12 13 75 1 #2025-03-25 21:23:47: client0050: OPTexpandMultiplex: WARNING: To speedup sql.f_7 a bulk operator implementation is needed for X_79:bat[:int] := mal.multiplex("sql":str, "f_7":str, X_76:bat[:int], A0:int); #[26] (0) 79 <- 12 13 76 1 #2025-03-25 21:23:47: client0050: SQLrun: INFO: Executing: exec 0(1) #2025-03-25 21:23:47: client0050: SQLrun: INFO: Executing: rollback #2025-03-25 21:23:47: 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-03-25 21:23:47: 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-03-25 21:23:47: client0051: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: start transaction #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: create table test (c1 int not null, c2 varchar(255) not null, c3 int not null) #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: insert into test values (1, 'asd', 1) #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: exec 0('aa', 2) #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: exec 0(10, '9') #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: exec 1(4, 'cc', 3) #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: exec 1('11', 12, '13') #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: select c1, c2, c3 from test #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: create table test2 (c1 int not null, c2 varchar(255) not null, c3 varchar(255) null) #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: insert into test2 values (1, 'asd', 'asd') #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: exec 2('bb', 'aa') #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: exec 2(14, 15) #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: exec 3(5, 'ee','dd') #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: exec 3('16', 17, 18) #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: select c1, c2, c3 from test2 #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: create table test3 (c1 int, c2 varchar(255), c3 int) #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: insert into test3 values (1, 'asd', 1) #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: exec 4('ff', 6) #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: exec 4(19, '20') #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: exec 5(7, 'gg', 8) #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: exec 5('21', 22, '23') #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: select c1, c2, c3 from test3 #2025-03-25 21:23:47: client0051: SQLrun: INFO: Executing: rollback #2025-03-25 21:23:47: 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-03-25 21:23:47: 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-03-25 21:23:47: client0052: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0052: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0052: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0052: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0052: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0052: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0052: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0052: SQLrun: INFO: Executing: start transaction #2025-03-25 21:23:47: client0052: SQLrun: INFO: Executing: create table "TestBulkDataInsert" (c1 bigint not null primary key, c2 varchar(50) not null, c3 clob) #2025-03-25 21:23:47: client0052: SQLrun: INFO: Executing: insert into "TestBulkDataInsert" select * from (values(1,'1a','1b'),(2,'2a','2b'),(3,'3a','3b')) vt3(c1,c2,c3) #2025-03-25 21:23:47: client0052: SQLrun: INFO: Executing: exec 0(4, '4a', '4b') #2025-03-25 21:23:47: client0052: SQLrun: INFO: Executing: exec 1(5, '5a', '5b', 6, '6b', '6b') #2025-03-25 21:23:47: client0052: SQLrun: INFO: Executing: exec 2(7, '7a', '7b', 8, '8b', '8b', 9, '9b', '9b') #2025-03-25 21:23:47: client0052: SQLrun: INFO: Executing: exec 3(12, '12a', '12b') #2025-03-25 21:23:47: client0052: SQLrun: INFO: Executing: exec 4(13, '13a', '13b') #2025-03-25 21:23:47: client0052: SQLrun: INFO: Executing: exec 5('14a', 15, '15b') #2025-03-25 21:23:47: client0052: SQLrun: INFO: Executing: exec 6('16a', 17, '17b') #2025-03-25 21:23:47: client0052: SQLrun: INFO: Executing: select * from "TestBulkDataInsert" #2025-03-25 21:23:47: client0052: SQLrun: INFO: Executing: drop table "TestBulkDataInsert" #2025-03-25 21:23:47: client0052: SQLrun: INFO: Executing: rollback #2025-03-25 21:23:47: 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-03-25 21:23:47: 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-03-25 21:23:47: client0053: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id #2025-03-25 21:23:47: client0053: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0053: SQLrun: INFO: Executing: select name from sys.schemas where not system #2025-03-25 21:23:47: client0053: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot') #2025-03-25 21:23:47: client0053: SQLrun: INFO: Executing: select sqlname from sys.types where systemname is null order by id desc #2025-03-25 21:23:47: client0053: SQLrun: INFO: Executing: call sys.setsessiontimeout(60) #2025-03-25 21:23:47: client0053: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint' #2025-03-25 21:23:47: client0053: SQLrun: INFO: Executing: select :banana : ( banana 'foo') #2025-03-25 21:23:47: client0053: SQLrun: INFO: Executing: create table tst_table (x int, y int) #2025-03-25 21:23:47: client0053: SQLrun: INFO: Executing: insert into tst_table (x, y) values (:x, :y) : (x 1, y 1); #2025-03-25 21:23:47: client0053: SQLrun: INFO: Executing: insert into tst_table (x, y) values (:x, :y) : (x 2, y 4) #2025-03-25 21:23:47: client0053: SQLrun: INFO: Executing: select x, y from tst_table #SIGUSR1 info start #Virtual memory allocated: 12096816, of which 9213232 with malloc #gdk_vm_maxsize: 8589934592, gdk_mem_maxsize: 27393153454 #gdk_mmap_minsize_persistent 262144, gdk_mmap_minsize_transient 1712072090 #Virtual size: 2333990912, anonymous RSS: 42913792, shared RSS: 48627712 (together: 91541504) #BATs: #fix, dirty, persistent, loaded, hot: 1 bats, 0 virtual, 0 malloc #fix, dirty, transient, loaded, hot: 3015 bats, 26416 virtual, 26416 malloc #fix, clean, persistent, loaded, hot: 5 bats, 7168 virtual, 7168 malloc #no fix, dirty, persistent, loaded, hot: 109 bats, 450816 virtual, 450816 malloc #no fix, dirty, transient, loaded, hot: 51 bats, 0 virtual, 0 malloc #no fix, clean, persistent, loaded, hot: 142 bats, 4181535 virtual, 1297951 malloc #3460 bats total, 3323 in use, 75 free bats in common shared list #Threads: #client0053, tid 53, Thread 0x7f8b315476c0, LWP 1977126, 0 free bats, waiting for nothing, working on exiting #heartbeat, tid 16, Thread 0x7f8b317486c0, LWP 1977056, 0 free bats, waiting for nothing, working on sleeping #listenThread, tid 15, Thread 0x7f8b3036a6c0, LWP 1977055, 0 free bats, waiting for nothing, working on nothing #logmanager, tid 14, Thread 0x7f8b064c16c0, LWP 1977053, 0 free bats, waiting for nothing, working on sleeping #DFLOWworker0011, tid 11, Thread 0x7f8b319496c0, LWP 1977050, 2 free bats, waiting for semaphore DFLOWsema0011, working on idle, waiting for new client #DFLOWworker0010, tid 10, Thread 0x7f8b31b4a6c0, LWP 1977049, 6 free bats, waiting for semaphore todo, working on waiting for work #DFLOWworker0009, tid 9, Thread 0x7f8b31d4b6c0, LWP 1977048, 3 free bats, waiting for semaphore todo, working on waiting for work #DFLOWworker0008, tid 8, Thread 0x7f8b31f4c6c0, LWP 1977047, 8 free bats, waiting for semaphore todo, working on waiting for work #DFLOWworker0007, tid 7, Thread 0x7f8b3214d6c0, LWP 1977046, 5 free bats, waiting for semaphore DFLOWsema0007, working on idle, waiting for new client #DFLOWworker0006, tid 6, Thread 0x7f8b3234e6c0, LWP 1977045, 7 free bats, waiting for semaphore todo, working on waiting for work #DFLOWworker0005, tid 5, Thread 0x7f8b3254f6c0, LWP 1977044, 16 free bats, waiting for semaphore todo, working on waiting for work #DFLOWworker0004, tid 4, Thread 0x7f8b327506c0, LWP 1977043, 4 free bats, waiting for semaphore todo, working on waiting for work #DFLOWworker0003, tid 3, Thread 0x7f8b329516c0, LWP 1977042, 11 free bats, waiting for semaphore todo, working on waiting for work #BBPmanager, tid 2, Thread 0x7f8b7c5a76c0, LWP 1977041, 0 free bats, waiting for nothing, working on sleeping #main-thread, tid 1, Thread 0x7f8b7eab5740, LWP 1977040, 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 1047 #logger sql: #current log file 46, last handled log file 44 #current transaction id 50, saved transaction id 49 #number of flushers: 0 #number of catalog entries 251, of which 0 deleted #pending range 45: drops 0, last_ts 1043, flushed_ts 1043, refcount 0 #pending range 46: drops 0, last_ts 1045, flushed_ts 1045, refcount 1, file size 128 (current) #SIGUSR1 info end # mserver5 exiting