# MonetDB 5 server v11.50.0
# This is an unreleased version
# Serving database 'mTests_sql_test_BugTracker-2015', using 4 threads
# Compiled for amd64-pc-windows-msvc/32bit
# Found 7.997 GiB available main-memory of which we use 1.500 GiB
# Copyright (c) 2024 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://win2k22:56015/
# MonetDB server is started. To stop server press Ctrl-C.
#2024-04-26 00:28:42: client0016: 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
#2024-04-26 00:28:42: client0016: 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
#2024-04-26 00:28:42: client0016: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:42: client0016: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:42: client0016: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:42: client0016: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:42: client0016: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:42: client0016: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:42: client0016: SQLrun: INFO: Executing: select current_role
#2024-04-26 00:28:42: client0016: SQLrun: INFO: Executing: set role "monetdb"
#2024-04-26 00:28:42: client0017: 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
#2024-04-26 00:28:42: client0017: 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
#2024-04-26 00:28:42: client0017: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:42: client0017: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:42: client0017: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:42: client0017: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:42: client0017: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:42: client0017: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:42: client0017: SQLrun: INFO: Executing: create role hr_role
#2024-04-26 00:28:42: client0017: SQLrun: INFO: Executing: create schema hr authorization hr_role
#2024-04-26 00:28:42: client0017: SQLrun: INFO: Executing: create user blake with password 'password' name 'Blake' schema "hr"
#2024-04-26 00:28:42: client0017: SQLrun: INFO: Executing: create user clark with password 'password' name 'Clark' schema "hr"
#2024-04-26 00:28:42: client0017: SQLrun: INFO: Executing: grant hr_role to blake
#2024-04-26 00:28:42: client0018: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:42: client0018: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:42: client0018: SQLrun: INFO: Executing: set role hr_role
#2024-04-26 00:28:42: client0018: SQLrun: INFO: Executing: create table employees (id bigint,name varchar(20))
#2024-04-26 00:28:42: client0018: SQLrun: INFO: Executing: grant select on employees to clark
#2024-04-26 00:28:42: client0018: SQLrun: INFO: Executing: grant select on employees to clark from current_role
#2024-04-26 00:28:42: 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
#2024-04-26 00:28:42: client0019: SQLrun: INFO: Executing: drop table "hr"."employees" cascade
#2024-04-26 00:28:42: 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
#2024-04-26 00:28:42: client0019: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:42: client0019: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:42: client0019: SQLrun: INFO: Executing: alter user "blake" set schema "sys"
#2024-04-26 00:28:42: client0019: SQLrun: INFO: Executing: alter user "clark" set schema "sys"
#2024-04-26 00:28:42: client0019: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:42: client0019: SQLrun: INFO: Executing: drop schema "hr" cascade
#2024-04-26 00:28:42: client0019: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:42: client0019: SQLrun: INFO: Executing: drop user "blake"
#2024-04-26 00:28:42: client0019: SQLrun: INFO: Executing: drop user "clark"
#2024-04-26 00:28:42: client0019: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:42: client0019: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:42: client0019: SQLrun: INFO: Executing: create table test3467 (a int)
#2024-04-26 00:28:42: client0019: SQLrun: INFO: Executing: select a as "#" from test3467
#2024-04-26 00:28:42: client0019: SQLrun: INFO: Executing: select a as "@" from test3467
#2024-04-26 00:28:42: client0019: SQLrun: INFO: Executing: drop table test3467
#2024-04-26 00:28:42: 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
#2024-04-26 00:28:42: 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
#2024-04-26 00:28:42: client0020: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:42: client0020: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:42: client0020: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:42: client0020: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:42: client0020: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:42: client0020: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:42: client0020: SQLrun: INFO: Executing: create schema new_schema_as_well
#2024-04-26 00:28:42: client0020: SQLrun: INFO: Executing: set schema new_schema_as_well
#2024-04-26 00:28:42: client0020: SQLrun: INFO: Executing: create table test (x int, y int)
#2024-04-26 00:28:42: client0020: SQLrun: INFO: Executing: insert into test values (-1, -1)
#2024-04-26 00:28:42: client0020: SQLrun: INFO: Executing: create user new_user with password 'new_quite_long_password' name 'newUser' schema new_schema_as_well
#2024-04-26 00:28:42: client0020: SQLrun: INFO: Executing: grant select on new_schema_as_well.test to new_user
#2024-04-26 00:28:42: client0020: SQLrun: INFO: Executing: grant update on new_schema_as_well.test to new_user
#2024-04-26 00:28:42: client0020: SQLrun: INFO: Executing: grant insert on new_schema_as_well.test to new_user
#2024-04-26 00:28:42: client0020: SQLrun: INFO: Executing: grant delete on new_schema_as_well.test to new_user
#2024-04-26 00:28:42: client0021: SQLrun: INFO: Executing: select * from test
#2024-04-26 00:28:42: client0021: SQLrun: INFO: Executing: update test set x = -3 where y = -1
#2024-04-26 00:28:42: client0021: SQLrun: INFO: Executing: insert into test values (0, 0)
#2024-04-26 00:28:42: client0021: SQLrun: INFO: Executing: delete from test where y = -2
#2024-04-26 00:28:42: client0020: SQLrun: INFO: Executing: revoke select on new_schema_as_well.test from new_user
#2024-04-26 00:28:42: client0021: SQLrun: INFO: Executing: insert into test values (66, 66)
#2024-04-26 00:28:42: client0020: SQLrun: INFO: Executing: grant select on new_schema_as_well.test to new_user
#2024-04-26 00:28:42: client0021: SQLrun: INFO: Executing: select * from test
#2024-04-26 00:28:42: client0021: SQLrun: INFO: Executing: update test set x = -66 where y = 66
#2024-04-26 00:28:42: client0021: SQLrun: INFO: Executing: insert into test values (66, 66)
#2024-04-26 00:28:42: client0021: SQLrun: INFO: Executing: delete from test where y = -66
#2024-04-26 00:28:42: 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
#2024-04-26 00:28:42: client0022: SQLrun: INFO: Executing: drop table "new_schema_as_well"."test" cascade
#2024-04-26 00:28:42: 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
#2024-04-26 00:28:42: client0022: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:42: client0022: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:42: client0022: SQLrun: INFO: Executing: alter user "new_user" set schema "sys"
#2024-04-26 00:28:42: client0022: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:42: client0022: SQLrun: INFO: Executing: drop schema "new_schema_as_well" cascade
#2024-04-26 00:28:42: client0022: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:42: client0022: SQLrun: INFO: Executing: drop user "new_user"
#2024-04-26 00:28:42: client0022: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:42: client0022: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:42: client0022: SQLrun: INFO: Executing: select split_part('joeuser@mydatabase','@',0) as "an error"
#2024-04-26 00:28:42: client0022: SQLrun: INFO: Executing: select split_part('joeuser@mydatabase','@',1) as "joeuser"
#2024-04-26 00:28:42: client0022: SQLrun: INFO: Executing: select split_part('joeuser@mydatabase','@',2) as "mydatabase"
#2024-04-26 00:28:42: client0022: SQLrun: INFO: Executing: select split_part('joeuser@mydatabase','@',3) as "empty string"
#2024-04-26 00:28:42: client0022: SQLrun: INFO: Executing: select split_part('','@',3) as "error"
#2024-04-26 00:28:42: client0022: SQLrun: INFO: Executing: start transaction
#2024-04-26 00:28:42: client0022: SQLrun: INFO: Executing: create table somestrings(a string)
#2024-04-26 00:28:42: client0022: SQLrun: INFO: Executing: insert into somestrings values(''),(' '),('joeuser@mydatabase'), ('a@'), ('@b'), ('a@@@b'), ('@@b')
#2024-04-26 00:28:42: client0022: SQLrun: INFO: Executing: select * from somestrings
#2024-04-26 00:28:42: client0022: SQLrun: INFO: Executing: select split_part(a,'@',1), split_part(a,'@',2) from somestrings
#2024-04-26 00:28:42: client0022: SQLrun: INFO: Executing: drop table somestrings
#2024-04-26 00:28:42: client0022: SQLrun: INFO: Executing: rollback
#2024-04-26 00:28:42: 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
#2024-04-26 00:28:42: 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
#2024-04-26 00:28:42: client0023: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:42: client0023: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:42: client0023: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:42: client0023: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:42: client0023: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:42: client0023: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:42: client0023: SQLrun: INFO: Executing: create table sql_keywords (
#2024-04-26 00:28:42: client0023: SQLrun: INFO: Executing: insert into sql_keywords values (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14)
#2024-04-26 00:28:42: client0023: SQLrun: INFO: Executing: select distinct action from sys.sql_keywords
#2024-04-26 00:28:42: client0023: SQLrun: INFO: Executing: select distinct as from sys.sql_keywords
#2024-04-26 00:28:42: client0023: SQLrun: INFO: Executing: select distinct authorization from sys.sql_keywords
#2024-04-26 00:28:42: client0023: SQLrun: INFO: Executing: select distinct column from sys.sql_keywords
#2024-04-26 00:28:42: client0023: SQLrun: INFO: Executing: select distinct cycle from sys.sql_keywords
#2024-04-26 00:28:42: client0023: SQLrun: INFO: Executing: select distinct distinct from sys.sql_keywords
#2024-04-26 00:28:42: client0023: SQLrun: INFO: Executing: select distinct increment from sys.sql_keywords
#2024-04-26 00:28:42: client0023: SQLrun: INFO: Executing: select distinct maxvalue from sys.sql_keywords
#2024-04-26 00:28:42: client0023: SQLrun: INFO: Executing: select distinct minvalue from sys.sql_keywords
#2024-04-26 00:28:42: client0023: SQLrun: INFO: Executing: select distinct plan from sys.sql_keywords
#2024-04-26 00:28:42: client0023: SQLrun: INFO: Executing: select distinct schema from sys.sql_keywords
#2024-04-26 00:28:42: client0023: SQLrun: INFO: Executing: select distinct start from sys.sql_keywords
#2024-04-26 00:28:42: client0023: SQLrun: INFO: Executing: select distinct statement from sys.sql_keywords
#2024-04-26 00:28:42: client0023: SQLrun: INFO: Executing: select distinct table from sys.sql_keywords
#2024-04-26 00:28:42: client0023: SQLrun: INFO: Executing: drop table sql_keywords
#2024-04-26 00:28:42: 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
#2024-04-26 00:28:43: 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
#2024-04-26 00:28:43: client0024: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:43: client0024: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:43: client0024: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:43: client0024: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:43: client0025: SQLrun: INFO: Executing: create table foo_2017 (a int)
#2024-04-26 00:28:43: client0025: SQLrun: INFO: Executing: insert into foo_2017 values (1),(2),(3)
#2024-04-26 00:28:43: client0025: SQLrun: INFO: Executing: create view bar as select * from foo_2017
#2024-04-26 00:28:43: client0025: SQLrun: INFO: Executing: start transaction
#2024-04-26 00:28:43: client0025: SQLrun: INFO: Executing: delete from foo_2017
#2024-04-26 00:28:43: client0025: SQLrun: INFO: Executing: drop view bar
#2024-04-26 00:28:43: client0025: SQLrun: INFO: Executing: create view bar as select * from foo_2017
#2024-04-26 00:28:43: client0026: SQLrun: INFO: Executing: create table baz (a int);
#2024-04-26 00:28:43: client0026: SQLrun: INFO: Executing: drop table baz
#2024-04-26 00:28:43: client0025: SQLrun: INFO: Executing: commit
#2024-04-26 00:28:43: client0025: SQLrun: INFO: Executing: insert into foo_2017 values (4),(5),(6)
#2024-04-26 00:28:43: client0025: SQLrun: INFO: Executing: drop view bar
#2024-04-26 00:28:43: client0025: SQLrun: INFO: Executing: drop table foo_2017
#2024-04-26 00:28:43: 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
#2024-04-26 00:28:43: 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
#2024-04-26 00:28:43: client0027: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:43: client0027: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:43: client0027: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:43: client0027: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:43: client0027: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:43: client0027: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:43: client0027: SQLrun: INFO: Executing: select inet'192.168.0.1' << inet'192.168.0.0/24'
#2024-04-26 00:28:43: client0027: SQLrun: INFO: Executing: select inet'192.168.0.1' <<= inet'192.168.0.0/24'
#2024-04-26 00:28:43: client0027: SQLrun: INFO: Executing: select inet'192.168.0.1' >> inet'192.168.0.0/24'
#2024-04-26 00:28:43: client0027: SQLrun: INFO: Executing: select inet'192.168.0.1' >>= inet'192.168.0.0/24'
#2024-04-26 00:28:43: client0027: SQLrun: INFO: Executing: select inet'192.168.0.1' << inet'192.168.0.1/24'
#2024-04-26 00:28:43: client0027: SQLrun: INFO: Executing: select inet'192.168.0.1' <<= inet'192.168.0.1/24'
#2024-04-26 00:28:43: client0027: SQLrun: INFO: Executing: select inet'192.168.0.1' >> inet'192.168.0.1/24'
#2024-04-26 00:28:43: client0027: SQLrun: INFO: Executing: select inet'192.168.0.1' >>= inet'192.168.0.1/24'
#2024-04-26 00:28:43: 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
#2024-04-26 00:28:43: 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
#2024-04-26 00:28:43: client0028: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:43: client0028: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:43: client0028: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:43: client0028: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:43: client0028: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:43: client0028: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:43: client0028: SQLrun: INFO: Executing: create table "testing" ( "addr" inet )
#2024-04-26 00:28:43: client0028: SQLrun: INFO: Executing: insert into "testing" values('192.168.0.1')
#2024-04-26 00:28:43: client0028: SQLrun: INFO: Executing: insert into "testing" values('255.255.255.0')
#2024-04-26 00:28:43: client0028: SQLrun: INFO: Executing: select * from "testing" order by addr
#2024-04-26 00:28:43: client0028: SQLrun: INFO: Executing: drop table "testing"
#2024-04-26 00:28:43: 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
#2024-04-26 00:28:43: 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
#2024-04-26 00:28:43: client0029: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:43: client0029: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:43: client0029: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:43: client0029: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:43: client0029: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:43: client0029: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:43: client0029: SQLrun: INFO: Executing: create table foo (id integer, bar_id integer)
#2024-04-26 00:28:43: client0029: SQLrun: INFO: Executing: create table foo_bar (id integer)
#2024-04-26 00:28:43: client0029: SQLrun: INFO: Executing: insert into foo (id, bar_id) values (1,2), (3,4)
#2024-04-26 00:28:43: client0029: SQLrun: INFO: Executing: select * from foo
#2024-04-26 00:28:43: client0029: SQLrun: INFO: Executing: drop table foo
#2024-04-26 00:28:43: client0029: SQLrun: INFO: Executing: drop table foo_bar
#2024-04-26 00:28:43: 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
#2024-04-26 00:28:43: 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
#2024-04-26 00:28:43: client0030: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:43: client0030: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:43: client0030: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:43: client0030: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:43: client0030: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:43: client0030: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:43: client0030: SQLrun: INFO: Executing: create table employee ( employee_id integer not null, manager_id integer null)
#2024-04-26 00:28:43: client0030: SQLrun: INFO: Executing: insert into employee (employee_id,manager_id) values (50,70)
#2024-04-26 00:28:43: client0030: SQLrun: INFO: Executing: insert into employee (employee_id,manager_id) values (60,70)
#2024-04-26 00:28:43: client0030: SQLrun: INFO: Executing: insert into employee (employee_id,manager_id) values (70,null)
#2024-04-26 00:28:43: client0030: SQLrun: INFO: Executing: select employee_id, manager_id from employee where employee_id = 60 and (manager_id in (-1) or -1 in (-1))
#2024-04-26 00:28:43: client0030: SQLrun: INFO: Executing: drop table employee
#2024-04-26 00:28:43: 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
#2024-04-26 00:28:43: 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
#2024-04-26 00:28:43: client0031: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:43: client0031: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:43: client0031: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:43: client0031: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:43: client0031: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:43: client0031: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:43: client0031: SQLrun: INFO: Executing: start transaction
#2024-04-26 00:28:43: client0031: SQLrun: INFO: Executing: create table "bug"
#2024-04-26 00:28:43: client0031: SQLrun: INFO: Executing: insert into "bug" values('1.0.0.11')
#2024-04-26 00:28:43: client0031: SQLrun: INFO: Executing: insert into "bug" values('2.0.0.10')
#2024-04-26 00:28:43: client0031: SQLrun: INFO: Executing: insert into "bug" values('3.0.0.9')
#2024-04-26 00:28:43: client0031: SQLrun: INFO: Executing: insert into "bug" values('4.0.0.8')
#2024-04-26 00:28:43: client0031: SQLrun: INFO: Executing: insert into "bug" values('5.0.0.7')
#2024-04-26 00:28:43: client0031: SQLrun: INFO: Executing: insert into "bug" values('6.0.0.6')
#2024-04-26 00:28:43: client0031: SQLrun: INFO: Executing: insert into "bug" values('7.0.0.5')
#2024-04-26 00:28:43: client0031: SQLrun: INFO: Executing: insert into "bug" values('8.0.0.4')
#2024-04-26 00:28:43: client0031: SQLrun: INFO: Executing: insert into "bug" values('9.0.0.3')
#2024-04-26 00:28:43: client0031: SQLrun: INFO: Executing: insert into "bug" values('10.0.0.2')
#2024-04-26 00:28:43: client0031: SQLrun: INFO: Executing: insert into "bug" values('11.0.0.1')
#2024-04-26 00:28:43: client0031: SQLrun: INFO: Executing: select count(*) from bug where address>=inet'4.0.0.0'
#2024-04-26 00:28:43: client0031: SQLrun: INFO: Executing: select count(*) from bug where address<inet'8.0.0.0'
#2024-04-26 00:28:43: client0031: SQLrun: INFO: Executing: select count(*) from bug where address>=inet'4.0.0.0' and address<inet'8.0.0.0'
#2024-04-26 00:28:43: client0031: SQLrun: INFO: Executing: rollback
#2024-04-26 00:28:43: 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
#2024-04-26 00:28:43: 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
#2024-04-26 00:28:43: client0032: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:43: client0032: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:43: client0032: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:43: client0032: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:43: client0032: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:43: client0032: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:43: client0032: SQLrun: INFO: Executing: create table een (a integer, b integer, c integer)
#2024-04-26 00:28:43: client0032: SQLrun: INFO: Executing: insert into een values (1,1,1)
#2024-04-26 00:28:43: client0032: SQLrun: INFO: Executing: update een set (a,b,c) = (select 2,2,2)
#2024-04-26 00:28:43: client0032: SQLrun: INFO: Executing: select * from een
#2024-04-26 00:28:43: client0032: SQLrun: INFO: Executing: drop table een
#2024-04-26 00:28:43: 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
#2024-04-26 00:28:43: 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
#2024-04-26 00:28:43: client0033: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:43: client0033: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:43: client0033: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:43: client0033: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:43: client0033: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:43: client0033: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:43: client0033: SQLrun: INFO: Executing: create table t1 (id varchar(48), col1 varchar(32), col2 varchar(8), excepted boolean)
#2024-04-26 00:28:44: client0033: SQLrun: INFO: Executing: insert into t1 (id, col1, col2, excepted) values ('12', 'col1.A.99.code', '.03', 'false'), ('12', 'col1.A.99.code', '.02', 'false')
#2024-04-26 00:28:44: client0033: SQLrun: INFO: Executing: create table t2 (id varchar(48), col3 varchar(32), col2 varchar(8), row int)
#2024-04-26 00:28:44: client0033: SQLrun: INFO: Executing: insert into t2 (id, col3, col2, row) values ('12',null,null,null)
#2024-04-26 00:28:44: client0033: SQLrun: INFO: Executing: update t2 set (col3, col2, row) =
#2024-04-26 00:28:44: client0033: SQLrun: INFO: Executing: select * from t2
#2024-04-26 00:28:44: client0033: SQLrun: INFO: Executing: drop table t2
#2024-04-26 00:28:44: client0033: SQLrun: INFO: Executing: create table t2 (id varchar(48), col3 varchar(32), col2 varchar(8), row int)
#2024-04-26 00:28:44: client0033: SQLrun: INFO: Executing: insert into t2 (id, col3, col2, row) values ('12',null,null,null)
#2024-04-26 00:28:44: client0033: SQLrun: INFO: Executing: create table t3 as (
#2024-04-26 00:28:44: client0033: SQLrun: INFO: Executing: update t2 set (col3, col2, row) = (select col1, col2, row from t3 where t2.id= t3.id and t3.row = 1)
#2024-04-26 00:28:44: client0033: SQLrun: INFO: Executing: select * from t2
#2024-04-26 00:28:44: client0033: SQLrun: INFO: Executing: drop table t1
#2024-04-26 00:28:44: client0033: SQLrun: INFO: Executing: drop table t2
#2024-04-26 00:28:44: client0033: SQLrun: INFO: Executing: drop table t3
#2024-04-26 00:28:44: 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
#2024-04-26 00:28:44: 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
#2024-04-26 00:28:44: client0034: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:44: client0034: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:44: client0034: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:44: client0034: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:44: client0034: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:44: client0034: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:44: client0034: SQLrun: INFO: Executing: create table iptable (textip varchar(20))
#2024-04-26 00:28:44: client0034: SQLrun: INFO: Executing: insert into iptable values ('192.168.0.1')
#2024-04-26 00:28:44: client0034: SQLrun: INFO: Executing: insert into iptable values ('192.168.0.1')
#2024-04-26 00:28:44: client0034: SQLrun: INFO: Executing: insert into iptable values ('192.168.0.1')
#2024-04-26 00:28:44: client0034: SQLrun: INFO: Executing: insert into iptable values ('192.168.10.2')
#2024-04-26 00:28:44: client0034: SQLrun: INFO: Executing: select cast(textip as inet) from iptable
#2024-04-26 00:28:44: client0034: SQLrun: INFO: Executing: drop table iptable
#2024-04-26 00:28:44: 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
#2024-04-26 00:28:44: 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
#2024-04-26 00:28:44: client0035: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:44: client0035: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:44: client0035: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:44: client0035: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:44: client0035: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:44: client0035: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:44: client0035: SQLrun: INFO: Executing: create table oid_tbl(f1 oid)
#2024-04-26 00:28:44: client0035: SQLrun: INFO: Executing: insert into oid_tbl(f1) values (-1040)
#2024-04-26 00:28:44: client0035: SQLrun: INFO: Executing: select * from oid_tbl
#2024-04-26 00:28:44: client0035: SQLrun: INFO: Executing: drop table oid_tbl
#2024-04-26 00:28:44: 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
#2024-04-26 00:28:44: 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
#2024-04-26 00:28:44: client0036: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:44: client0036: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:44: client0036: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:44: client0036: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:44: client0036: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:44: client0036: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:44: client0036: SQLrun: INFO: Executing: create table tab (id int not null, nm varchar(30) not null, dt date, qnt dec(18,10), descr text)
#2024-04-26 00:28:44: client0036: SQLrun: INFO: Executing: insert into tab (id, nm) values (1, 'A')
#2024-04-26 00:28:44: client0036: SQLrun: INFO: Executing: insert into tab (id, nm, dt, qnt, descr) values (2, 'B', '2015-01-29', 3.1415629, 'iasdfhiasdhagdsnfgankkkjfgjklfgjklsklsklsdfg')
#2024-04-26 00:28:44: client0036: SQLrun: INFO: Executing: select * from tab
#2024-04-26 00:28:44: client0036: SQLrun: INFO: Executing: insert into tab (id, nm, dt, qnt, descr) select id, nm, dt, qnt, descr from tab
#2024-04-26 00:28:44: client0036: SQLrun: INFO: Executing: select * from tab
#2024-04-26 00:28:44: client0036: SQLrun: INFO: Executing: select count(*) as count_dupl_rows, id, nm, dt, qnt, descr from tab
#2024-04-26 00:28:44: client0036: SQLrun: INFO: Executing: alter table tab add constraint tab_uc6 unique (id, nm, dt, qnt, descr)
#2024-04-26 00:28:44: client0036: SQLrun: INFO: Executing: drop table tab
#2024-04-26 00:28:44: 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
#2024-04-26 00:28:44: 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
#2024-04-26 00:28:44: client0037: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:44: client0037: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:44: client0037: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:44: client0037: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:44: client0037: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:44: client0037: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:44: client0037: SQLrun: INFO: Executing: create table lineitem_denormalized_first1k
#2024-04-26 00:28:44: client0037: SQLrun: INFO: Executing: copy 1000 records into lineitem_denormalized_first1k from stdin using delimiters ',',E'\n','"';
#2024-04-26 00:28:44: client0037: SQLrun: INFO: Executing: select line_margin
#2024-04-26 00:28:44: client0037: SQLrun: INFO: Executing: drop table lineitem_denormalized_first1k
#2024-04-26 00:28:44: 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
#2024-04-26 00:28:44: 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
#2024-04-26 00:28:44: client0040: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:44: client0040: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:44: client0040: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:44: client0040: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:44: client0040: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:44: client0040: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:44: client0040: SQLrun: INFO: Executing: select 12*5/3
#2024-04-26 00:28:44: 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
#2024-04-26 00:28:44: 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
#2024-04-26 00:28:44: client0041: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:44: client0041: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:44: client0041: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:44: client0041: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:44: client0041: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:44: client0041: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:44: client0041: SQLrun: INFO: Executing: create table foo (a int)
#2024-04-26 00:28:44: client0041: SQLrun: INFO: Executing: insert into foo values (1),(2),(3)
#2024-04-26 00:28:44: client0041: SQLrun: INFO: Executing: select cast(sum(1) as bigint) as v from foo group by a
#2024-04-26 00:28:44: client0041: SQLrun: INFO: Executing: select cast(100*v as bigint) from (select sum(1) as v from foo group by a) as t
#2024-04-26 00:28:44: client0041: SQLrun: INFO: Executing: drop table foo
#2024-04-26 00:28:44: 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
#2024-04-26 00:28:44: 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
#2024-04-26 00:28:44: client0042: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:44: client0042: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:44: client0042: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:44: client0042: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:44: client0042: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:44: client0042: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:44: client0042: SQLrun: INFO: Executing: start transaction
#2024-04-26 00:28:44: client0042: SQLrun: INFO: Executing: create table "params_str" (
#2024-04-26 00:28:44: client0042: SQLrun: INFO: Executing: create table "am_obj_dict" (
#2024-04-26 00:28:44: client0042: SQLrun: INFO: Executing: create table "am_obj_tree" (
#2024-04-26 00:28:44: client0042: SQLrun: INFO: Executing: create table "am_obj_string" (
#2024-04-26 00:28:44: client0042: SQLrun: INFO: Executing: create view output_1427369057457__3744103893006362204 as select tree as a1, subject as a2, pre as a3, post as a4, size as a5, level as a6, prob as prob from am_obj_tree where tree = 'x'
#2024-04-26 00:28:44: client0042: SQLrun: INFO: Executing: create view output_1427369057457__2084207473789121672 as select id as a1, prob as prob from am_obj_dict
#2024-04-26 00:28:44: client0042: SQLrun: INFO: Executing: create view output_1427369057457_5426992525518166638 as select output_1427369057457__3744103893006362204.a1 as a1, output_1427369057457__3744103893006362204.a2 as a2, output_1427369057457__3744103893006362204.a3 as a3, output_1427369057457__3744103893006362204.a4 as a4, output_1427369057457__3744103893006362204.a5 as a5, output_1427369057457__3744103893006362204.a
#2024-04-26 00:28:44: client0042: SQLrun: INFO: Executing: create view output_1427369057457__5852741830946377159 as select a1 as a1, a2 as a2, a3 as a3, a4 as a4, a5 as a5, a6 as a6, prob as prob from output_1427369057457_5426992525518166638
#2024-04-26 00:28:44: client0042: SQLrun: INFO: Executing: create view output_1427369057457 as select a1 as a1, a4 as a2, prob as prob from (select a1 as a1, a2 as a2, a3 as a3, a4 as a4, a5 as a5, a6 as a6, prob as prob from (select tmp_2584636875446380349.a1 as a1, tmp_2584636875446380349.a2 as a2, tmp_2584636875446380349.a3 as a3, tmp__3818946789453338795.a1 as a4, tmp__3818946789453338795.a2 as a5, tmp__38189467894533
#2024-04-26 00:28:44: client0042: SQLrun: INFO: Executing: select count(*) from output_1427369057457
#2024-04-26 00:28:44: client0042: SQLrun: INFO: Executing: rollback
#2024-04-26 00:28:44: 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
#2024-04-26 00:28:44: 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
#2024-04-26 00:28:44: client0043: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:44: client0043: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:44: client0043: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:44: client0043: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:44: client0043: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:44: client0043: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:44: client0043: SQLrun: INFO: Executing: create table double_tbl(f1 double)
#2024-04-26 00:28:44: client0043: SQLrun: INFO: Executing: insert into double_tbl(f1) values (' ')
#2024-04-26 00:28:44: client0043: SQLrun: INFO: Executing: insert into double_tbl(f1) values (E'\t')
#2024-04-26 00:28:44: client0043: SQLrun: INFO: Executing: insert into double_tbl(f1) values (E'\n')
#2024-04-26 00:28:44: client0043: SQLrun: INFO: Executing: insert into double_tbl(f1) values (E'  \t  \t\t \n ')
#2024-04-26 00:28:44: client0043: SQLrun: INFO: Executing: insert into double_tbl(f1) values ('')
#2024-04-26 00:28:44: client0043: SQLrun: INFO: Executing: select f1 from double_tbl
#2024-04-26 00:28:44: client0043: SQLrun: INFO: Executing: create table float_tbl(f1 float)
#2024-04-26 00:28:44: client0043: SQLrun: INFO: Executing: insert into float_tbl(f1) values (' ')
#2024-04-26 00:28:44: client0043: SQLrun: INFO: Executing: insert into float_tbl(f1) values (E'\t')
#2024-04-26 00:28:44: client0043: SQLrun: INFO: Executing: insert into float_tbl(f1) values (E'\n')
#2024-04-26 00:28:44: client0043: SQLrun: INFO: Executing: insert into float_tbl(f1) values (E'  \t  \t\t \n ')
#2024-04-26 00:28:44: client0043: SQLrun: INFO: Executing: insert into float_tbl(f1) values ('')
#2024-04-26 00:28:44: client0043: SQLrun: INFO: Executing: select f1 from float_tbl
#2024-04-26 00:28:44: client0043: SQLrun: INFO: Executing: drop table double_tbl
#2024-04-26 00:28:44: client0043: SQLrun: INFO: Executing: drop table float_tbl
#2024-04-26 00:28:45: 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
#2024-04-26 00:28:45: 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
#2024-04-26 00:28:45: client0044: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:45: client0044: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:45: client0044: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:45: client0044: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:45: client0044: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:45: client0044: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:45: client0044: SQLrun: INFO: Executing: start transaction
#2024-04-26 00:28:45: client0044: SQLrun: INFO: Executing: create table "naturalis_obj_dict" (
#2024-04-26 00:28:45: client0044: SQLrun: INFO: Executing: create table "naturalis_materialized_1" (
#2024-04-26 00:28:45: client0044: SQLrun: INFO: Executing: create table "naturalis_all_termdict_snowball" (
#2024-04-26 00:28:45: client0044: SQLrun: INFO: Executing: create table "naturalis_all_termdict_unstemmed" (
#2024-04-26 00:28:45: client0044: SQLrun: INFO: Executing: create table "naturalis_all_tf_bm25_unstemmed" (
#2024-04-26 00:28:45: client0044: SQLrun: INFO: Executing: create view output_1427727864562_8628476569578157143 as select naturalis_all_tf_bm25_unstemmed.termid as a1, naturalis_all_tf_bm25_unstemmed.objid as a2, naturalis_all_termdict_unstemmed.termid as a3, naturalis_all_termdict_unstemmed.term as a4, naturalis_all_termdict_unstemmed.sb as a5, naturalis_all_tf_bm25_unstemmed.prob * naturalis_all_termdict_unstemmed.prob 
#2024-04-26 00:28:45: client0044: SQLrun: INFO: Executing: create view output_1427727864562_5257959729065684465 as select id as a1, prob as prob from naturalis_obj_dict
#2024-04-26 00:28:45: client0044: SQLrun: INFO: Executing: create view output_1427727864562__3867191803197065991 as select output_1427727864562_8628476569578157143.a1 as a1, output_1427727864562_8628476569578157143.a2 as a2, output_1427727864562_8628476569578157143.a3 as a3, output_1427727864562_8628476569578157143.a4 as a4, output_1427727864562_8628476569578157143.a5 as a5, output_1427727864562_5257959729065684465.a1 as 
#2024-04-26 00:28:45: client0044: SQLrun: INFO: Executing: create view output_1427727864562_7461402036329501989 as select a2 as a1, a4 as a2, prob as prob from output_1427727864562__3867191803197065991
#2024-04-26 00:28:45: client0044: SQLrun: INFO: Executing: create view output_1427727864562_664384226664078002 as select output_1427727864562_7461402036329501989.a1 as a1, output_1427727864562_7461402036329501989.a2 as a2, output_1427727864562_7461402036329501989.a1 as a3, output_1427727864562_7461402036329501989.a2 as a4, output_1427727864562_7461402036329501989.prob * output_1427727864562_7461402036329501989.prob as pro
#2024-04-26 00:28:45: client0044: SQLrun: INFO: Executing: create view output_1427727864562_8055303038742365054 as select a1 as a1, a3 as a2, sum(prob) as prob from output_1427727864562_664384226664078002 group by a1, a3
#2024-04-26 00:28:45: client0044: SQLrun: INFO: Executing: create view output_1427727864562 as select a1 as a1, a2 as a2, prob as prob from (select a1 as a1, a2 as a2, prob as prob from (select output_1427727864562_8055303038742365054.a1 as a1, output_1427727864562_8055303038742365054.a2 as a2, output_1427727864562_8055303038742365054.prob / tmp_3083417802646904664.prob as prob from output_1427727864562_805530303874236505
#2024-04-26 00:28:45: client0044: SQLrun: INFO: Executing: create view source as select a.*, prob as rownum from output_1427727864562_7461402036329501989 as a
#2024-04-26 00:28:45: client0044: SQLrun: INFO: Executing: select source.prob
#2024-04-26 00:28:45: client0044: SQLrun: INFO: Executing: rollback
#2024-04-26 00:28:45: 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
#2024-04-26 00:28:45: 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
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: start transaction
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create table "params_str" (
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create table "gtaa_obj_dict" (
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create table "gtaa_materialized_1" (
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create table "gtaa_all_termdict_snowball" (
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create table "gtaa_all_termdict_unstemmed" (
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create table "gtaa_all_tf_bm25_unstemmed" (
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create table "gtaa_all_idf_bm25_unstemmed" (
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create table "gtaa_obj_tree" (
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create table "gtaa_obj_region" (
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create table "am_obj_dict" (
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create table "am_materialized_1" (
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create table "am_all_termdict_snowball" (
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create table "am_all_termdict_unstemmed" (
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create table "am_all_tf_bm25_unstemmed" (
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create table "am_all_idf_bm25_unstemmed" (
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create table "am_obj_tree" (
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create table "am_obj_region" (
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: insert into params_str values ('s_ontologySource_CHUNK','am',1.0)
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: insert into params_str values ('s_generator_bag_of_words_ATTRIBUTE_A','http://www.w3.org/2004/02/skos/core#prefLabel',1.0)
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: insert into params_str values ('s_generator_bag_of_words_ATTRIBUTE_B','http://www.w3.org/2004/02/skos/core#prefLabel',1.0)
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview__2084207473789121672 as select id as a1, prob as prob from am_obj_dict
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview__3744103893006362204 as select tree as a1, subject as a2, pre as a3, post as a4, size as a5, level as a6, prob as prob from am_obj_tree where tree = 'RDF_properties'
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview__5907800622365123282 as select paramname as a1, value as a2, prob as prob from params_str where paramname = 's_generator_bag_of_words_ATTRIBUTE_A'
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview__8689322627111648167 as select id as a1, prob as prob from gtaa_obj_dict
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview__6885005865828173703 as select tree as a1, subject as a2, pre as a3, post as a4, size as a5, level as a6, prob as prob from gtaa_obj_tree where tree = 'RDF_properties'
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview_6439365964835459461 as select paramname as a1, value as a2, prob as prob from params_str where paramname = 's_generator_bag_of_words_ATTRIBUTE_B'
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview__1163027180486560746 as select am_obj_dict.idstr as a1, am_obj_dict.id as a2, am_obj_dict.type as a3, s__resultview__5907800622365123282.a1 as a4, s__resultview__5907800622365123282.a2 as a5, am_obj_dict.prob * s__resultview__5907800622365123282.prob as prob from am_obj_dict,s__resultview__5907800622365123282 where am_obj_dict.idstr = s__
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview__2998122681277138649 as select gtaa_obj_dict.idstr as a1, gtaa_obj_dict.id as a2, gtaa_obj_dict.type as a3, s__resultview_6439365964835459461.a1 as a4, s__resultview_6439365964835459461.a2 as a5, gtaa_obj_dict.prob * s__resultview_6439365964835459461.prob as prob from gtaa_obj_dict,s__resultview_6439365964835459461 where gtaa_obj_dict.ids
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview_2168537811202848609 as select a2 as a1, prob as prob from s__resultview__1163027180486560746
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview__5292357521228590801 as select a2 as a1, prob as prob from s__resultview__2998122681277138649
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview__3252966175416019566 as select s__resultview__3744103893006362204.a1 as a1, s__resultview__3744103893006362204.a2 as a2, s__resultview__3744103893006362204.a3 as a3, s__resultview__3744103893006362204.a4 as a4, s__resultview__3744103893006362204.a5 as a5, s__resultview__3744103893006362204.a6 as a6, s__resultview_2168537811202848609.a1 as
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview__2785167906442910809 as select s__resultview__6885005865828173703.a1 as a1, s__resultview__6885005865828173703.a2 as a2, s__resultview__6885005865828173703.a3 as a3, s__resultview__6885005865828173703.a4 as a4, s__resultview__6885005865828173703.a5 as a5, s__resultview__6885005865828173703.a6 as a6, s__resultview__5292357521228590801.a1 a
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview_5617587398064666981 as select a1 as a1, a2 as a2, a3 as a3, a4 as a4, a5 as a5, a6 as a6, prob as prob from s__resultview__3252966175416019566
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview__3074746299039760313 as select a1 as a1, a2 as a2, a3 as a3, a4 as a4, a5 as a5, a6 as a6, prob as prob from s__resultview__2785167906442910809
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview__1300470491949402385 as select s__resultview__3744103893006362204.a1 as a1, s__resultview__3744103893006362204.a2 as a2, s__resultview__3744103893006362204.a3 as a3, s__resultview__3744103893006362204.a4 as a4, s__resultview__3744103893006362204.a5 as a5, s__resultview__3744103893006362204.a6 as a6, s__resultview_5617587398064666981.a1 as
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview_7206289517542240945 as select s__resultview__6885005865828173703.a1 as a1, s__resultview__6885005865828173703.a2 as a2, s__resultview__6885005865828173703.a3 as a3, s__resultview__6885005865828173703.a4 as a4, s__resultview__6885005865828173703.a5 as a5, s__resultview__6885005865828173703.a6 as a6, s__resultview__3074746299039760313.a1 as
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview_7233975749376649663 as select a2 as a1, 1.0 - prod(1.0 - prob) as prob from s__resultview__1300470491949402385 group by a2
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview_1228285373361863827 as select a2 as a1, 1.0 - prod(1.0 - prob) as prob from s__resultview_7206289517542240945 group by a2
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview_576746916810995434 as select s__resultview_7233975749376649663.a1 as a1, am_obj_region.subject as a2, am_obj_region.reference as a3, am_obj_region.line as a4, am_obj_region.startpos as a5, am_obj_region.endpos as a6, s__resultview_7233975749376649663.prob * am_obj_region.prob as prob from s__resultview_7233975749376649663,am_obj_region wh
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview__4026962281427654916 as select s__resultview_1228285373361863827.a1 as a1, gtaa_obj_region.subject as a2, gtaa_obj_region.reference as a3, gtaa_obj_region.line as a4, gtaa_obj_region.startpos as a5, gtaa_obj_region.endpos as a6, s__resultview_1228285373361863827.prob * gtaa_obj_region.prob as prob from s__resultview_1228285373361863827,gt
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview__148095467512199531 as select s__resultview_576746916810995434.a1 as a1, s__resultview_576746916810995434.a2 as a2, s__resultview_576746916810995434.a3 as a3, s__resultview_576746916810995434.a4 as a4, s__resultview_576746916810995434.a5 as a5, s__resultview_576746916810995434.a6 as a6, am_all_tf_bm25_unstemmed.termid as a7, am_all_tf_bm2
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview_3487524704470538157 as select s__resultview__4026962281427654916.a1 as a1, s__resultview__4026962281427654916.a2 as a2, s__resultview__4026962281427654916.a3 as a3, s__resultview__4026962281427654916.a4 as a4, s__resultview__4026962281427654916.a5 as a5, s__resultview__4026962281427654916.a6 as a6, gtaa_all_tf_bm25_unstemmed.termid as a7,
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview_8636114359657583065 as select s__resultview__148095467512199531.a1 as a1, s__resultview__148095467512199531.a2 as a2, s__resultview__148095467512199531.a3 as a3, s__resultview__148095467512199531.a4 as a4, s__resultview__148095467512199531.a5 as a5, s__resultview__148095467512199531.a6 as a6, s__resultview__148095467512199531.a7 as a7, s_
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview_4914011101465958082 as select s__resultview_3487524704470538157.a1 as a1, s__resultview_3487524704470538157.a2 as a2, s__resultview_3487524704470538157.a3 as a3, s__resultview_3487524704470538157.a4 as a4, s__resultview_3487524704470538157.a5 as a5, s__resultview_3487524704470538157.a6 as a6, s__resultview_3487524704470538157.a7 as a7, s_
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview__6625465567401263443 as select a7 as a1, a8 as a2, prob as prob from s__resultview_8636114359657583065
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview__678859678987752445 as select a7 as a1, a8 as a2, prob as prob from s__resultview_4914011101465958082
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview_4646209289709239398 as select s__resultview__6625465567401263443.a1 as a1, s__resultview__6625465567401263443.a2 as a2, am_all_idf_bm25_unstemmed.termid as a3, s__resultview__6625465567401263443.prob * am_all_idf_bm25_unstemmed.prob as prob from s__resultview__6625465567401263443,am_all_idf_bm25_unstemmed where s__resultview__662546556740
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview_803050599359904103 as select s__resultview__678859678987752445.a1 as a1, s__resultview__678859678987752445.a2 as a2, gtaa_all_idf_bm25_unstemmed.termid as a3, s__resultview__678859678987752445.prob * gtaa_all_idf_bm25_unstemmed.prob as prob from s__resultview__678859678987752445,gtaa_all_idf_bm25_unstemmed where s__resultview__67885967898
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview__1234239311746380292 as select s__resultview_4646209289709239398.a1 as a1, s__resultview_4646209289709239398.a2 as a2, s__resultview_4646209289709239398.a3 as a3, am_all_termdict_unstemmed.termid as a4, am_all_termdict_unstemmed.term as a5, am_all_termdict_unstemmed.sb as a6, s__resultview_4646209289709239398.prob * am_all_termdict_unstem
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview_3125223437396834298 as select s__resultview_803050599359904103.a1 as a1, s__resultview_803050599359904103.a2 as a2, s__resultview_803050599359904103.a3 as a3, gtaa_all_termdict_unstemmed.termid as a4, gtaa_all_termdict_unstemmed.term as a5, gtaa_all_termdict_unstemmed.sb as a6, s__resultview_803050599359904103.prob * gtaa_all_termdict_uns
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview_3881768213967656727 as select a2 as a1, a5 as a2, prob as prob from s__resultview__1234239311746380292
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview__5159286147922968544 as select a2 as a1, a5 as a2, prob as prob from s__resultview_3125223437396834298
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview__101494595982612010 as select s__resultview_3881768213967656727.a1 as a1, s__resultview_3881768213967656727.a2 as a2, s__resultview__5159286147922968544.a1 as a3, s__resultview__5159286147922968544.a2 as a4, s__resultview_3881768213967656727.prob * s__resultview__5159286147922968544.prob as prob from s__resultview_3881768213967656727,s__r
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview_8511588532222625888 as select a1 as a1, a3 as a2, sum(prob) as prob from s__resultview__101494595982612010 group by a1, a3
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: create view s__resultview as select a1 as a1, a2 as a2, prob as prob from (select a1 as a1, a2 as a2, prob as prob from (select s__resultview_8511588532222625888.a1 as a1, s__resultview_8511588532222625888.a2 as a2, s__resultview_8511588532222625888.prob / tmp_4585563859082064648.prob as prob from s__resultview_8511588532222625888,(select max(prob) as prob from s_
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: with source as (
#2024-04-26 00:28:45: client0045: SQLrun: INFO: Executing: rollback
#2024-04-26 00:28:45: 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
#2024-04-26 00:28:45: 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
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: create table double_tbl(x double)
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into double_tbl(x) values ('NaN')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: select x, cast(x as varchar(30)) as x_str from double_tbl
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into double_tbl(x) values ('-NaN')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: select x, cast(x as varchar(30)) as x_str from double_tbl
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into double_tbl(x) values ('Inf')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into double_tbl(x) values ('Infinity')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into double_tbl(x) values ('inf')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into double_tbl(x) values ('infinity')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: select x, cast(x as varchar(30)) as x_str from double_tbl
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into double_tbl(x) values ('-Inf')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into double_tbl(x) values ('-Infinity')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into double_tbl(x) values ('-inf')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into double_tbl(x) values ('-infinity')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: select x, cast(x as varchar(30)) as x_str from double_tbl
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: create table real_tbl(x real)
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into real_tbl(x) values ('NaN')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: select x, cast(x as varchar(30)) as x_str from real_tbl
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into real_tbl(x) values ('-NaN')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: select x, cast(x as varchar(30)) as x_str from real_tbl
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into real_tbl(x) values ('Inf')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into real_tbl(x) values ('Infinity')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into real_tbl(x) values ('inf')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into real_tbl(x) values ('infinity')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: select x, cast(x as varchar(30)) as x_str from real_tbl
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into real_tbl(x) values ('-Inf')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into real_tbl(x) values ('-Infinity')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into real_tbl(x) values ('-inf')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into real_tbl(x) values ('-infinity')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: select x, cast(x as varchar(30)) as x_str from real_tbl
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into real_tbl(x) values ('1e+39')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into real_tbl(x) values ('-1e+39')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: select x, cast(x as varchar(30)) as x_str from real_tbl
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: create table float_tbl(x float)
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into float_tbl(x) values ('NaN')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: select x, cast(x as varchar(30)) as x_str from float_tbl
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into float_tbl(x) values ('-NaN')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: select x, cast(x as varchar(30)) as x_str from float_tbl
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into float_tbl(x) values ('Inf')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into float_tbl(x) values ('Infinity')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into float_tbl(x) values ('inf')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into float_tbl(x) values ('infinity')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: select x, cast(x as varchar(30)) as x_str from float_tbl
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into float_tbl(x) values ('-Inf')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into float_tbl(x) values ('-Infinity')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into float_tbl(x) values ('-inf')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: insert into float_tbl(x) values ('-infinity')
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: select x, cast(x as varchar(30)) as x_str from float_tbl
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: drop table double_tbl
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: drop table real_tbl
#2024-04-26 00:28:45: client0046: SQLrun: INFO: Executing: drop table float_tbl
#2024-04-26 00:28:45: 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
#2024-04-26 00:28:45: 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
#2024-04-26 00:28:45: client0050: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:45: client0050: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:45: client0050: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:45: client0050: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:45: client0050: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:45: client0050: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:45: client0050: SQLrun: INFO: Executing: start transaction
#2024-04-26 00:28:45: client0050: SQLrun: INFO: Executing: create table quotes (
#2024-04-26 00:28:45: client0050: SQLrun: INFO: Executing: rollback
#2024-04-26 00:28:45: 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
#2024-04-26 00:28:45: 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
#2024-04-26 00:28:45: client0051: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:45: client0051: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:45: client0051: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:45: client0051: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:45: client0051: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:45: client0051: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:45: client0051: SQLrun: INFO: Executing: create table quotes( sdate timestamp)
#2024-04-26 00:28:45: client0051: SQLrun: INFO: Executing: create function test_quotes(a string) returns table(somefield date)
#2024-04-26 00:28:45: client0051: SQLrun: INFO: Executing: select * from test_quotes('test') as x
#2024-04-26 00:28:45: client0051: SQLrun: INFO: Executing: drop function test_quotes
#2024-04-26 00:28:45: client0051: SQLrun: INFO: Executing: drop table quotes
#2024-04-26 00:28:45: 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
#2024-04-26 00:28:45: 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
#2024-04-26 00:28:45: client0052: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:45: client0052: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:45: client0052: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:45: client0052: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:45: client0052: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:45: client0052: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:45: client0052: SQLrun: INFO: Executing: create table t1 (i int)
#2024-04-26 00:28:45: client0052: SQLrun: INFO: Executing: create table t2 (i int)
#2024-04-26 00:28:45: client0052: SQLrun: INFO: Executing: create merge table m (i int)
#2024-04-26 00:28:45: client0052: SQLrun: INFO: Executing: alter table m add table t1
#2024-04-26 00:28:45: client0052: SQLrun: INFO: Executing: alter table m add table t2
#2024-04-26 00:28:45: client0052: SQLrun: INFO: Executing: drop table m
#2024-04-26 00:28:45: client0052: SQLrun: INFO: Executing: drop table t2
#2024-04-26 00:28:45: client0052: SQLrun: INFO: Executing: drop table t1
#2024-04-26 00:28:45: 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
#2024-04-26 00:28:45: 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
#2024-04-26 00:28:45: client0053: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:45: client0053: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:45: client0053: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:45: client0053: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:45: client0053: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:45: client0053: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:45: client0053: SQLrun: INFO: Executing: create table foo (z int)
#2024-04-26 00:28:45: client0053: SQLrun: INFO: Executing: select aaa from (select 0,0,0,0,0,foo.z from foo)as t(aaa,b,c,d,e,f)
#2024-04-26 00:28:45: client0053: SQLrun: INFO: Executing: drop table foo
#2024-04-26 00:28:45: 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
#2024-04-26 00:28:45: 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
#2024-04-26 00:28:45: client0054: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:45: client0054: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:45: client0054: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:45: client0054: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:45: client0054: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:45: client0054: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:45: client0054: SQLrun: INFO: Executing: create table t1(a integer, b integer, c integer, d integer, e integer)
#2024-04-26 00:28:45: client0054: SQLrun: INFO: Executing: insert into t1(e,c,b,d,a) values(103,102,100,101,104)
#2024-04-26 00:28:45: client0054: SQLrun: INFO: Executing: select case when c>(select avg(c) from t1) then a*2 else b*10 end from t1
#2024-04-26 00:28:45: client0054: SQLrun: INFO: Executing: select abs(b-c) from t1
#2024-04-26 00:28:45: client0054: SQLrun: INFO: Executing: select abs(b-c), case when c>(select avg(c) from t1) then a*2 else b*10 end from t1
#2024-04-26 00:28:45: client0054: SQLrun: INFO: Executing: select case when c>(select avg(c) from t1) then a*2 else b*10 end, abs(b-c) from t1
#2024-04-26 00:28:45: client0054: SQLrun: INFO: Executing: drop table t1
#2024-04-26 00:28:45: 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
#2024-04-26 00:28:45: 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
#2024-04-26 00:28:45: client0055: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:45: client0055: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:45: client0055: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:45: client0055: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:45: client0055: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:45: client0055: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:45: client0055: SQLrun: INFO: Executing: create table t1(a integer, b integer, c integer, d integer, e integer)
#2024-04-26 00:28:45: client0055: SQLrun: INFO: Executing: insert into t1(e,c,b,d,a) values(103,102,100,101,104)
#2024-04-26 00:28:45: client0055: SQLrun: INFO: Executing: insert into t1(a,c,d,e,b) values(107,106,108,109,105)
#2024-04-26 00:28:45: client0055: SQLrun: INFO: Executing: insert into t1(e,d,b,a,c) values(110,114,112,111,113)
#2024-04-26 00:28:45: client0055: SQLrun: INFO: Executing: insert into t1(d,c,e,a,b) values(116,119,117,115,118)
#2024-04-26 00:28:45: client0055: SQLrun: INFO: Executing: select (select count(*) from t1 as x where x.b<t1.b) from t1 where (a>b-2 and a<b+2) or c>d order by 1
#2024-04-26 00:28:45: client0055: SQLrun: INFO: Executing: drop table t1
#2024-04-26 00:28:45: 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
#2024-04-26 00:28:45: 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
#2024-04-26 00:28:45: client0056: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:45: client0056: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:45: client0056: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:45: client0056: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:45: client0056: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:45: client0056: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:45: client0056: SQLrun: INFO: Executing: create schema s1
#2024-04-26 00:28:45: client0056: SQLrun: INFO: Executing: create schema s2
#2024-04-26 00:28:45: client0056: SQLrun: INFO: Executing: set schema s1
#2024-04-26 00:28:45: client0056: SQLrun: INFO: Executing: create table s3 (x int)
#2024-04-26 00:28:45: client0056: SQLrun: INFO: Executing: create view s4 as select * from s3
#2024-04-26 00:28:46: client0056: SQLrun: INFO: Executing: select * from s1.s4
#2024-04-26 00:28:46: client0056: SQLrun: INFO: Executing: set schema s2
#2024-04-26 00:28:46: client0056: SQLrun: INFO: Executing: select * from s1.s4
#2024-04-26 00:28:46: client0056: SQLrun: INFO: Executing: set schema sys
#2024-04-26 00:28:46: client0056: SQLrun: INFO: Executing: drop schema s1 cascade
#2024-04-26 00:28:46: client0056: SQLrun: INFO: Executing: drop schema s2 cascade
#2024-04-26 00:28:46: client0056: SQLrun: INFO: Executing: create schema s1
#2024-04-26 00:28:46: client0056: SQLrun: INFO: Executing: create schema s2
#2024-04-26 00:28:46: client0056: SQLrun: INFO: Executing: create table s1.s3 (x int)
#2024-04-26 00:28:46: client0056: SQLrun: INFO: Executing: create table s2.s3 (x int)
#2024-04-26 00:28:46: client0056: SQLrun: INFO: Executing: set schema s1
#2024-04-26 00:28:46: client0056: SQLrun: INFO: Executing: create view s4 as select * from s3
#2024-04-26 00:28:46: client0056: SQLrun: INFO: Executing: plan select * from s1.s4
#2024-04-26 00:28:46: client0056: SQLrun: INFO: Executing: set schema s2
#2024-04-26 00:28:46: client0056: SQLrun: INFO: Executing: plan select * from s1.s4
#2024-04-26 00:28:46: client0056: SQLrun: INFO: Executing: set schema sys
#2024-04-26 00:28:46: client0056: SQLrun: INFO: Executing: drop schema s1 cascade
#2024-04-26 00:28:46: client0056: SQLrun: INFO: Executing: drop schema s2 cascade
#2024-04-26 00:28:46: 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
#2024-04-26 00:28:46: 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
#2024-04-26 00:28:46: client0057: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:46: client0057: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:46: client0057: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:46: client0057: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:46: client0057: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:46: client0057: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:46: client0057: SQLrun: INFO: Executing: create table s10 (x int)
#2024-04-26 00:28:46: client0057: SQLrun: INFO: Executing: start transaction
#2024-04-26 00:28:46: client0057: SQLrun: INFO: Executing: insert into s10 values (8)
#2024-04-26 00:28:46: client0057: SQLrun: INFO: Executing: alter table s10 set read only
#2024-04-26 00:28:46: client0057: SQLrun: INFO: Executing: select count(*) from s10
#2024-04-26 00:28:46: client0057: SQLrun: INFO: Executing: rollback
#2024-04-26 00:28:46: client0057: SQLrun: INFO: Executing: drop table s10
#2024-04-26 00:28:46: 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
#2024-04-26 00:28:46: 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
#2024-04-26 00:28:46: client0058: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:46: client0058: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:46: client0058: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:46: client0058: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:46: client0058: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:46: client0058: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:46: client0058: SQLrun: INFO: Executing: create schema marketdata
#2024-04-26 00:28:46: client0058: SQLrun: INFO: Executing: create table marketdata.quotes (i integer)
#2024-04-26 00:28:46: client0058: SQLrun: INFO: Executing: insert into marketdata.quotes (i) values (1)
#2024-04-26 00:28:46: client0058: SQLrun: INFO: Executing: select * from marketdata.quotes
#2024-04-26 00:28:46: client0058: SQLrun: INFO: Executing: insert into marketdata.quotes (i) values (2)
#2024-04-26 00:28:46: client0058: SQLrun: INFO: Executing: select * from marketdata.quotes
#2024-04-26 00:28:46: client0058: SQLrun: INFO: Executing: insert into marketdata.quotes (i) values (1)
#2024-04-26 00:28:46: client0058: SQLrun: INFO: Executing: select * from marketdata.quotes
#2024-04-26 00:28:46: client0058: SQLrun: INFO: Executing: insert into marketdata.quotes (i) values (2)
#2024-04-26 00:28:46: client0058: SQLrun: INFO: Executing: select * from marketdata.quotes
#2024-04-26 00:28:46: client0058: SQLrun: INFO: Executing: drop table marketdata.quotes
#2024-04-26 00:28:46: client0058: SQLrun: INFO: Executing: drop schema marketdata
#2024-04-26 00:28:46: client0059: 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
#2024-04-26 00:28:46: client0059: 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
#2024-04-26 00:28:46: client0059: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:46: client0059: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:46: client0059: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:46: client0059: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:46: client0059: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:46: client0059: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:46: client0059: SQLrun: INFO: Executing: create table bugexample ( id integer)
#2024-04-26 00:28:46: client0059: SQLrun: INFO: Executing: start transaction
#2024-04-26 00:28:46: client0059: SQLrun: INFO: Executing: alter table bugexample add column newcolumn integer
#2024-04-26 00:28:46: client0059: SQLrun: INFO: Executing: alter table bugexample alter column newcolumn set not null
#2024-04-26 00:28:46: client0059: SQLrun: INFO: Executing: commit
#2024-04-26 00:28:46: client0059: SQLrun: INFO: Executing: drop table bugexample
#2024-04-26 00:28:46: 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
#2024-04-26 00:28:46: 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
#2024-04-26 00:28:46: client0060: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:46: client0060: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:46: client0060: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:46: client0060: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:46: client0060: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:46: client0060: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:46: client0060: SQLrun: INFO: Executing: create merge table mt (i int)
#2024-04-26 00:28:46: client0060: SQLrun: INFO: Executing: drop table mt
#2024-04-26 00:28:46: 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
#2024-04-26 00:28:46: 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
#2024-04-26 00:28:46: client0061: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:46: client0061: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:46: client0061: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:46: client0061: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:46: client0061: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:46: client0061: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:46: client0061: SQLrun: INFO: Executing: start transaction
#2024-04-26 00:28:46: client0061: SQLrun: INFO: Executing: create table t1(a integer, b integer, c integer, d integer, e integer)
#2024-04-26 00:28:46: client0061: SQLrun: INFO: Executing: insert into t1(e,c,b,d,a) values(103,102,100,101,104)
#2024-04-26 00:28:46: client0061: SQLrun: INFO: Executing: insert into t1(a,c,d,e,b) values(107,106,108,109,105)
#2024-04-26 00:28:46: client0061: SQLrun: INFO: Executing: insert into t1(e,d,b,a,c) values(110,114,112,111,113)
#2024-04-26 00:28:46: client0061: SQLrun: INFO: Executing: insert into t1(d,c,e,a,b) values(116,119,117,115,118)
#2024-04-26 00:28:46: client0061: SQLrun: INFO: Executing: select count(*) from t1 as x
#2024-04-26 00:28:46: client0061: SQLrun: INFO: Executing: select count(*) from t1 as x where x.c
#2024-04-26 00:28:46: client0061: SQLrun: INFO: Executing: rollback
#2024-04-26 00:28:46: 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
#2024-04-26 00:28:46: 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
#2024-04-26 00:28:46: client0062: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:46: client0062: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:46: client0062: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:46: client0062: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:46: client0062: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:46: client0062: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:46: client0062: SQLrun: INFO: Executing: create table two (
#2024-04-26 00:28:46: client0062: SQLrun: INFO: Executing: copy 6 records into two from stdin using delimiters ',',E'\n';
#2024-04-26 00:28:46: client0062: SQLrun: INFO: Executing: select * from two
#2024-04-26 00:28:46: client0062: SQLrun: INFO: Executing: select two.id, two.name, two.count, twoalias.id as id2, twoalias.name as name2 from two left join two as twoalias on two.count=twoalias.id
#2024-04-26 00:28:46: client0062: SQLrun: INFO: Executing: drop table two
#2024-04-26 00:28:46: 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
#2024-04-26 00:28:46: 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
#2024-04-26 00:28:46: client0065: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:46: client0065: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:46: client0065: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:46: client0065: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:46: client0065: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:46: client0065: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:46: client0065: SQLrun: INFO: Executing: create table foo (a int)
#2024-04-26 00:28:46: client0065: SQLrun: INFO: Executing: select b from(select 1,1=1,1,1,1 from foo union all select 1,null,1,1,1)as t(a,b,c,d,e)
#2024-04-26 00:28:46: client0065: SQLrun: INFO: Executing: drop table foo
#2024-04-26 00:28:46: 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
#2024-04-26 00:28:46: 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
#2024-04-26 00:28:46: client0066: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:46: client0066: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:46: client0066: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:46: client0066: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:46: client0066: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:46: client0066: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:46: client0066: SQLrun: INFO: Executing: start transaction
#2024-04-26 00:28:46: client0066: SQLrun: INFO: Executing: create table a (a integer)
#2024-04-26 00:28:46: client0066: SQLrun: INFO: Executing: create table b (a integer)
#2024-04-26 00:28:46: client0066: SQLrun: INFO: Executing: insert into a values (1)
#2024-04-26 00:28:46: client0066: SQLrun: INFO: Executing: select * from a left join (select a, 20 from b) as x using (a)
#2024-04-26 00:28:46: client0066: SQLrun: INFO: Executing: rollback
#2024-04-26 00:28:46: 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
#2024-04-26 00:28:46: 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
#2024-04-26 00:28:46: client0067: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:46: client0067: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:46: client0067: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:46: client0067: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:46: client0067: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:46: client0067: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:46: client0067: SQLrun: INFO: Executing: start transaction
#2024-04-26 00:28:46: client0067: SQLrun: INFO: Executing: create table test (a inet)
#2024-04-26 00:28:46: client0067: SQLrun: INFO: Executing: insert into test (a) values ('10.0.0.1')
#2024-04-26 00:28:46: client0067: SQLrun: INFO: Executing: select * from test where a << inet '10.0.0.0/8'
#2024-04-26 00:28:46: client0067: SQLrun: INFO: Executing: create schema test
#2024-04-26 00:28:46: client0067: SQLrun: INFO: Executing: set schema test
#2024-04-26 00:28:46: client0067: SQLrun: INFO: Executing: select * from sys.test where a << inet '10.0.0.0/8'
#2024-04-26 00:28:46: client0067: SQLrun: INFO: Executing: rollback
#2024-04-26 00:28:46: 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
#2024-04-26 00:28:46: 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
#2024-04-26 00:28:46: client0068: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:46: client0068: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:46: client0068: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:46: client0068: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:46: client0068: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:46: client0068: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:46: client0068: SQLrun: INFO: Executing: create table test (c1 int)
#2024-04-26 00:28:46: client0068: SQLrun: INFO: Executing: insert into test values(1)
#2024-04-26 00:28:46: client0068: SQLrun: INFO: Executing: select * from test where (true or c1 = 3) and c1 = 2
#2024-04-26 00:28:46: client0068: SQLrun: INFO: Executing: select * from test where (true or c1 = 3) and c1 = 1
#2024-04-26 00:28:46: client0068: SQLrun: INFO: Executing: select * from test where (false or c1 = 3) and c1 = 2
#2024-04-26 00:28:46: client0068: SQLrun: INFO: Executing: select * from test where (false or c1 = 3) and c1 = 1
#2024-04-26 00:28:46: client0068: SQLrun: INFO: Executing: drop table test
#2024-04-26 00:28:46: 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
#2024-04-26 00:28:46: 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
#2024-04-26 00:28:46: client0069: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:46: client0069: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:46: client0069: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:46: client0069: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:46: client0069: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:46: client0069: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:46: client0069: SQLrun: INFO: Executing: create table open_auctions (
#2024-04-26 00:28:47: client0069: SQLrun: INFO: Executing: insert into open_auctions (id, open_auction_id, initial, reserve, aktuell, privacy, itemref, seller, quantity, type, start, ende) values
#2024-04-26 00:28:47: client0069: SQLrun: INFO: Executing: create table bidder (
#2024-04-26 00:28:47: client0069: SQLrun: INFO: Executing: insert into bidder (id, open_auction_id, date, time, personref, increase) values
#2024-04-26 00:28:47: client0069: SQLrun: INFO: Executing: plan
#2024-04-26 00:28:47: client0069: SQLrun: INFO: Executing: select b.* from open_auctions o, bidder b where (select b3.increase from bidder b3 where b3.id = (select min(b3a.id) from bidder b3a where b3a.open_auction_id = o.open_auction_id)) * 2 <= (select b2.increase from bidder b2 where b2.id = (select max(b2a.id) from bidder b2a where b2a.open_auction_id = o.open_auction_id)) and o.open_auction_id = b.open_auction_id ord
#2024-04-26 00:28:47: client0069: SQLrun: INFO: Executing: select * from (
#2024-04-26 00:28:47: client0069: SQLrun: INFO: Executing: drop table bidder
#2024-04-26 00:28:47: client0069: SQLrun: INFO: Executing: drop table open_auctions
#2024-04-26 00:28:47: 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
#2024-04-26 00:28:47: 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
#2024-04-26 00:28:47: client0070: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:47: client0070: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:47: client0070: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:47: client0070: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:47: client0070: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:47: client0070: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:47: client0070: SQLrun: INFO: Executing: start transaction
#2024-04-26 00:28:47: client0070: SQLrun: INFO: Executing: create table foo (a int)
#2024-04-26 00:28:47: client0070: SQLrun: INFO: Executing: savepoint sp
#2024-04-26 00:28:47: client0070: SQLrun: INFO: Executing: release savepoint sp
#2024-04-26 00:28:47: client0070: SQLrun: INFO: Executing: commit
#2024-04-26 00:28:47: client0070: SQLrun: INFO: Executing: select * from foo
#2024-04-26 00:28:47: client0071: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:47: client0071: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:47: client0071: SQLrun: INFO: Executing: select * from foo
#2024-04-26 00:28:47: client0071: SQLrun: INFO: Executing: drop table foo
#2024-04-26 00:28:47: 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
#2024-04-26 00:28:47: 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
#2024-04-26 00:28:47: client0072: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:47: client0072: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:47: client0072: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:47: client0072: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:47: client0072: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:47: client0072: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:47: client0072: SQLrun: INFO: Executing: select * from ( values ( 1 , 2 ) , ( 3 , null ) ) as z ( l1 , l2 ) where l2 in ( 2 , null )
#2024-04-26 00:28:47: client0072: SQLrun: INFO: Executing: select case when l2 in ( 2 , null ) then 'yes' else 'no' end from ( values ( 1 , 2 ) , ( 3 , null ) ) as z ( l1 , l2 )
#2024-04-26 00:28:47: 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
#2024-04-26 00:28:47: 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
#2024-04-26 00:28:47: client0073: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:47: client0073: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:47: client0073: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:47: client0073: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:47: client0073: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:47: client0073: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:47: client0073: SQLrun: INFO: Executing: select epoch(now()) - epoch(now())
#2024-04-26 00:28:47: client0074: 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
#2024-04-26 00:28:47: client0074: 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
#2024-04-26 00:28:47: client0074: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:47: client0074: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:47: client0074: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:47: client0074: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:47: client0074: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:47: client0074: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:47: client0074: SQLrun: INFO: Executing: create table test1 (t int)
#2024-04-26 00:28:47: client0074: SQLrun: INFO: Executing: insert into test1 values (1),(2),(3)
#2024-04-26 00:28:47: client0074: SQLrun: INFO: Executing: create trigger trtest
#2024-04-26 00:28:47: client0074: SQLrun: INFO: Executing: create table test2 (t int)
#2024-04-26 00:28:47: client0074: SQLrun: INFO: Executing: create trigger trtest
#2024-04-26 00:28:47: client0074: SQLrun: INFO: Executing: delete from test1 where t=1
#2024-04-26 00:28:47: client0074: SQLrun: INFO: Executing: select * from test1
#2024-04-26 00:28:47: client0074: SQLrun: INFO: Executing: select * from test2
#2024-04-26 00:28:47: client0074: SQLrun: INFO: Executing: drop trigger trtest
#2024-04-26 00:28:47: client0074: SQLrun: INFO: Executing: drop table test1
#2024-04-26 00:28:47: client0074: SQLrun: INFO: Executing: drop table test2
#2024-04-26 00:28:47: client0075: 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
#2024-04-26 00:28:47: client0075: 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
#2024-04-26 00:28:47: client0075: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:47: client0075: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:47: client0075: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:47: client0075: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:47: client0075: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:47: client0075: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:47: client0075: SQLrun: INFO: Executing: create table t ("end" timestamp, start timestamp, s text)
#2024-04-26 00:28:48: client0075: SQLrun: INFO: Executing: insert into t values ('2015-03-01 00:00:00.135000', '2015-03-01 00:18:00.258000', 'foo')
#2024-04-26 00:28:48: client0075: SQLrun: INFO: Executing: insert into t values ('2015-03-01 00:04:00.135000', '2015-03-01 00:22:00.258000', 'bar')
#2024-04-26 00:28:48: client0075: SQLrun: INFO: Executing: select count(*) * ((max("end")-min("start")) / 60) from t group by s having max("end")-min("start")<> interval '0' second
#2024-04-26 00:28:48: client0075: SQLrun: INFO: Executing: drop table t
#2024-04-26 00:28:48: client0076: 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
#2024-04-26 00:28:48: client0076: 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
#2024-04-26 00:28:48: client0076: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:48: client0076: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:48: client0076: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:48: client0076: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:48: client0076: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:48: client0076: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:48: client0076: SQLrun: INFO: Executing: select cast(cast(13.8 as decimal(10,7)) as int)
#2024-04-26 00:28:48: client0076: SQLrun: INFO: Executing: select cast(cast(13.8 as double) as int)
#2024-04-26 00:28:48: client0077: 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
#2024-04-26 00:28:48: client0077: 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
#2024-04-26 00:28:48: client0077: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:48: client0077: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:48: client0077: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:48: client0077: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:48: client0077: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:48: client0077: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:48: client0077: SQLrun: INFO: Executing: create table foo (a string, b int)
#2024-04-26 00:28:48: client0077: SQLrun: INFO: Executing: create table bar (a string, b int)
#2024-04-26 00:28:48: client0077: SQLrun: INFO: Executing: insert into foo values ('hi',0),('there',null),('monet',1)
#2024-04-26 00:28:48: client0077: SQLrun: INFO: Executing: insert into bar values ('sup',0),('dude',1)
#2024-04-26 00:28:48: client0077: SQLrun: INFO: Executing: select foo.a,foo.b,bar.b,bar.a from foo join bar on foo.b=bar.b
#2024-04-26 00:28:48: client0077: SQLrun: INFO: Executing: drop table foo
#2024-04-26 00:28:48: client0077: SQLrun: INFO: Executing: drop table bar
#2024-04-26 00:28:48: 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
#2024-04-26 00:28:48: 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
#2024-04-26 00:28:48: client0078: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:48: client0078: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:48: client0078: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:48: client0078: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:48: client0079: SQLrun: INFO: Executing: create table t1 (i int);
#2024-04-26 00:28:48: client0079: SQLrun: INFO: Executing: create remote table rt (like t1) on 'mapi:monetdb://localhost:56015/mTests_sql_test_BugTracker-2015';
#2024-04-26 00:28:48: client0079: SQLrun: INFO: Executing: select * from rt;
#2024-04-26 00:28:48: client0081: SQLrun: INFO: Executing: drop table rt;
#2024-04-26 00:28:48: client0081: SQLrun: INFO: Executing: drop table t1;
#2024-04-26 00:28:48: 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
#2024-04-26 00:28:48: 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
#2024-04-26 00:28:48: client0082: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:48: client0082: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:48: client0082: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:48: client0082: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:48: client0082: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:48: client0082: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:48: client0082: SQLrun: INFO: Executing: create table test(value int)
#2024-04-26 00:28:48: client0082: SQLrun: INFO: Executing: insert into test values (1), (2), (3)
#2024-04-26 00:28:48: client0082: SQLrun: INFO: Executing: select * from test where value = 12345678900
#2024-04-26 00:28:48: client0082: SQLrun: INFO: Executing: select * from test where value = 1
#2024-04-26 00:28:48: client0082: SQLrun: INFO: Executing: select * from test where value > 12345678900
#2024-04-26 00:28:48: client0082: SQLrun: INFO: Executing: select * from test where value > 1
#2024-04-26 00:28:48: client0082: SQLrun: INFO: Executing: select * from test where value >= 12345678900
#2024-04-26 00:28:48: client0082: SQLrun: INFO: Executing: select * from test where value >= 1
#2024-04-26 00:28:48: client0082: SQLrun: INFO: Executing: select * from test where value < 12345678900
#2024-04-26 00:28:48: client0082: SQLrun: INFO: Executing: select * from test where value < 1
#2024-04-26 00:28:48: client0082: SQLrun: INFO: Executing: select * from test where value <= 12345678900
#2024-04-26 00:28:48: client0082: SQLrun: INFO: Executing: select * from test where value <= 1
#2024-04-26 00:28:48: client0082: SQLrun: INFO: Executing: select * from test where value <> 12345678900
#2024-04-26 00:28:48: client0082: SQLrun: INFO: Executing: select * from test where value <> 1
#2024-04-26 00:28:48: client0082: SQLrun: INFO: Executing: drop table test
#2024-04-26 00:28:48: 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
#2024-04-26 00:28:48: 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
#2024-04-26 00:28:48: client0083: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:48: client0083: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:48: client0083: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:48: client0083: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:48: client0083: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:48: client0083: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:48: client0083: SQLrun: INFO: Executing: select count(*) >= 0 from "sys"."queue"
#2024-04-26 00:28:48: client0083: SQLrun: INFO: Executing: select count(*) >= 0 from "sys"."rejects"
#2024-04-26 00:28:48: client0083: SQLrun: INFO: Executing: select count(*) >= 0 from "sys"."sessions"
#2024-04-26 00:28:48: 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
#2024-04-26 00:28:48: 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
#2024-04-26 00:28:48: client0084: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:48: client0084: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:48: client0084: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:48: client0084: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:48: client0084: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:48: client0084: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:48: client0084: SQLrun: INFO: Executing: create table t2 (a int, b int)
#2024-04-26 00:28:49: client0084: SQLrun: INFO: Executing: insert into t2 values (1,2)
#2024-04-26 00:28:49: client0084: SQLrun: INFO: Executing: select * from t2
#2024-04-26 00:28:49: client0084: SQLrun: INFO: Executing: select b, (select count(*) from t2 as x where x.a < t2.a), case a when b then 444 end from t2
#2024-04-26 00:28:49: client0084: SQLrun: INFO: Executing: select b, case a when b then 444 end, (select count(*) from t2 as x where x.a < t2.a) from t2
#2024-04-26 00:28:49: client0084: SQLrun: INFO: Executing: select b as "b1", (select count(*) from t2 as x where x.a < t2.a), case a when b then 444 end from t2
#2024-04-26 00:28:49: client0084: SQLrun: INFO: Executing: drop table t2
#2024-04-26 00:28:49: 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
#2024-04-26 00:28:49: 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
#2024-04-26 00:28:49: client0085: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:49: client0085: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:49: client0085: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:49: client0085: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:49: client0085: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:49: client0085: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:49: client0085: SQLrun: INFO: Executing: create table tbls (
#2024-04-26 00:28:49: client0085: SQLrun: INFO: Executing: copy 54 records into tbls from stdin using delimiters E'\t',E'\n','"';
#2024-04-26 00:28:49: client0085: SQLrun: INFO: Executing: create table schms (
#2024-04-26 00:28:49: client0085: SQLrun: INFO: Executing: copy 4 records into schms from stdin using delimiters E'\t',E'\n','"';
#2024-04-26 00:28:49: client0085: SQLrun: INFO: Executing: select null as table_catalog, (select s.name from schms s where t.schema_id = s.id) as table_schema from tbls t order by table_schema
#2024-04-26 00:28:49: client0085: SQLrun: INFO: Executing: select (select s.name from schms s where t.schema_id = s.id) as table_schema, null as table_catalog from tbls t order by table_schema
#2024-04-26 00:28:49: client0085: SQLrun: INFO: Executing: drop table schms
#2024-04-26 00:28:49: client0085: SQLrun: INFO: Executing: drop table tbls
#2024-04-26 00:28:49: client0090: 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
#2024-04-26 00:28:49: client0090: 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
#2024-04-26 00:28:49: client0090: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:49: client0090: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:49: client0090: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:49: client0090: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:49: client0090: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:49: client0090: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:49: client0090: SQLrun: INFO: Executing: create schema schema3764
#2024-04-26 00:28:49: client0090: SQLrun: INFO: Executing: select u.name, u.fullname, s.name as schema from "sys"."users" u join "sys"."schemas" s on u.default_schema = s.id and not s.system
#2024-04-26 00:28:49: client0090: SQLrun: INFO: Executing: create user user1 with password '1' name '1st user' schema schema3764
#2024-04-26 00:28:49: client0090: SQLrun: INFO: Executing: create user user2 with password '2' name '2nd user' schema schema3764
#2024-04-26 00:28:49: client0090: SQLrun: INFO: Executing: create user user3 with password '3' name '3rd user' schema schema3764
#2024-04-26 00:28:49: client0090: SQLrun: INFO: Executing: create user user4 with password '4' name '4th user' schema schema3764
#2024-04-26 00:28:49: client0090: SQLrun: INFO: Executing: select u.name, u.fullname, s.name as schema from "sys"."users" u join "sys"."schemas" s on u.default_schema = s.id and not s.system
#2024-04-26 00:28:49: client0090: SQLrun: INFO: Executing: drop user user1
#2024-04-26 00:28:49: client0090: SQLrun: INFO: Executing: drop user user2
#2024-04-26 00:28:49: client0090: SQLrun: INFO: Executing: drop user user3
#2024-04-26 00:28:49: client0090: SQLrun: INFO: Executing: drop user user4
#2024-04-26 00:28:49: client0090: SQLrun: INFO: Executing: select u.name, u.fullname, s.name as schema from "sys"."users" u join "sys"."schemas" s on u.default_schema = s.id and not s.system
#2024-04-26 00:28:49: client0090: SQLrun: INFO: Executing: drop schema schema3764
#2024-04-26 00:28:49: client0091: 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
#2024-04-26 00:28:49: client0091: 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
#2024-04-26 00:28:49: client0091: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:49: client0091: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:49: client0091: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:49: client0091: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:49: client0091: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:49: client0091: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:49: client0091: SQLrun: INFO: Executing: create schema schematest
#2024-04-26 00:28:49: client0091: SQLrun: INFO: Executing: create user user_delete with password 'delete' name 'user can only delete' schema schematest
#2024-04-26 00:28:49: client0091: SQLrun: INFO: Executing: create user user_insert with password 'insert' name 'user can only insert' schema schematest
#2024-04-26 00:28:49: client0091: SQLrun: INFO: Executing: create user user_update with password 'update' name 'user can only update' schema schematest
#2024-04-26 00:28:49: client0091: SQLrun: INFO: Executing: create user user_select with password 'select' name 'user can only select' schema schematest
#2024-04-26 00:28:49: client0091: SQLrun: INFO: Executing: create table schematest.testtable (v1 int, v2 int)
#2024-04-26 00:28:49: client0091: SQLrun: INFO: Executing: insert into schematest.testtable values(1, 1)
#2024-04-26 00:28:49: client0091: SQLrun: INFO: Executing: insert into schematest.testtable values(2, 2)
#2024-04-26 00:28:49: client0091: SQLrun: INFO: Executing: insert into schematest.testtable values(3, 3)
#2024-04-26 00:28:49: client0091: SQLrun: INFO: Executing: grant delete on table schematest.testtable to user_delete
#2024-04-26 00:28:49: client0091: SQLrun: INFO: Executing: grant insert on table schematest.testtable to user_insert
#2024-04-26 00:28:49: client0091: SQLrun: INFO: Executing: grant update on table schematest.testtable to user_update
#2024-04-26 00:28:49: client0091: SQLrun: INFO: Executing: grant select on table schematest.testtable to user_delete
#2024-04-26 00:28:49: client0091: SQLrun: INFO: Executing: grant select on table schematest.testtable to user_update
#2024-04-26 00:28:49: client0091: SQLrun: INFO: Executing: grant select on table schematest.testtable to user_select
#2024-04-26 00:28:49: client0092: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:49: client0092: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:49: client0092: SQLrun: INFO: Executing: delete from testtable where v1 = 2
#2024-04-26 00:28:49: client0092: SQLrun: INFO: Executing: select * from testtable
#2024-04-26 00:28:49: client0093: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:49: client0093: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:49: client0093: SQLrun: INFO: Executing: update testtable set v1 = 2 where v2 = 7
#2024-04-26 00:28:49: client0093: SQLrun: INFO: Executing: select * from testtable
#2024-04-26 00:28:49: client0094: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:49: client0094: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:49: client0094: SQLrun: INFO: Executing: insert into testtable values (3, 3)
#2024-04-26 00:28:49: client0095: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:49: client0095: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:49: client0095: SQLrun: INFO: Executing: select * from testtable
#2024-04-26 00:28:49: client0096: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:49: client0096: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:49: client0096: SQLrun: INFO: Executing: revoke delete on schematest.testtable from user_delete
#2024-04-26 00:28:49: client0096: SQLrun: INFO: Executing: revoke insert on schematest.testtable from user_insert
#2024-04-26 00:28:49: client0096: SQLrun: INFO: Executing: revoke update on schematest.testtable from user_update
#2024-04-26 00:28:49: client0096: SQLrun: INFO: Executing: revoke select on schematest.testtable from user_select
#2024-04-26 00:28:49: client0097: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:49: client0097: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:49: client0098: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:49: client0098: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:49: client0099: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:49: client0099: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:49: client0100: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:49: client0100: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:49: client0101: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:49: client0101: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:49: client0101: SQLrun: INFO: Executing: grant delete on table schematest.testtable to user_delete
#2024-04-26 00:28:49: client0101: SQLrun: INFO: Executing: grant insert on table schematest.testtable to user_insert
#2024-04-26 00:28:49: client0101: SQLrun: INFO: Executing: grant update on table schematest.testtable to user_update
#2024-04-26 00:28:49: client0101: SQLrun: INFO: Executing: grant select on table schematest.testtable to user_select
#2024-04-26 00:28:49: client0102: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:49: client0102: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:49: client0102: SQLrun: INFO: Executing: delete from testtable where v1 = 42
#2024-04-26 00:28:50: client0103: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:50: client0103: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:50: client0103: SQLrun: INFO: Executing: insert into testtable values (42, 42)
#2024-04-26 00:28:50: client0104: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:50: client0104: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:50: client0104: SQLrun: INFO: Executing: update testtable set v1 = 42 where v2 = 42
#2024-04-26 00:28:50: client0105: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:50: client0105: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:50: client0105: SQLrun: INFO: Executing: select * from testtable where v1 = 42
#2024-04-26 00:28:50: client0106: 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
#2024-04-26 00:28:50: client0106: SQLrun: INFO: Executing: drop table "schematest"."testtable" cascade
#2024-04-26 00:28:50: client0106: 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
#2024-04-26 00:28:50: client0106: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:50: client0106: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:50: client0106: SQLrun: INFO: Executing: alter user "user_delete" set schema "sys"
#2024-04-26 00:28:50: client0106: SQLrun: INFO: Executing: alter user "user_insert" set schema "sys"
#2024-04-26 00:28:50: client0106: SQLrun: INFO: Executing: alter user "user_update" set schema "sys"
#2024-04-26 00:28:50: client0106: SQLrun: INFO: Executing: alter user "user_select" set schema "sys"
#2024-04-26 00:28:50: client0106: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:50: client0106: SQLrun: INFO: Executing: drop schema "schematest" cascade
#2024-04-26 00:28:50: client0106: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:50: client0106: SQLrun: INFO: Executing: drop user "user_delete"
#2024-04-26 00:28:50: client0106: SQLrun: INFO: Executing: drop user "user_insert"
#2024-04-26 00:28:50: client0106: SQLrun: INFO: Executing: drop user "user_update"
#2024-04-26 00:28:50: client0106: SQLrun: INFO: Executing: drop user "user_select"
#2024-04-26 00:28:50: client0106: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:50: client0106: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:50: client0106: SQLrun: INFO: Executing: create table t1 (i int)
#2024-04-26 00:28:50: client0106: SQLrun: INFO: Executing: create schema tst
#2024-04-26 00:28:50: client0106: SQLrun: INFO: Executing: create view tst.v1 (i) as select * from t1
#2024-04-26 00:28:50: client0106: SQLrun: INFO: Executing: select * from tst.v1
#2024-04-26 00:28:50: client0106: SQLrun: INFO: Executing: select "name" from sys._tables where name like '%v1%'
#2024-04-26 00:28:50: client0106: SQLrun: INFO: Executing: drop view tst.v1
#2024-04-26 00:28:50: client0106: SQLrun: INFO: Executing: drop schema tst
#2024-04-26 00:28:50: client0106: SQLrun: INFO: Executing: drop table t1
#2024-04-26 00:28:50: client0107: 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
#2024-04-26 00:28:50: client0107: 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
#2024-04-26 00:28:50: client0107: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:50: client0107: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:50: client0107: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:50: client0107: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:50: client0107: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:50: client0107: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:50: client0107: SQLrun: INFO: Executing: start transaction
#2024-04-26 00:28:50: client0107: SQLrun: INFO: Executing: create table union_a (id bigint, mytimestamp timestamp)
#2024-04-26 00:28:50: client0107: SQLrun: INFO: Executing: create table union_b (id bigint, mytimestamp timestamp)
#2024-04-26 00:28:50: client0107: SQLrun: INFO: Executing: create view union_view as select * from union_a union all select * from union_b
#2024-04-26 00:28:50: client0107: SQLrun: INFO: Executing: select count(*), cast(mytimestamp as date) as mydate from union_view group by mydate
#2024-04-26 00:28:50: client0107: SQLrun: INFO: Executing: rollback
#2024-04-26 00:28:50: client0108: 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
#2024-04-26 00:28:50: client0108: 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
#2024-04-26 00:28:50: client0108: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:50: client0108: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:50: client0108: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:50: client0108: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:50: client0108: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:50: client0108: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:50: client0108: SQLrun: INFO: Executing: create table t1 (i int)
#2024-04-26 00:28:50: client0108: SQLrun: INFO: Executing: create temp table tmp (like t1)
#2024-04-26 00:28:50: client0108: SQLrun: INFO: Executing: select * from tmp
#2024-04-26 00:28:50: client0108: SQLrun: INFO: Executing: drop table tmp
#2024-04-26 00:28:50: client0108: SQLrun: INFO: Executing: drop table t1
#2024-04-26 00:28:50: client0109: 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
#2024-04-26 00:28:50: client0109: 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
#2024-04-26 00:28:50: client0109: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:50: client0109: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:50: client0109: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:50: client0109: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:50: client0109: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:50: client0109: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:50: client0109: SQLrun: INFO: Executing: start transaction
#2024-04-26 00:28:50: client0109: SQLrun: INFO: Executing: create table uniquecatalog11(id bigint primary key
#2024-04-26 00:28:50: client0109: SQLrun: INFO: Executing: create function neighbor30()
#2024-04-26 00:28:50: client0109: SQLrun: INFO: Executing: rollback
#2024-04-26 00:28:50: client0110: 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
#2024-04-26 00:28:50: client0110: 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
#2024-04-26 00:28:50: client0110: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:50: client0110: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:50: client0110: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:50: client0110: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:50: client0110: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:50: client0110: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:50: client0110: SQLrun: INFO: Executing: create user user_with_many_rights with password 'ThisIsAS3m1S3cur3P4ssw0rd' name 'user gets monetdb rights' schema sys
#2024-04-26 00:28:50: client0110: SQLrun: INFO: Executing: create schema a_brand_new_schema_with_a_longer_name_than_usual
#2024-04-26 00:28:50: client0110: SQLrun: INFO: Executing: create table a_brand_new_schema_with_a_longer_name_than_usual.testtable(v1 int, v2 int)
#2024-04-26 00:28:50: client0110: SQLrun: INFO: Executing: grant sysadmin to user_with_many_rights
#2024-04-26 00:28:50: client0111: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:50: client0111: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:50: client0111: SQLrun: INFO: Executing: set schema a_brand_new_schema_with_a_longer_name_than_usual
#2024-04-26 00:28:50: client0111: SQLrun: INFO: Executing: set role sysadmin
#2024-04-26 00:28:50: client0111: SQLrun: INFO: Executing: drop table testtable
#2024-04-26 00:28:50: client0111: SQLrun: INFO: Executing: create table testtable(v1 int)
#2024-04-26 00:28:50: client0111: SQLrun: INFO: Executing: alter table testtable add column v2 int
#2024-04-26 00:28:50: client0111: SQLrun: INFO: Executing: select * from testtable
#2024-04-26 00:28:50: client0111: SQLrun: INFO: Executing: insert into testtable values (3, 3)
#2024-04-26 00:28:50: client0111: SQLrun: INFO: Executing: update testtable set v1 = 2 where v2 = 7
#2024-04-26 00:28:50: client0111: SQLrun: INFO: Executing: delete from testtable where v1 = 2
#2024-04-26 00:28:50: 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
#2024-04-26 00:28:50: client0112: SQLrun: INFO: Executing: drop table "a_brand_new_schema_with_a_longer_name_than_usual"."testtable" cascade
#2024-04-26 00:28:50: 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
#2024-04-26 00:28:50: client0112: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:50: client0112: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:50: client0112: SQLrun: INFO: Executing: alter user "user_with_many_rights" set schema "sys"
#2024-04-26 00:28:50: client0112: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:50: client0112: SQLrun: INFO: Executing: drop schema "a_brand_new_schema_with_a_longer_name_than_usual" cascade
#2024-04-26 00:28:50: client0112: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:50: client0112: SQLrun: INFO: Executing: drop user "user_with_many_rights"
#2024-04-26 00:28:50: client0112: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:50: client0112: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:50: client0112: SQLrun: INFO: Executing: create user owner with password 'ThisIsAS3m1S3cur3P4ssw0rd' name 'user gets monetdb rights' schema sys
#2024-04-26 00:28:50: client0112: SQLrun: INFO: Executing: create schema schemaforowner authorization owner
#2024-04-26 00:28:50: client0112: SQLrun: INFO: Executing: create table schemaforowner.testtable(v1 int, v2 int)
#2024-04-26 00:28:50: client0112: SQLrun: INFO: Executing: grant sysadmin to owner
#2024-04-26 00:28:50: client0113: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:50: client0113: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:50: client0113: SQLrun: INFO: Executing: set schema schemaforowner
#2024-04-26 00:28:50: client0113: SQLrun: INFO: Executing: set role sysadmin
#2024-04-26 00:28:50: client0113: SQLrun: INFO: Executing: drop table testtable
#2024-04-26 00:28:50: client0113: SQLrun: INFO: Executing: create table testtable(v1 int)
#2024-04-26 00:28:50: client0113: SQLrun: INFO: Executing: alter table testtable add column v2 int
#2024-04-26 00:28:50: client0113: SQLrun: INFO: Executing: select * from testtable
#2024-04-26 00:28:50: client0113: SQLrun: INFO: Executing: insert into testtable values (3, 3)
#2024-04-26 00:28:50: client0113: SQLrun: INFO: Executing: update testtable set v1 = 2 where v2 = 7
#2024-04-26 00:28:50: client0113: SQLrun: INFO: Executing: delete from testtable where v1 = 2
#2024-04-26 00:28:50: 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
#2024-04-26 00:28:50: client0114: SQLrun: INFO: Executing: drop table "schemaforowner"."testtable" cascade
#2024-04-26 00:28:50: 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
#2024-04-26 00:28:50: client0114: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:50: client0114: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:50: client0114: SQLrun: INFO: Executing: alter user "owner" set schema "sys"
#2024-04-26 00:28:50: client0114: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:50: client0114: SQLrun: INFO: Executing: drop schema "schemaforowner" cascade
#2024-04-26 00:28:50: client0114: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:50: client0114: SQLrun: INFO: Executing: drop user "owner"
#2024-04-26 00:28:50: client0114: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:50: client0114: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:50: client0114: SQLrun: INFO: Executing: create schema s1
#2024-04-26 00:28:50: client0114: SQLrun: INFO: Executing: create user bruce with password 'bruce' name 'willis' schema s1
#2024-04-26 00:28:50: client0114: SQLrun: INFO: Executing: create user alice with password 'alice' name 'wonderland' schema s1
#2024-04-26 00:28:51: client0114: SQLrun: INFO: Executing: create table s1.test(d int)
#2024-04-26 00:28:51: client0114: SQLrun: INFO: Executing: create role role1
#2024-04-26 00:28:51: client0114: SQLrun: INFO: Executing: grant all on s1.test to role1
#2024-04-26 00:28:51: client0115: SQLrun: INFO: Executing: set role role1
#2024-04-26 00:28:51: client0115: SQLrun: INFO: Executing: grant role1 to alice from current_user
#2024-04-26 00:28:51: client0115: SQLrun: INFO: Executing: grant role1 to bruce from current_user
#2024-04-26 00:28:51: client0114: SQLrun: INFO: Executing: grant role1 to bruce with admin option
#2024-04-26 00:28:51: client0115: SQLrun: INFO: Executing: set role role1
#2024-04-26 00:28:51: client0115: SQLrun: INFO: Executing: select * from test
#2024-04-26 00:28:51: client0115: SQLrun: INFO: Executing: grant role1 to alice from current_user
#2024-04-26 00:28:51: client0115: SQLrun: INFO: Executing: grant role1 to bruce from current_user
#2024-04-26 00:28:51: client0114: SQLrun: INFO: Executing: revoke role1 from bruce
#2024-04-26 00:28:51: client0114: SQLrun: INFO: Executing: revoke role1 from alice
#2024-04-26 00:28:51: client0116: SQLrun: INFO: Executing: grant role1 to alice from current_user
#2024-04-26 00:28:51: client0114: SQLrun: INFO: Executing: grant sysadmin to bruce
#2024-04-26 00:28:51: client0116: SQLrun: INFO: Executing: set role sysadmin
#2024-04-26 00:28:51: client0116: SQLrun: INFO: Executing: select * from test
#2024-04-26 00:28:51: client0116: SQLrun: INFO: Executing: grant role1 to alice from current_role
#2024-04-26 00:28:51: 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
#2024-04-26 00:28:51: client0117: SQLrun: INFO: Executing: drop table "s1"."test" cascade
#2024-04-26 00:28:51: 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
#2024-04-26 00:28:51: client0117: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:51: client0117: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:51: client0117: SQLrun: INFO: Executing: alter user "bruce" set schema "sys"
#2024-04-26 00:28:51: client0117: SQLrun: INFO: Executing: alter user "alice" set schema "sys"
#2024-04-26 00:28:51: client0117: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:51: client0117: SQLrun: INFO: Executing: drop schema "s1" cascade
#2024-04-26 00:28:51: client0117: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:51: client0117: SQLrun: INFO: Executing: drop user "bruce"
#2024-04-26 00:28:51: client0117: SQLrun: INFO: Executing: drop user "alice"
#2024-04-26 00:28:51: client0117: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:51: client0117: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:51: client0117: SQLrun: INFO: Executing: start transaction
#2024-04-26 00:28:51: client0117: SQLrun: INFO: Executing: create table x (y decimal(10,4))
#2024-04-26 00:28:51: client0117: SQLrun: INFO: Executing: plan select quantile(y, 0.0) from x
#2024-04-26 00:28:51: client0117: SQLrun: INFO: Executing: plan select quantile(y, 0) from x
#2024-04-26 00:28:51: client0117: SQLrun: INFO: Executing: rollback
#2024-04-26 00:28:51: 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
#2024-04-26 00:28:51: 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
#2024-04-26 00:28:51: client0118: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:51: client0118: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:51: client0118: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:51: client0118: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:51: client0118: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:51: client0118: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:51: client0118: SQLrun: INFO: Executing: create table t1 (i int)
#2024-04-26 00:28:51: client0118: SQLrun: INFO: Executing: create merge table mt1 (t int)
#2024-04-26 00:28:51: client0118: SQLrun: INFO: Executing: alter table mt1 add table t1
#2024-04-26 00:28:51: client0118: SQLrun: INFO: Executing: create remote table rt1 (t int) on 'mapi:monetdb://localhost:50000/test'
#2024-04-26 00:28:51: client0118: SQLrun: INFO: Executing: with describe_all_objects as (
#2024-04-26 00:28:51: client0118: SQLrun: INFO: Executing: select "name", "query", "type", "remark" from describe_table('sys', 'mt1')
#2024-04-26 00:28:51: client0118: SQLrun: INFO: Executing: select "name", "query", "type", "remark" from describe_table('sys', 'rt1')
#2024-04-26 00:28:51: client0118: SQLrun: INFO: Executing: drop table rt1
#2024-04-26 00:28:51: client0118: SQLrun: INFO: Executing: drop table mt1
#2024-04-26 00:28:51: client0118: SQLrun: INFO: Executing: drop table t1
#2024-04-26 00:28:51: 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
#2024-04-26 00:28:51: 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
#2024-04-26 00:28:51: client0119: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:51: client0119: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:51: client0119: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:51: client0119: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:51: client0119: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:51: client0119: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:51: client0119: SQLrun: INFO: Executing: start transaction
#2024-04-26 00:28:51: client0119: SQLrun: INFO: Executing: create table whatgoodisadatabaseifyoucannotimport(a string, b integer)
#2024-04-26 00:28:51: client0119: SQLrun: INFO: Executing: copy 1 records into whatgoodisadatabaseifyoucannotimport from stdin using delimiters ' ', E'\n', '';
#2024-04-26 00:28:51: client0119: SQLrun: INFO: Executing: rollback
#2024-04-26 00:28:51: 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
#2024-04-26 00:28:51: 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
#2024-04-26 00:28:51: client0122: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:51: client0122: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:51: client0122: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:51: client0122: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:54: 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
#2024-04-26 00:28:54: 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
#2024-04-26 00:28:54: client0123: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:54: client0123: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:54: client0123: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:54: client0123: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:54: client0123: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:54: client0123: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:54: client0123: SQLrun: INFO: Executing: create table foo (a timestamp,b timestamp)
#2024-04-26 00:28:54: client0123: SQLrun: INFO: Executing: insert into foo values ('2000-1-1','2001-1-1')
#2024-04-26 00:28:54: client0123: SQLrun: INFO: Executing: select sum(b-a) from foo
#2024-04-26 00:28:54: client0123: SQLrun: INFO: Executing: drop table foo
#2024-04-26 00:28:54: client0123: SQLrun: INFO: Executing: select sum(i) from (select interval '1' day) x(i)
#2024-04-26 00:28:54: 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
#2024-04-26 00:28:54: 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
#2024-04-26 00:28:54: client0124: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:54: client0124: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:54: client0124: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:54: client0124: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:54: client0124: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:54: client0124: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:54: client0124: SQLrun: INFO: Executing: start transaction
#2024-04-26 00:28:54: client0124: SQLrun: INFO: Executing: create table foo (a smallint)
#2024-04-26 00:28:54: client0124: SQLrun: INFO: Executing: insert into foo values (1), (200)
#2024-04-26 00:28:54: client0124: SQLrun: INFO: Executing: select '',false,a=200 from foo union all select '',null,a=200 from foo
#2024-04-26 00:28:54: client0124: SQLrun: INFO: Executing: select count(y),cast(sum(z)as bigint) from (select '',false,a=200 from foo union all select '',null,a=200 from foo) as t(x,y,z) group by x
#2024-04-26 00:28:54: client0124: SQLrun: INFO: Executing: rollback
#2024-04-26 00:28:54: 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
#2024-04-26 00:28:54: 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
#2024-04-26 00:28:54: client0125: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:54: client0125: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:54: client0125: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:54: client0125: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:54: client0125: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:54: client0125: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:54: client0125: SQLrun: INFO: Executing: select E'\\a' like E'\\\\a'
#2024-04-26 00:28:54: client0125: SQLrun: INFO: Executing: select E'\\a' like E'\\\\\\\\a'
#2024-04-26 00:28:54: client0125: SQLrun: INFO: Executing: select 'xa' like '_a{1}'
#2024-04-26 00:28:54: client0125: SQLrun: INFO: Executing: select 'xa$b' like '_a$b'
#2024-04-26 00:28:54: client0125: SQLrun: INFO: Executing: create function sql2pcre(pat text, esc text) returns text external name pcre.sql2pcre
#2024-04-26 00:28:54: client0125: SQLrun: INFO: Executing: select sql2pcre('a', E'\\')
#2024-04-26 00:28:54: client0125: SQLrun: INFO: Executing: select sql2pcre('_', E'\\')
#2024-04-26 00:28:54: client0125: SQLrun: INFO: Executing: select sql2pcre('%', E'\\')
#2024-04-26 00:28:54: client0125: SQLrun: INFO: Executing: select sql2pcre('_??', '?')
#2024-04-26 00:28:54: client0125: SQLrun: INFO: Executing: select sql2pcre('_{', E'\\')
#2024-04-26 00:28:54: client0125: SQLrun: INFO: Executing: select sql2pcre('%^%', E'\\')
#2024-04-26 00:28:54: client0125: SQLrun: INFO: Executing: drop function sql2pcre
#2024-04-26 00:28:54: 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
#2024-04-26 00:28:54: 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
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: create table t1(a integer, b integer, c integer, d integer, e integer)
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: insert into t1(e,c,b,d,a) values(103,102,100,101,104)
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: insert into t1(a,c,d,e,b) values(107,106,108,109,105)
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: insert into t1(e,d,b,a,c) values(110,114,112,111,113)
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: insert into t1(d,c,e,a,b) values(116,119,117,115,118)
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: insert into t1(c,d,b,e,a) values(123,122,124,120,121)
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: insert into t1(a,d,b,e,c) values(127,128,129,126,125)
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: insert into t1(e,c,a,d,b) values(132,134,131,133,130)
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: insert into t1(a,d,b,e,c) values(138,136,139,135,137)
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: select case a+1 when b then 111 when c then 222 when d then 333 when e then 444 else 555 end, case when a<b-3 then 111 when a<=b then 222 when a<b+3 then 333 else 444 end, cast(a+b*2+c*3+d*4 as bigint), cast(a+b*2+c*3 as bigint), c, case when c>(select avg(c) from t1) then a*2 else b*10 end, abs(b-c) from t1 where exists(select 1 from t1 as x where x.b<t1.b) or b>
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: select a, cast(a+b*2+c*3+d*4+e*5 as bigint), c-d, case when c>(select avg(c) from t1) then a*2 else b*10 end, b-c, a+b*2 from t1 order by 6,2,4,5,3,1
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: select cast(a+b*2+c*3+d*4+e*5 as bigint), case when a<b-3 then 111 when a<=b then 222 when a<b+3 then 333 else 444 end, a, abs(b-c), a+b*2, d, case when c>(select avg(c) from t1) then a*2 else b*10 end from t1 where (e>c or e<d) or a>b order by 4,5,3,7,1,6,2
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: select a, e, case when c>(select avg(c) from t1) then a*2 else b*10 end, a-b from t1 order by 2,4,3,1
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: select d, case when c>(select avg(c) from t1) then a*2 else b*10 end, abs(b-c), cast(a+b*2+c*3+d*4+e*5 as bigint), case when a<b-3 then 111 when a<=b then 222 when a<b+3 then 333 else 444 end, d-e from t1 order by 1,6,2,3,5,4
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: select cast(a+b*2+c*3+d*4+e*5 as bigint), a, abs(a), a-b, d-e, case when c>(select avg(c) from t1) then a*2 else b*10 end from t1 where exists(select 1 from t1 as x where x.b<t1.b) and b>c order by 4,6,3,1,5,2
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: select case when a<b-3 then 111 when a<=b then 222 when a<b+3 then 333 else 444 end, cast(a+b*2+c*3+d*4+e*5 as bigint), a, case a+1 when b then 111 when c then 222 when d then 333 when e then 444 else 555 end, case when c>(select avg(c) from t1) then a*2 else b*10 end, (select count(*) from t1 as x where x.c>t1.c and x.d<t1.d), d from t1 where a>b and (e>a and e<b
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: select e, (select count(*) from t1 as x where x.b<t1.b), case when c>(select avg(c) from t1) then a*2 else b*10 end, case a+1 when b then 111 when c then 222 when d then 333 when e then 444 else 555 end, a-b, (select count(*) from t1 as x where x.c>t1.c and x.d<t1.d) from t1 where a>b and (c<=d-2 or c>=d+2) and c>d order by 6,5,4,2,3,1
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: select b, a-b, c, abs(b-c), d-e, case when c>(select avg(c) from t1) then a*2 else b*10 end, b-c from t1 where exists(select 1 from t1 as x where x.b<t1.b) order by 1,6,4,5,2,7,3
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: select (select count(*) from t1 as x where x.c>t1.c and x.d<t1.d), b, a, cast(a+b*2+c*3+d*4+e*5 as bigint), case when c>(select avg(c) from t1) then a*2 else b*10 end, case a+1 when b then 111 when c then 222 when d then 333 when e then 444 else 555 end, cast(a+b*2+c*3 as bigint) from t1 where a>b and (e>c or e<d) order by 3,7,2,5,6,4,1
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: select c-d, a-b, b, b-c, case when c>(select avg(c) from t1) then a*2 else b*10 end, c, a+b*2 from t1 order by 1,5,4,3,2,6,7
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: select cast(a+b*2+c*3+d*4 as bigint), a, c-d, abs(b-c), b, case when c>(select avg(c) from t1) then a*2 else b*10 end from t1 where (e>c or e<d) or (c<=d-2 or c>=d+2) order by 4,3,2,5,1,6
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: select a, cast(a+b*2+c*3+d*4+e*5 as bigint), b, case when c>(select avg(c) from t1) then a*2 else b*10 end, e, a-b from t1 order by 1,4,5,3,6,2
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: select d, d-e, case when c>(select avg(c) from t1) then a*2 else b*10 end, a+b*2, cast(a+b*2+c*3+d*4+e*5 as bigint), case when a<b-3 then 111 when a<=b then 222 when a<b+3 then 333 else 444 end, cast(a+b*2+c*3 as bigint) from t1 order by 3,2,4,5,7,1,6
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: select a, case when c>(select avg(c) from t1) then a*2 else b*10 end, (select count(*) from t1 as x where x.c>t1.c and x.d<t1.d), cast(a+b*2+c*3+d*4 as bigint), b from t1 where c>d or d>e order by 2,5,1,3,4
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: select c, (select count(*) from t1 as x where x.c>t1.c and x.d<t1.d), case when c>(select avg(c) from t1) then a*2 else b*10 end, cast(a+b*2+c*3+d*4 as bigint) from t1 where b>c or (e>c or e<d) or d not between 110 and 150 order by 3,2,1,4
#2024-04-26 00:28:54: client0126: SQLrun: INFO: Executing: drop table t1
#2024-04-26 00:28:54: 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
#2024-04-26 00:28:54: 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
#2024-04-26 00:28:54: client0127: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:54: client0127: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:54: client0127: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:54: client0127: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:54: client0127: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:54: client0127: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:54: client0127: SQLrun: INFO: Executing: create table tt7 ( a timestamp(7))
#2024-04-26 00:28:54: client0127: SQLrun: INFO: Executing: insert into tt7 values ('2015-12-12 12:30:59.1111111')
#2024-04-26 00:28:54: client0127: SQLrun: INFO: Executing: select * from tt7
#2024-04-26 00:28:54: client0127: SQLrun: INFO: Executing: drop table tt7
#2024-04-26 00:28:54: 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
#2024-04-26 00:28:54: 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
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: start transaction
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: create table t1( a1 integer primary key, b1 integer, x1 varchar(40))
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t1 values(1,1,'table t1 row 1')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t1 values(2,9,'table t1 row 2')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t1 values(3,8,'table t1 row 3')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t1 values(4,4,'table t1 row 4')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t1 values(5,2,'table t1 row 5')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t1 values(6,3,'table t1 row 6')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t1 values(7,6,'table t1 row 7')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t1 values(8,7,'table t1 row 8')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t1 values(9,10,'table t1 row 9')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t1 values(10,5,'table t1 row 10')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: create table t2( a2 integer primary key, b2 integer, x2 varchar(40))
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t2 values(1,7,'table t2 row 1')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t2 values(2,5,'table t2 row 2')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t2 values(3,9,'table t2 row 3')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t2 values(4,3,'table t2 row 4')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t2 values(5,2,'table t2 row 5')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t2 values(6,10,'table t2 row 6')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t2 values(7,8,'table t2 row 7')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t2 values(8,6,'table t2 row 8')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t2 values(9,4,'table t2 row 9')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t2 values(10,1,'table t2 row 10')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: create table t3( a3 integer primary key, b3 integer, x3 varchar(40))
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t3 values(1,6,'table t3 row 1')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t3 values(2,8,'table t3 row 2')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t3 values(3,3,'table t3 row 3')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t3 values(4,2,'table t3 row 4')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t3 values(5,4,'table t3 row 5')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t3 values(6,5,'table t3 row 6')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t3 values(7,9,'table t3 row 7')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t3 values(8,10,'table t3 row 8')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t3 values(9,1,'table t3 row 9')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t3 values(10,7,'table t3 row 10')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: create table t4( a4 integer primary key, b4 integer, x4 varchar(40))
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t4 values(1,2,'table t4 row 1')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t4 values(2,6,'table t4 row 2')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t4 values(3,10,'table t4 row 3')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t4 values(4,4,'table t4 row 4')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t4 values(5,1,'table t4 row 5')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t4 values(6,8,'table t4 row 6')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t4 values(7,7,'table t4 row 7')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t4 values(8,5,'table t4 row 8')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t4 values(9,3,'table t4 row 9')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t4 values(10,9,'table t4 row 10')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: create table t5( a5 integer primary key, b5 integer, x5 varchar(40))
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t5 values(1,9,'table t5 row 1')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t5 values(2,5,'table t5 row 2')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t5 values(3,10,'table t5 row 3')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t5 values(4,7,'table t5 row 4')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t5 values(5,4,'table t5 row 5')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t5 values(6,2,'table t5 row 6')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t5 values(7,1,'table t5 row 7')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t5 values(8,8,'table t5 row 8')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t5 values(9,3,'table t5 row 9')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t5 values(10,6,'table t5 row 10')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: create table t6( a6 integer primary key, b6 integer, x6 varchar(40))
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t6 values(1,2,'table t6 row 1')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t6 values(2,5,'table t6 row 2')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t6 values(3,9,'table t6 row 3')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t6 values(4,3,'table t6 row 4')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t6 values(5,1,'table t6 row 5')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t6 values(6,8,'table t6 row 6')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t6 values(7,10,'table t6 row 7')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t6 values(8,6,'table t6 row 8')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t6 values(9,4,'table t6 row 9')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t6 values(10,7,'table t6 row 10')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: create table t7( a7 integer primary key, b7 integer, x7 varchar(40))
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t7 values(1,1,'table t7 row 1')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t7 values(2,5,'table t7 row 2')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t7 values(3,3,'table t7 row 3')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t7 values(4,9,'table t7 row 4')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t7 values(5,8,'table t7 row 5')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t7 values(6,4,'table t7 row 6')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t7 values(7,2,'table t7 row 7')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t7 values(8,10,'table t7 row 8')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t7 values(9,6,'table t7 row 9')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t7 values(10,7,'table t7 row 10')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: create table t8( a8 integer primary key, b8 integer, x8 varchar(40))
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t8 values(1,3,'table t8 row 1')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t8 values(2,10,'table t8 row 2')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t8 values(3,8,'table t8 row 3')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t8 values(4,6,'table t8 row 4')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t8 values(5,7,'table t8 row 5')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t8 values(6,4,'table t8 row 6')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t8 values(7,2,'table t8 row 7')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t8 values(8,9,'table t8 row 8')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t8 values(9,5,'table t8 row 9')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t8 values(10,1,'table t8 row 10')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: create table t9( a9 integer primary key, b9 integer, x9 varchar(40))
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t9 values(1,3,'table t9 row 1')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t9 values(2,4,'table t9 row 2')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t9 values(3,6,'table t9 row 3')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t9 values(4,5,'table t9 row 4')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t9 values(5,9,'table t9 row 5')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t9 values(6,7,'table t9 row 6')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t9 values(7,2,'table t9 row 7')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t9 values(8,1,'table t9 row 8')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t9 values(9,10,'table t9 row 9')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t9 values(10,8,'table t9 row 10')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: create table t10( a10 integer primary key, b10 integer, x10 varchar(40))
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t10 values(1,8,'table t10 row 1')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t10 values(2,10,'table t10 row 2')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t10 values(3,7,'table t10 row 3')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t10 values(4,1,'table t10 row 4')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t10 values(5,5,'table t10 row 5')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t10 values(6,4,'table t10 row 6')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t10 values(7,3,'table t10 row 7')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t10 values(8,9,'table t10 row 8')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t10 values(9,6,'table t10 row 9')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t10 values(10,2,'table t10 row 10')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: create table t11( a11 integer primary key, b11 integer, x11 varchar(40))
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t11 values(1,5,'table t11 row 1')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t11 values(2,8,'table t11 row 2')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t11 values(3,3,'table t11 row 3')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t11 values(4,1,'table t11 row 4')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t11 values(5,4,'table t11 row 5')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t11 values(6,7,'table t11 row 6')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t11 values(7,6,'table t11 row 7')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t11 values(8,9,'table t11 row 8')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t11 values(9,2,'table t11 row 9')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t11 values(10,10,'table t11 row 10')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: create table t12( a12 integer primary key, b12 integer, x12 varchar(40))
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t12 values(1,4,'table t12 row 1')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t12 values(2,2,'table t12 row 2')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t12 values(3,5,'table t12 row 3')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t12 values(4,6,'table t12 row 4')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t12 values(5,9,'table t12 row 5')
#2024-04-26 00:28:54: client0128: SQLrun: INFO: Executing: insert into t12 values(6,7,'table t12 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t12 values(7,10,'table t12 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t12 values(8,1,'table t12 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t12 values(9,8,'table t12 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t12 values(10,3,'table t12 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t13( a13 integer primary key, b13 integer, x13 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t13 values(1,10,'table t13 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t13 values(2,7,'table t13 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t13 values(3,6,'table t13 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t13 values(4,2,'table t13 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t13 values(5,8,'table t13 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t13 values(6,4,'table t13 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t13 values(7,1,'table t13 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t13 values(8,9,'table t13 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t13 values(9,3,'table t13 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t13 values(10,5,'table t13 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t14( a14 integer primary key, b14 integer, x14 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t14 values(1,5,'table t14 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t14 values(2,3,'table t14 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t14 values(3,9,'table t14 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t14 values(4,7,'table t14 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t14 values(5,4,'table t14 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t14 values(6,1,'table t14 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t14 values(7,8,'table t14 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t14 values(8,2,'table t14 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t14 values(9,10,'table t14 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t14 values(10,6,'table t14 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t15( a15 integer primary key, b15 integer, x15 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t15 values(1,7,'table t15 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t15 values(2,1,'table t15 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t15 values(3,5,'table t15 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t15 values(4,2,'table t15 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t15 values(5,4,'table t15 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t15 values(6,6,'table t15 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t15 values(7,3,'table t15 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t15 values(8,10,'table t15 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t15 values(9,9,'table t15 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t15 values(10,8,'table t15 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t16( a16 integer primary key, b16 integer, x16 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t16 values(1,5,'table t16 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t16 values(2,3,'table t16 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t16 values(3,4,'table t16 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t16 values(4,7,'table t16 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t16 values(5,6,'table t16 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t16 values(6,9,'table t16 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t16 values(7,2,'table t16 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t16 values(8,10,'table t16 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t16 values(9,8,'table t16 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t16 values(10,1,'table t16 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t17( a17 integer primary key, b17 integer, x17 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t17 values(1,7,'table t17 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t17 values(2,2,'table t17 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t17 values(3,3,'table t17 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t17 values(4,1,'table t17 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t17 values(5,4,'table t17 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t17 values(6,5,'table t17 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t17 values(7,8,'table t17 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t17 values(8,9,'table t17 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t17 values(9,6,'table t17 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t17 values(10,10,'table t17 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t18( a18 integer primary key, b18 integer, x18 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t18 values(1,1,'table t18 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t18 values(2,8,'table t18 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t18 values(3,3,'table t18 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t18 values(4,5,'table t18 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t18 values(5,10,'table t18 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t18 values(6,6,'table t18 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t18 values(7,9,'table t18 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t18 values(8,7,'table t18 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t18 values(9,2,'table t18 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t18 values(10,4,'table t18 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t19( a19 integer primary key, b19 integer, x19 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t19 values(1,4,'table t19 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t19 values(2,7,'table t19 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t19 values(3,2,'table t19 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t19 values(4,6,'table t19 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t19 values(5,9,'table t19 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t19 values(6,10,'table t19 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t19 values(7,1,'table t19 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t19 values(8,5,'table t19 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t19 values(9,8,'table t19 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t19 values(10,3,'table t19 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t20( a20 integer primary key, b20 integer, x20 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t20 values(1,10,'table t20 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t20 values(2,9,'table t20 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t20 values(3,3,'table t20 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t20 values(4,7,'table t20 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t20 values(5,6,'table t20 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t20 values(6,2,'table t20 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t20 values(7,1,'table t20 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t20 values(8,4,'table t20 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t20 values(9,5,'table t20 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t20 values(10,8,'table t20 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t21( a21 integer primary key, b21 integer, x21 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t21 values(1,7,'table t21 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t21 values(2,9,'table t21 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t21 values(3,6,'table t21 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t21 values(4,3,'table t21 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t21 values(5,5,'table t21 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t21 values(6,4,'table t21 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t21 values(7,1,'table t21 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t21 values(8,10,'table t21 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t21 values(9,8,'table t21 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t21 values(10,2,'table t21 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t22( a22 integer primary key, b22 integer, x22 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t22 values(1,7,'table t22 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t22 values(2,3,'table t22 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t22 values(3,6,'table t22 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t22 values(4,4,'table t22 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t22 values(5,2,'table t22 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t22 values(6,8,'table t22 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t22 values(7,9,'table t22 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t22 values(8,10,'table t22 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t22 values(9,5,'table t22 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t22 values(10,1,'table t22 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t23( a23 integer primary key, b23 integer, x23 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t23 values(1,9,'table t23 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t23 values(2,4,'table t23 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t23 values(3,2,'table t23 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t23 values(4,8,'table t23 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t23 values(5,3,'table t23 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t23 values(6,6,'table t23 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t23 values(7,7,'table t23 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t23 values(8,5,'table t23 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t23 values(9,10,'table t23 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t23 values(10,1,'table t23 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t24( a24 integer primary key, b24 integer, x24 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t24 values(1,10,'table t24 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t24 values(2,3,'table t24 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t24 values(3,8,'table t24 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t24 values(4,2,'table t24 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t24 values(5,5,'table t24 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t24 values(6,4,'table t24 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t24 values(7,6,'table t24 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t24 values(8,9,'table t24 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t24 values(9,1,'table t24 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t24 values(10,7,'table t24 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t25( a25 integer primary key, b25 integer, x25 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t25 values(1,7,'table t25 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t25 values(2,6,'table t25 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t25 values(3,5,'table t25 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t25 values(4,1,'table t25 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t25 values(5,8,'table t25 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t25 values(6,9,'table t25 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t25 values(7,3,'table t25 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t25 values(8,2,'table t25 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t25 values(9,4,'table t25 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t25 values(10,10,'table t25 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t26( a26 integer primary key, b26 integer, x26 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t26 values(1,2,'table t26 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t26 values(2,7,'table t26 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t26 values(3,5,'table t26 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t26 values(4,1,'table t26 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t26 values(5,8,'table t26 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t26 values(6,6,'table t26 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t26 values(7,4,'table t26 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t26 values(8,9,'table t26 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t26 values(9,3,'table t26 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t26 values(10,10,'table t26 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t27( a27 integer primary key, b27 integer, x27 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t27 values(1,8,'table t27 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t27 values(2,3,'table t27 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t27 values(3,6,'table t27 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t27 values(4,7,'table t27 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t27 values(5,4,'table t27 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t27 values(6,2,'table t27 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t27 values(7,10,'table t27 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t27 values(8,9,'table t27 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t27 values(9,5,'table t27 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t27 values(10,1,'table t27 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t28( a28 integer primary key, b28 integer, x28 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t28 values(1,6,'table t28 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t28 values(2,10,'table t28 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t28 values(3,2,'table t28 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t28 values(4,4,'table t28 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t28 values(5,5,'table t28 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t28 values(6,9,'table t28 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t28 values(7,3,'table t28 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t28 values(8,8,'table t28 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t28 values(9,7,'table t28 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t28 values(10,1,'table t28 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t29( a29 integer primary key, b29 integer, x29 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t29 values(1,4,'table t29 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t29 values(2,2,'table t29 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t29 values(3,9,'table t29 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t29 values(4,8,'table t29 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t29 values(5,10,'table t29 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t29 values(6,3,'table t29 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t29 values(7,7,'table t29 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t29 values(8,6,'table t29 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t29 values(9,5,'table t29 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t29 values(10,1,'table t29 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t30( a30 integer primary key, b30 integer, x30 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t30 values(1,5,'table t30 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t30 values(2,6,'table t30 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t30 values(3,10,'table t30 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t30 values(4,3,'table t30 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t30 values(5,7,'table t30 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t30 values(6,4,'table t30 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t30 values(7,9,'table t30 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t30 values(8,8,'table t30 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t30 values(9,2,'table t30 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t30 values(10,1,'table t30 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t31( a31 integer primary key, b31 integer, x31 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t31 values(1,1,'table t31 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t31 values(2,6,'table t31 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t31 values(3,4,'table t31 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t31 values(4,8,'table t31 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t31 values(5,2,'table t31 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t31 values(6,9,'table t31 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t31 values(7,7,'table t31 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t31 values(8,3,'table t31 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t31 values(9,5,'table t31 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t31 values(10,10,'table t31 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t32( a32 integer primary key, b32 integer, x32 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t32 values(1,10,'table t32 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t32 values(2,2,'table t32 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t32 values(3,6,'table t32 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t32 values(4,3,'table t32 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t32 values(5,4,'table t32 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t32 values(6,1,'table t32 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t32 values(7,7,'table t32 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t32 values(8,5,'table t32 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t32 values(9,9,'table t32 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t32 values(10,8,'table t32 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t33( a33 integer primary key, b33 integer, x33 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t33 values(1,8,'table t33 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t33 values(2,4,'table t33 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t33 values(3,5,'table t33 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t33 values(4,1,'table t33 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t33 values(5,2,'table t33 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t33 values(6,10,'table t33 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t33 values(7,3,'table t33 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t33 values(8,6,'table t33 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t33 values(9,7,'table t33 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t33 values(10,9,'table t33 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t34( a34 integer primary key, b34 integer, x34 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t34 values(1,10,'table t34 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t34 values(2,1,'table t34 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t34 values(3,6,'table t34 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t34 values(4,5,'table t34 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t34 values(5,9,'table t34 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t34 values(6,8,'table t34 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t34 values(7,2,'table t34 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t34 values(8,4,'table t34 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t34 values(9,3,'table t34 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t34 values(10,7,'table t34 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t35( a35 integer primary key, b35 integer, x35 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t35 values(1,3,'table t35 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t35 values(2,7,'table t35 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t35 values(3,6,'table t35 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t35 values(4,5,'table t35 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t35 values(5,1,'table t35 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t35 values(6,4,'table t35 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t35 values(7,2,'table t35 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t35 values(8,10,'table t35 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t35 values(9,8,'table t35 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t35 values(10,9,'table t35 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t36( a36 integer primary key, b36 integer, x36 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t36 values(1,7,'table t36 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t36 values(2,8,'table t36 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t36 values(3,6,'table t36 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t36 values(4,4,'table t36 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t36 values(5,9,'table t36 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t36 values(6,1,'table t36 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t36 values(7,2,'table t36 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t36 values(8,3,'table t36 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t36 values(9,5,'table t36 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t36 values(10,10,'table t36 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t37( a37 integer primary key, b37 integer, x37 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t37 values(1,1,'table t37 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t37 values(2,9,'table t37 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t37 values(3,7,'table t37 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t37 values(4,3,'table t37 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t37 values(5,8,'table t37 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t37 values(6,6,'table t37 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t37 values(7,5,'table t37 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t37 values(8,2,'table t37 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t37 values(9,10,'table t37 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t37 values(10,4,'table t37 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t38( a38 integer primary key, b38 integer, x38 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t38 values(1,2,'table t38 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t38 values(2,10,'table t38 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t38 values(3,5,'table t38 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t38 values(4,6,'table t38 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t38 values(5,4,'table t38 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t38 values(6,1,'table t38 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t38 values(7,7,'table t38 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t38 values(8,8,'table t38 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t38 values(9,9,'table t38 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t38 values(10,3,'table t38 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t39( a39 integer primary key, b39 integer, x39 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t39 values(1,9,'table t39 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t39 values(2,2,'table t39 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t39 values(3,3,'table t39 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t39 values(4,10,'table t39 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t39 values(5,4,'table t39 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t39 values(6,7,'table t39 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t39 values(7,6,'table t39 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t39 values(8,5,'table t39 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t39 values(9,1,'table t39 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t39 values(10,8,'table t39 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t40( a40 integer primary key, b40 integer, x40 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t40 values(1,4,'table t40 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t40 values(2,3,'table t40 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t40 values(3,10,'table t40 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t40 values(4,7,'table t40 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t40 values(5,8,'table t40 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t40 values(6,5,'table t40 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t40 values(7,6,'table t40 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t40 values(8,2,'table t40 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t40 values(9,9,'table t40 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t40 values(10,1,'table t40 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t41( a41 integer primary key, b41 integer, x41 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t41 values(1,6,'table t41 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t41 values(2,1,'table t41 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t41 values(3,3,'table t41 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t41 values(4,2,'table t41 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t41 values(5,9,'table t41 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t41 values(6,5,'table t41 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t41 values(7,8,'table t41 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t41 values(8,7,'table t41 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t41 values(9,10,'table t41 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t41 values(10,4,'table t41 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t42( a42 integer primary key, b42 integer, x42 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t42 values(1,10,'table t42 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t42 values(2,3,'table t42 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t42 values(3,7,'table t42 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t42 values(4,6,'table t42 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t42 values(5,8,'table t42 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t42 values(6,2,'table t42 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t42 values(7,5,'table t42 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t42 values(8,9,'table t42 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t42 values(9,1,'table t42 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t42 values(10,4,'table t42 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t43( a43 integer primary key, b43 integer, x43 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t43 values(1,2,'table t43 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t43 values(2,3,'table t43 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t43 values(3,8,'table t43 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t43 values(4,5,'table t43 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t43 values(5,10,'table t43 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t43 values(6,6,'table t43 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t43 values(7,4,'table t43 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t43 values(8,1,'table t43 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t43 values(9,9,'table t43 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t43 values(10,7,'table t43 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t44( a44 integer primary key, b44 integer, x44 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t44 values(1,8,'table t44 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t44 values(2,10,'table t44 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t44 values(3,5,'table t44 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t44 values(4,3,'table t44 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t44 values(5,9,'table t44 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t44 values(6,6,'table t44 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t44 values(7,2,'table t44 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t44 values(8,7,'table t44 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t44 values(9,1,'table t44 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t44 values(10,4,'table t44 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t45( a45 integer primary key, b45 integer, x45 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t45 values(1,2,'table t45 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t45 values(2,4,'table t45 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t45 values(3,10,'table t45 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t45 values(4,9,'table t45 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t45 values(5,8,'table t45 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t45 values(6,7,'table t45 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t45 values(7,3,'table t45 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t45 values(8,5,'table t45 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t45 values(9,1,'table t45 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t45 values(10,6,'table t45 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t46( a46 integer primary key, b46 integer, x46 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t46 values(1,1,'table t46 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t46 values(2,8,'table t46 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t46 values(3,7,'table t46 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t46 values(4,5,'table t46 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t46 values(5,9,'table t46 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t46 values(6,4,'table t46 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t46 values(7,2,'table t46 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t46 values(8,10,'table t46 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t46 values(9,6,'table t46 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t46 values(10,3,'table t46 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t47( a47 integer primary key, b47 integer, x47 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t47 values(1,10,'table t47 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t47 values(2,7,'table t47 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t47 values(3,6,'table t47 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t47 values(4,9,'table t47 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t47 values(5,1,'table t47 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t47 values(6,4,'table t47 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t47 values(7,2,'table t47 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t47 values(8,3,'table t47 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t47 values(9,5,'table t47 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t47 values(10,8,'table t47 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t48( a48 integer primary key, b48 integer, x48 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t48 values(1,5,'table t48 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t48 values(2,9,'table t48 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t48 values(3,3,'table t48 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t48 values(4,6,'table t48 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t48 values(5,2,'table t48 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t48 values(6,1,'table t48 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t48 values(7,7,'table t48 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t48 values(8,8,'table t48 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t48 values(9,10,'table t48 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t48 values(10,4,'table t48 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t49( a49 integer primary key, b49 integer, x49 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t49 values(1,9,'table t49 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t49 values(2,10,'table t49 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t49 values(3,4,'table t49 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t49 values(4,6,'table t49 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t49 values(5,5,'table t49 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t49 values(6,2,'table t49 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t49 values(7,3,'table t49 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t49 values(8,1,'table t49 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t49 values(9,8,'table t49 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t49 values(10,7,'table t49 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t50( a50 integer primary key, b50 integer, x50 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t50 values(1,8,'table t50 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t50 values(2,4,'table t50 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t50 values(3,6,'table t50 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t50 values(4,9,'table t50 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t50 values(5,2,'table t50 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t50 values(6,7,'table t50 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t50 values(7,1,'table t50 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t50 values(8,3,'table t50 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t50 values(9,5,'table t50 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t50 values(10,10,'table t50 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t51( a51 integer primary key, b51 integer, x51 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t51 values(1,5,'table t51 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t51 values(2,3,'table t51 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t51 values(3,10,'table t51 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t51 values(4,7,'table t51 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t51 values(5,6,'table t51 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t51 values(6,2,'table t51 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t51 values(7,9,'table t51 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t51 values(8,4,'table t51 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t51 values(9,8,'table t51 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t51 values(10,1,'table t51 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t52( a52 integer primary key, b52 integer, x52 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t52 values(1,5,'table t52 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t52 values(2,8,'table t52 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t52 values(3,6,'table t52 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t52 values(4,3,'table t52 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t52 values(5,4,'table t52 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t52 values(6,10,'table t52 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t52 values(7,7,'table t52 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t52 values(8,1,'table t52 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t52 values(9,9,'table t52 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t52 values(10,2,'table t52 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t53( a53 integer primary key, b53 integer, x53 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t53 values(1,8,'table t53 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t53 values(2,9,'table t53 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t53 values(3,5,'table t53 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t53 values(4,2,'table t53 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t53 values(5,1,'table t53 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t53 values(6,6,'table t53 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t53 values(7,10,'table t53 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t53 values(8,3,'table t53 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t53 values(9,7,'table t53 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t53 values(10,4,'table t53 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t54( a54 integer primary key, b54 integer, x54 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t54 values(1,6,'table t54 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t54 values(2,7,'table t54 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t54 values(3,2,'table t54 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t54 values(4,9,'table t54 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t54 values(5,8,'table t54 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t54 values(6,5,'table t54 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t54 values(7,4,'table t54 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t54 values(8,1,'table t54 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t54 values(9,10,'table t54 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t54 values(10,3,'table t54 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t55( a55 integer primary key, b55 integer, x55 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t55 values(1,1,'table t55 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t55 values(2,3,'table t55 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t55 values(3,7,'table t55 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t55 values(4,9,'table t55 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t55 values(5,5,'table t55 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t55 values(6,4,'table t55 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t55 values(7,10,'table t55 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t55 values(8,8,'table t55 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t55 values(9,6,'table t55 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t55 values(10,2,'table t55 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t56( a56 integer primary key, b56 integer, x56 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t56 values(1,7,'table t56 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t56 values(2,3,'table t56 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t56 values(3,6,'table t56 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t56 values(4,9,'table t56 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t56 values(5,2,'table t56 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t56 values(6,8,'table t56 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t56 values(7,5,'table t56 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t56 values(8,1,'table t56 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t56 values(9,10,'table t56 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t56 values(10,4,'table t56 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t57( a57 integer primary key, b57 integer, x57 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t57 values(1,9,'table t57 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t57 values(2,5,'table t57 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t57 values(3,4,'table t57 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t57 values(4,8,'table t57 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t57 values(5,2,'table t57 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t57 values(6,3,'table t57 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t57 values(7,10,'table t57 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t57 values(8,7,'table t57 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t57 values(9,1,'table t57 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t57 values(10,6,'table t57 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t58( a58 integer primary key, b58 integer, x58 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t58 values(1,10,'table t58 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t58 values(2,3,'table t58 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t58 values(3,2,'table t58 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t58 values(4,8,'table t58 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t58 values(5,4,'table t58 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t58 values(6,1,'table t58 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t58 values(7,5,'table t58 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t58 values(8,6,'table t58 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t58 values(9,7,'table t58 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t58 values(10,9,'table t58 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t59( a59 integer primary key, b59 integer, x59 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t59 values(1,9,'table t59 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t59 values(2,10,'table t59 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t59 values(3,4,'table t59 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t59 values(4,2,'table t59 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t59 values(5,1,'table t59 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t59 values(6,3,'table t59 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t59 values(7,7,'table t59 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t59 values(8,5,'table t59 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t59 values(9,8,'table t59 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t59 values(10,6,'table t59 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t60( a60 integer primary key, b60 integer, x60 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t60 values(1,8,'table t60 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t60 values(2,10,'table t60 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t60 values(3,1,'table t60 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t60 values(4,7,'table t60 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t60 values(5,5,'table t60 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t60 values(6,9,'table t60 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t60 values(7,3,'table t60 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t60 values(8,2,'table t60 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t60 values(9,6,'table t60 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t60 values(10,4,'table t60 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t61( a61 integer primary key, b61 integer, x61 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t61 values(1,9,'table t61 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t61 values(2,1,'table t61 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t61 values(3,7,'table t61 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t61 values(4,4,'table t61 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t61 values(5,2,'table t61 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t61 values(6,5,'table t61 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t61 values(7,8,'table t61 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t61 values(8,10,'table t61 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t61 values(9,3,'table t61 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t61 values(10,6,'table t61 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t62( a62 integer primary key, b62 integer, x62 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t62 values(1,10,'table t62 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t62 values(2,1,'table t62 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t62 values(3,2,'table t62 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t62 values(4,3,'table t62 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t62 values(5,5,'table t62 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t62 values(6,7,'table t62 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t62 values(7,8,'table t62 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t62 values(8,6,'table t62 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t62 values(9,9,'table t62 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t62 values(10,4,'table t62 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t63( a63 integer primary key, b63 integer, x63 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t63 values(1,4,'table t63 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t63 values(2,5,'table t63 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t63 values(3,1,'table t63 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t63 values(4,9,'table t63 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t63 values(5,6,'table t63 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t63 values(6,2,'table t63 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t63 values(7,10,'table t63 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t63 values(8,8,'table t63 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t63 values(9,3,'table t63 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t63 values(10,7,'table t63 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: create table t64( a64 integer primary key, b64 integer, x64 varchar(40))
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t64 values(1,4,'table t64 row 1')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t64 values(2,2,'table t64 row 2')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t64 values(3,6,'table t64 row 3')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t64 values(4,10,'table t64 row 4')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t64 values(5,9,'table t64 row 5')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t64 values(6,1,'table t64 row 6')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t64 values(7,5,'table t64 row 7')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t64 values(8,7,'table t64 row 8')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t64 values(9,8,'table t64 row 9')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: insert into t64 values(10,3,'table t64 row 10')
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: plan
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: select x20,x47,x38,x18,x10,x22,x37,x3,x63,x8,x30,x43,x54,x9,x21,x25,x2,x61,x55,x32,x52,x29,x50,x12
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: plan
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: select x20,x47,x38,x18,x10,x22,x37,x3,x63,x8,x30,x43,x54,x9,x21,x25,x2,x61,x55,x32,x52,x29,x50,x12
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: plan
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: select x20,x47,x38,x18,x10,x22,x37,x3,x63,x8,x30,x43,x54,x9,x21,x25,x2,x61,x55,x32,x52,x29,x50,x12
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: plan
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: select x20,x47,x38,x18,x10,x22,x37,x3,x63,x8,x30,x43,x54,x9,x21,x25,x2,x61,x55,x32,x52,x29,x50,x12
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: plan
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: select x20,x47,x38,x18,x10,x22,x37,x3,x63,x8,x30,x43,x54,x9,x21,x25,x2,x61,x55,x32,x52,x29,x50,x12
#2024-04-26 00:28:55: client0128: SQLrun: INFO: Executing: rollback
#2024-04-26 00:28:55: 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
#2024-04-26 00:28:55: 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
#2024-04-26 00:28:55: client0129: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:55: client0129: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:55: client0129: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:55: client0129: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:55: client0129: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:55: client0129: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:55: client0129: SQLrun: INFO: Executing: start transaction
#2024-04-26 00:28:55: client0129: SQLrun: INFO: Executing: create table test (id int, value text)
#2024-04-26 00:28:55: client0129: SQLrun: INFO: Executing: insert into test values (1, 'Alice'), (2, 'Bob'), (3, 'Carol')
#2024-04-26 00:28:55: client0129: SQLrun: INFO: Executing: select * from test
#2024-04-26 00:28:55: client0129: SQLrun: INFO: Executing: select * from test where value not like 'Bob'
#2024-04-26 00:28:55: client0129: SQLrun: INFO: Executing: select * from test where value not ilike 'Bob'
#2024-04-26 00:28:55: client0129: SQLrun: INFO: Executing: rollback
#2024-04-26 00:28:55: 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
#2024-04-26 00:28:55: 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
#2024-04-26 00:28:55: client0130: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:55: client0130: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:55: client0130: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:55: client0130: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:55: client0130: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:55: client0130: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:55: client0130: SQLrun: INFO: Executing: start transaction
#2024-04-26 00:28:55: client0130: SQLrun: INFO: Executing: create table bug3813 ("playerID" string, "yearID" integer, stint integer, "teamID" string, "lgID" string, "G" integer, "AB" integer, "R" integer, "H" integer, "X2B" integer, "X3B" integer, "HR" integer, "RBI" integer, "SB" integer, "CS" integer, "BB" integer, "SO" integer, "IBB" integer, "HBP" integer, "SH" integer, "SF" integer, "GIDP" integer)
#2024-04-26 00:28:55: client0130: SQLrun: INFO: Executing: copy into bug3813 from E'C:\\cygwin64\\home\\monet\\testing\\f8e03e321dba-8-2-1\\MonetDB\\sql\\test\\BugTracker-2015\\Tests/batting.csv.gz' using delimiters ',',E'\n','"' null as ''
#2024-04-26 00:28:56: client0130: SQLrun: INFO: Executing: select count(*) from bug3813
#2024-04-26 00:28:56: client0130: SQLrun: INFO: Executing: rollback
#2024-04-26 00:28:56: 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
#2024-04-26 00:28:56: 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
#2024-04-26 00:28:56: client0135: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:56: client0135: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:56: client0135: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:56: client0135: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:56: client0135: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:56: client0135: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:56: client0135: SQLrun: INFO: Executing: select ~0
#2024-04-26 00:28:56: client0136: 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
#2024-04-26 00:28:56: client0136: 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
#2024-04-26 00:28:56: client0136: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:56: client0136: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:56: client0136: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:56: client0136: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:56: client0136: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:28:56: client0136: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:28:56: client0136: SQLrun: INFO: Executing: select (str_to_timestamp('2015-10-01', '%Y-%m-%d') - str_to_timestamp('2015-09-30', '%Y-%m-%d'))/86400
#2024-04-26 00:28:56: client0136: SQLrun: INFO: Executing: select (str_to_timestamp('2015-10-01', '%Y-%m-%d') - str_to_timestamp('2015-09-30', '%Y-%m-%d'))/86400
#2024-04-26 00:28:56: client0136: SQLrun: INFO: Executing: select (str_to_timestamp('2015-10-01', '%Y-%m-%d') - str_to_timestamp('2015-09-30', '%Y-%m-%d'))/86400.0
#2024-04-26 00:28:56: client0136: SQLrun: INFO: Executing: select date '2015-03-01' - (date '2015-02-01' - date '2015-01-01')
#2024-04-26 00:28:56: client0137: 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
#2024-04-26 00:28:56: client0137: 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
#2024-04-26 00:28:56: client0137: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:28:56: client0137: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:28:56: client0137: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:28:56: client0137: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:06: client0138: SQLrun: INFO: Executing: select timestamp_to_str(current_timestamp, '%Q');
#2024-04-26 00:29:06: client0139: 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
#2024-04-26 00:29:06: client0139: 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
#2024-04-26 00:29:06: client0139: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:29:06: client0139: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:06: client0139: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:29:06: client0139: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:06: client0139: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:29:06: client0139: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:29:06: client0139: SQLrun: INFO: Executing: create table t1a (cods int, elrik int, ether int, jaelen int, otter int, sora int)
#2024-04-26 00:29:07: client0139: SQLrun: INFO: Executing: create table t2a (tib0 int)
#2024-04-26 00:29:07: client0139: SQLrun: INFO: Executing: select cods, elrik, ether, jaelen, sora, cast( sum(otter) as bigint)
#2024-04-26 00:29:07: client0139: SQLrun: INFO: Executing: select 0 as cods, 0 as elrik, 0 as ether, 0 as jaelen, 0 as sora, cast( sum(tib0) as bigint)
#2024-04-26 00:29:07: client0139: SQLrun: INFO: Executing: plan select 0 as cods, 0 as elrik, 0 as ether, 0 as jaelen, 0 as sora, min(tib0)
#2024-04-26 00:29:07: client0139: SQLrun: INFO: Executing: drop table t2a
#2024-04-26 00:29:07: client0139: SQLrun: INFO: Executing: drop table t1a
#2024-04-26 00:29:07: client0140: 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
#2024-04-26 00:29:07: client0140: 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
#2024-04-26 00:29:07: client0140: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:29:07: client0140: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:07: client0140: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:29:07: client0140: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:07: client0140: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:29:07: client0140: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:29:07: client0140: SQLrun: INFO: Executing: start transaction
#2024-04-26 00:29:07: client0140: SQLrun: INFO: Executing: create table exchange (
#2024-04-26 00:29:07: client0140: SQLrun: INFO: Executing: create table entity (
#2024-04-26 00:29:07: client0140: SQLrun: INFO: Executing: rollback
#2024-04-26 00:29:07: client0141: 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
#2024-04-26 00:29:07: client0141: 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
#2024-04-26 00:29:07: client0141: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:29:07: client0141: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:07: client0141: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:29:07: client0141: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:07: client0141: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:29:07: client0141: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:29:07: client0141: SQLrun: INFO: Executing: select case when 1 then 2 else 3 end
#2024-04-26 00:29:07: client0142: 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
#2024-04-26 00:29:07: client0142: 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
#2024-04-26 00:29:07: client0142: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:29:07: client0142: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:07: client0142: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:29:07: client0142: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:07: client0142: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:29:07: client0142: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:29:07: client0142: SQLrun: INFO: Executing: select '_' like E'\\_'
#2024-04-26 00:29:07: client0142: SQLrun: INFO: Executing: select '_' like E'\\_' escape E'\\'
#2024-04-26 00:29:07: client0142: SQLrun: INFO: Executing: select * from (select '_' as foo) as t0 where foo like E'\\_'
#2024-04-26 00:29:07: client0142: SQLrun: INFO: Executing: select * from (select '_' as foo) as t0 where foo like E'\\_' escape E'\\'
#2024-04-26 00:29:07: client0143: 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
#2024-04-26 00:29:07: client0143: 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
#2024-04-26 00:29:07: client0143: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:29:07: client0143: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:07: client0143: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:29:07: client0143: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:07: client0143: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:29:07: client0143: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:29:07: client0143: SQLrun: INFO: Executing: create table u (u1 uuid, u2 uuid)
#2024-04-26 00:29:07: client0143: SQLrun: INFO: Executing: select * from u where u1 = u2
#2024-04-26 00:29:07: client0143: SQLrun: INFO: Executing: select * from u where u1 <> u2
#2024-04-26 00:29:07: client0143: SQLrun: INFO: Executing: select * from u where u1 < u2
#2024-04-26 00:29:07: client0143: SQLrun: INFO: Executing: select * from u where u1 <= u2
#2024-04-26 00:29:07: client0143: SQLrun: INFO: Executing: select * from u where u1 > u2
#2024-04-26 00:29:07: client0143: SQLrun: INFO: Executing: select * from u where u1 >= u2
#2024-04-26 00:29:07: client0143: SQLrun: INFO: Executing: drop table u
#2024-04-26 00:29:07: client0144: 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
#2024-04-26 00:29:07: client0144: 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
#2024-04-26 00:29:07: client0144: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:29:07: client0144: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:07: client0144: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:29:07: client0144: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:07: client0144: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:29:07: client0144: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:29:07: client0144: SQLrun: INFO: Executing: create table hmda_lar_14 (asofyear double precision, respondentid varchar(255), agencycode varchar(255), loantype double precision, propertytype varchar(255), loanpurpose double precision, occupancy double precision, loanamount double precision, preapproval varchar(255), actiontype double precision, msa_md varchar(255), statecode varchar(255), countycode varchar(2
#2024-04-26 00:29:07: client0144: SQLrun: INFO: Executing: alter table hmda_lar_14 add column temp_double double
#2024-04-26 00:29:07: client0144: SQLrun: INFO: Executing: alter table hmda_lar_14 drop column tracttomsa_mdincomepct
#2024-04-26 00:29:07: client0144: SQLrun: INFO: Executing: alter table hmda_lar_14 add column tracttomsa_mdincomepct double
#2024-04-26 00:29:07: client0144: SQLrun: INFO: Executing: alter table hmda_lar_14 drop column temp_double
#2024-04-26 00:29:07: client0144: SQLrun: INFO: Executing: alter table hmda_lar_14 add column temp_double double
#2024-04-26 00:29:07: client0144: SQLrun: INFO: Executing: alter table hmda_lar_14 drop column numberofowneroccupiedunits
#2024-04-26 00:29:07: client0144: SQLrun: INFO: Executing: alter table hmda_lar_14 add column numberofowneroccupiedunits double
#2024-04-26 00:29:07: client0144: SQLrun: INFO: Executing: alter table hmda_lar_14 drop column temp_double
#2024-04-26 00:29:07: client0144: SQLrun: INFO: Executing: alter table hmda_lar_14 add column temp_double double
#2024-04-26 00:29:07: client0144: SQLrun: INFO: Executing: alter table hmda_lar_14 drop column numberof1to4familyunits
#2024-04-26 00:29:07: client0144: SQLrun: INFO: Executing: alter table hmda_lar_14 add column numberof1to4familyunits double
#2024-04-26 00:29:07: client0144: SQLrun: INFO: Executing: alter table hmda_lar_14 drop column temp_double
#2024-04-26 00:29:07: client0144: SQLrun: INFO: Executing: create table hmda_ins_14 (
#2024-04-26 00:29:07: client0144: SQLrun: INFO: Executing: create table hmda_14 as select a.* , b.activityyear, b.fedtaxid, b.respondentname_ts, b.respondentmailingaddress, b.respondentcity_ts, b.respondentstate_ts, b.respondentzipcode, b.parentname_ts, b.parentaddress, b.parentcity_ts, b.parentstate_ts, b.parentzipcode, b.respondentname_panel, b.respondentcity_panel, b.respondentstate_panel, b.assets_panel, b.otherlender
#2024-04-26 00:29:07: client0144: SQLrun: INFO: Executing: select actiontype, propertytype, loanpurpose, count(*) as num_records from hmda_14 group by actiontype, propertytype, loanpurpose
#2024-04-26 00:29:07: client0144: SQLrun: INFO: Executing: select tables.name, columns.name, location from tables inner join columns on tables.id=columns.table_id left join storage on tables.name=storage.table and columns.name=storage.column where location is null and tables.name like 'hmda%'
#2024-04-26 00:29:07: client0145: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:29:07: client0145: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:29:07: client0145: SQLrun: INFO: Executing: select actiontype, propertytype, loanpurpose, count(*) as num_records from hmda_14 group by actiontype, propertytype, loanpurpose
#2024-04-26 00:29:07: client0145: SQLrun: INFO: Executing: drop table hmda_lar_14
#2024-04-26 00:29:07: client0145: SQLrun: INFO: Executing: drop table hmda_ins_14
#2024-04-26 00:29:07: client0145: SQLrun: INFO: Executing: drop table hmda_14
#2024-04-26 00:29:07: client0146: 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
#2024-04-26 00:29:07: client0146: 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
#2024-04-26 00:29:07: client0146: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:29:07: client0146: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:07: client0146: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:29:07: client0146: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:07: client0146: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:29:07: client0146: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:29:07: client0146: SQLrun: INFO: Executing: start transaction
#2024-04-26 00:29:07: client0146: SQLrun: INFO: Executing: create table kb (value int)
#2024-04-26 00:29:07: client0146: SQLrun: INFO: Executing: select 1 from kb where value=1 and (value=2 or value=3 and (value=4 or value=5))
#2024-04-26 00:29:07: client0146: SQLrun: INFO: Executing: select 1 from kb where value and (value or value and (value or value))
#2024-04-26 00:29:07: client0146: SQLrun: INFO: Executing: rollback
#2024-04-26 00:29:07: client0147: 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
#2024-04-26 00:29:07: client0147: 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
#2024-04-26 00:29:07: client0147: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:29:07: client0147: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:07: client0147: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:29:07: client0147: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:07: client0147: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:29:07: client0147: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:29:07: client0147: SQLrun: INFO: Executing: select coalesce(0, false)
#2024-04-26 00:29:07: client0147: SQLrun: INFO: Executing: select coalesce(null, false)
#2024-04-26 00:29:07: client0148: 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
#2024-04-26 00:29:07: client0148: 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
#2024-04-26 00:29:07: client0148: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:29:07: client0148: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:07: client0148: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:29:07: client0148: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:07: client0148: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:29:07: client0148: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:29:07: client0148: SQLrun: INFO: Executing: select (null)
#2024-04-26 00:29:07: client0148: SQLrun: INFO: Executing: select 1 where null = 42
#2024-04-26 00:29:07: client0148: SQLrun: INFO: Executing: select (1 = null)
#2024-04-26 00:29:07: client0148: SQLrun: INFO: Executing: select (true or null)
#2024-04-26 00:29:07: client0149: 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
#2024-04-26 00:29:07: client0149: 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
#2024-04-26 00:29:07: client0149: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:29:07: client0149: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:07: client0149: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:29:07: client0149: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:07: client0149: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:29:07: client0149: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:29:07: client0149: SQLrun: INFO: Executing: create table datepoint_wrong (mydate date, insiderange boolean default false, rangename char(8))
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: insert into datepoint_wrong (mydate) values ('2012-05-09')
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: insert into datepoint_wrong (mydate) values ('2012-03-09')
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: create table daterange_wrong (startdate date, enddate date, name char(8))
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: insert into daterange_wrong (startdate, enddate, name) values ('2012-03-01','2012-03-31','A')
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: select * from datepoint_wrong a, daterange_wrong b where a.mydate between b.startdate and b.enddate
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: update datepoint_wrong
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: select * from datepoint_wrong
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: create table datepoint_correct1 (mydate date, insiderange boolean default false, rangename char(8))
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: insert into datepoint_correct1 (mydate) values ('2012-05-09')
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: insert into datepoint_correct1 (mydate) values ('2012-03-09')
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: insert into datepoint_correct1 (mydate) values ('2012-04-09')
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: create table daterange_correct1 (startdate date, enddate date, name char(8))
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: insert into daterange_correct1 (startdate, enddate, name) values ('2012-03-01','2012-03-31','A')
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: select * from datepoint_correct1 a, daterange_correct1 b where a.mydate between b.startdate and b.enddate
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: update datepoint_correct1
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: select * from datepoint_correct1
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: create table datepoint_correct2 (mydate date, insiderange boolean default false, rangename char(8))
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: insert into datepoint_correct2 (mydate) values ('2012-03-09')
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: insert into datepoint_correct2 (mydate) values ('2012-05-09')
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: create table daterange_correct2 (startdate date, enddate date, name char(8))
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: insert into daterange_correct2 (startdate, enddate, name) values ('2012-03-01','2012-03-31','A')
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: select * from datepoint_correct2 a, daterange_correct2 b where a.mydate between b.startdate and b.enddate
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: update datepoint_correct2
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: select * from datepoint_correct2
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: drop table datepoint_wrong
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: drop table datepoint_correct1
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: drop table datepoint_correct2
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: drop table daterange_wrong
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: drop table daterange_correct1
#2024-04-26 00:29:08: client0149: SQLrun: INFO: Executing: drop table daterange_correct2
#2024-04-26 00:29:08: client0150: 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
#2024-04-26 00:29:08: client0150: 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
#2024-04-26 00:29:08: client0150: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:29:08: client0150: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:08: client0150: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:29:08: client0150: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:08: client0150: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:29:08: client0150: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:29:08: client0150: SQLrun: INFO: Executing: create table tr(a int)
#2024-04-26 00:29:08: client0150: SQLrun: INFO: Executing: insert into tr values (1), (1)
#2024-04-26 00:29:08: client0150: SQLrun: INFO: Executing: select count(*) from (select a + rand() as arand from tr) as ntr group by arand
#2024-04-26 00:29:08: client0150: SQLrun: INFO: Executing: create table trand (a int, b int default rand())
#2024-04-26 00:29:08: client0150: SQLrun: INFO: Executing: insert into trand(a) values (1)
#2024-04-26 00:29:08: client0150: SQLrun: INFO: Executing: insert into trand(a) values (2)
#2024-04-26 00:29:08: client0150: SQLrun: INFO: Executing: insert into trand(a) values (3)
#2024-04-26 00:29:08: client0150: SQLrun: INFO: Executing: alter table trand add column c int default rand()
#2024-04-26 00:29:08: client0150: SQLrun: INFO: Executing: alter table trand add column d int default null
#2024-04-26 00:29:08: client0150: SQLrun: INFO: Executing: select count(*) from trand group by b
#2024-04-26 00:29:08: client0150: SQLrun: INFO: Executing: select count(*) from trand group by c
#2024-04-26 00:29:08: client0150: SQLrun: INFO: Executing: update trand set d = rand()
#2024-04-26 00:29:08: client0150: SQLrun: INFO: Executing: select count(*) from trand group by d
#2024-04-26 00:29:08: client0150: SQLrun: INFO: Executing: update trand set a = a + rand()
#2024-04-26 00:29:08: client0150: SQLrun: INFO: Executing: select count(*) from trand group by a
#2024-04-26 00:29:08: client0150: SQLrun: INFO: Executing: drop table tr
#2024-04-26 00:29:08: client0150: SQLrun: INFO: Executing: drop table trand
#2024-04-26 00:29:08: client0151: 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
#2024-04-26 00:29:08: client0151: 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
#2024-04-26 00:29:08: client0151: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:29:08: client0151: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:08: client0151: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:29:08: client0151: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:08: client0151: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:29:08: client0151: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:29:08: client0151: SQLrun: INFO: Executing: create table datepoint (mydate date, insiderange boolean default false, rangename char(8))
#2024-04-26 00:29:09: client0151: SQLrun: INFO: Executing: insert into datepoint (mydate) values ('2012-05-09')
#2024-04-26 00:29:09: client0151: SQLrun: INFO: Executing: insert into datepoint (mydate) values ('2012-03-09')
#2024-04-26 00:29:09: client0151: SQLrun: INFO: Executing: create table daterange (startdate date, enddate date, name char(8))
#2024-04-26 00:29:09: client0151: SQLrun: INFO: Executing: insert into daterange (startdate, enddate, name) values ('2012-03-01','2012-03-31','A')
#2024-04-26 00:29:09: client0151: SQLrun: INFO: Executing: select *
#2024-04-26 00:29:09: client0151: SQLrun: INFO: Executing: update datepoint
#2024-04-26 00:29:09: client0151: SQLrun: INFO: Executing: select * from datepoint
#2024-04-26 00:29:09: client0151: SQLrun: INFO: Executing: drop table datepoint
#2024-04-26 00:29:09: client0151: SQLrun: INFO: Executing: drop table daterange
#2024-04-26 00:29:09: client0151: SQLrun: INFO: Executing: create table datepoint (mydate date, insiderange boolean default false, rangename char(8))
#2024-04-26 00:29:09: client0151: SQLrun: INFO: Executing: insert into datepoint (mydate) values ('2012-05-09')
#2024-04-26 00:29:09: client0151: SQLrun: INFO: Executing: insert into datepoint (mydate) values ('2012-03-09')
#2024-04-26 00:29:09: client0151: SQLrun: INFO: Executing: create table daterange (startdate date, enddate date, name char(8))
#2024-04-26 00:29:09: client0151: SQLrun: INFO: Executing: insert into daterange (startdate, enddate, name) values ('2012-03-01','2012-03-31','A')
#2024-04-26 00:29:09: client0151: SQLrun: INFO: Executing: update datepoint
#2024-04-26 00:29:09: client0151: SQLrun: INFO: Executing: select * from datepoint
#2024-04-26 00:29:09: client0151: SQLrun: INFO: Executing: drop table datepoint
#2024-04-26 00:29:09: client0151: SQLrun: INFO: Executing: drop table daterange
#2024-04-26 00:29:09: client0152: 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
#2024-04-26 00:29:09: client0152: 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
#2024-04-26 00:29:09: client0152: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:29:09: client0152: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:09: client0152: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:29:09: client0152: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:09: client0152: SQLrun: INFO: Executing: call sys.setsessiontimeout(120)
#2024-04-26 00:29:09: client0152: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:29:09: client0152: SQLrun: INFO: Executing: create table "sys"."test_fn" (
#2024-04-26 00:29:09: client0152: SQLrun: INFO: Executing: create table "sys"."chg" (
#2024-04-26 00:29:09: client0152: SQLrun: INFO: Executing: copy 4 records into sys.chg from stdin;
#2024-04-26 00:29:09: client0152: SQLrun: INFO: Executing: copy 4 records into sys.test_fn from stdin;
#2024-04-26 00:29:09: client0152: SQLrun: INFO: Executing: create index "chg_c_cur_no_1" on "sys"."chg" ("c_cur_no_1")
#2024-04-26 00:29:09: client0152: SQLrun: INFO: Executing: create index "chg_c_cur_no_2" on "sys"."chg" ("c_cur_no_2")
#2024-04-26 00:29:09: client0152: SQLrun: INFO: Executing: create index "chg_record_end_date" on "sys"."chg" ("record_end_date")
#2024-04-26 00:29:09: client0152: SQLrun: INFO: Executing: create index "chg_t_expd_tm" on "sys"."chg" ("t_expd_tm")
#2024-04-26 00:29:09: client0152: SQLrun: INFO: Executing: create function get_r(in_cur_1 text, in_cur_2 text, in_chg_date timestamp)
#2024-04-26 00:29:10: client0152: SQLrun: INFO: Executing: select count(*) from test_fn where get_r(c1, '01', '2015-08-31 23:59:59')>1.0
#2024-04-26 00:29:10: client0152: SQLrun: INFO: Executing: alter table sys.chg drop constraint chg_pk_chg_rate_pkey
#2024-04-26 00:29:10: client0152: SQLrun: INFO: Executing: drop index "chg_c_cur_no_1"
#2024-04-26 00:29:10: client0152: SQLrun: INFO: Executing: drop index "chg_c_cur_no_2"
#2024-04-26 00:29:10: client0152: SQLrun: INFO: Executing: drop index "chg_record_end_date"
#2024-04-26 00:29:10: client0152: SQLrun: INFO: Executing: drop index "chg_t_expd_tm"
#2024-04-26 00:29:10: client0152: SQLrun: INFO: Executing: drop function get_r
#2024-04-26 00:29:10: client0152: SQLrun: INFO: Executing: drop table sys.test_fn
#2024-04-26 00:29:10: client0152: SQLrun: INFO: Executing: drop table sys.chg
#2024-04-26 00:29:10: client0157: 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
#2024-04-26 00:29:10: client0157: 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
#2024-04-26 00:29:10: client0157: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-26 00:29:10: client0157: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:10: client0157: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-26 00:29:10: client0157: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-26 00:29:10: client0157: SQLrun: INFO: Executing: call sys.setsessiontimeout(1200)
#2024-04-26 00:29:10: client0157: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-26 00:29:10: client0157: SQLrun: INFO: Executing: set debug = debug(0)