# MonetDB 5 server v11.50.0
# This is an unreleased version
# Serving database 'mTests_sql_test_copy', using 8 threads
# Compiled for x86_64-pc-linux-gnu/64bit with 128bit integers
# Found 31.303 GiB available main-memory of which we use 25.512 GiB
# Virtual memory usage limited to 8.000 GiB
# Copyright (c) 2024 MonetDB Foundation, all rights reserved
# Visit https://www.monetdb.org/ for further information
# MonetDB/GIS module loaded
# MonetDB/SQL module loaded
# Listening for connection requests on mapi:monetdb://lab06.da.cwi.nl:36163/
# Listening for UNIX domain connection requests on mapi:monetdb:///tmp/mtest-2811179/.s.monetdb.36163
#2024-04-25 21:43:34: 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-25 21:43:34: 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-25 21:43:34: client0019: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-25 21:43:34: client0019: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:34: client0019: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-25 21:43:34: client0019: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:34: client0019: SQLrun: INFO: Executing: call sys.setsessiontimeout(60)
#2024-04-25 21:43:34: client0019: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-25 21:43:34: client0019: SQLrun: INFO: Executing: start transaction
#2024-04-25 21:43:34: client0019: SQLrun: INFO: Executing: create table foo (s string)
#2024-04-25 21:43:34: client0019: SQLrun: INFO: Executing: copy 1 records into foo from stdin using delimiters ',',E'\n','"';
#2024-04-25 21:43:34: client0019: SQLrun: INFO: Executing: select * from foo
#2024-04-25 21:43:34: client0019: SQLrun: INFO: Executing: drop table foo
#2024-04-25 21:43:34: client0019: SQLrun: INFO: Executing: rollback
#2024-04-25 21:43:34: 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-25 21:43:34: 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-25 21:43:34: client0022: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-25 21:43:34: client0022: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:34: client0022: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-25 21:43:34: client0022: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:34: client0022: SQLrun: INFO: Executing: call sys.setsessiontimeout(60)
#2024-04-25 21:43:34: client0022: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-25 21:43:34: client0022: SQLrun: INFO: Executing: start transaction
#2024-04-25 21:43:34: client0022: SQLrun: INFO: Executing: create table t_str(s string, t string)
#2024-04-25 21:43:34: client0022: SQLrun: INFO: Executing: copy 1 records into t_str from stdin delimiters ',',E'\n';
#2024-04-25 21:43:34: client0022: SQLrun: INFO: Executing: copy 1 records into t_str from stdin delimiters ',',E'\n','"';
#2024-04-25 21:43:34: client0022: SQLrun: INFO: Executing: copy 1 records into t_str from stdin delimiters ',',E'\n','"';
#2024-04-25 21:43:34: client0022: SQLrun: INFO: Executing: copy 1 records into t_str from stdin delimiters ',',E'\n','"';
#2024-04-25 21:43:34: client0022: SQLrun: INFO: Executing: copy 1 records into t_str from stdin delimiters ',',E'\n','"';
#2024-04-25 21:43:34: client0022: SQLrun: INFO: Executing: select * from t_str
#2024-04-25 21:43:34: client0022: SQLrun: INFO: Executing: copy 1 records into t_str from stdin delimiters ',',E'\n','"';
#2024-04-25 21:43:34: client0022: SQLrun: INFO: Executing: select * from t_str
#2024-04-25 21:43:34: client0022: SQLrun: INFO: Executing: drop table t_str
#2024-04-25 21:43:34: client0022: SQLrun: INFO: Executing: rollback
#2024-04-25 21:43:34: 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-25 21:43:34: 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-25 21:43:34: client0035: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-25 21:43:34: client0035: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:34: client0035: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-25 21:43:34: client0035: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:34: client0035: SQLrun: INFO: Executing: call sys.setsessiontimeout(60)
#2024-04-25 21:43:34: client0035: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-25 21:43:34: client0035: SQLrun: INFO: Executing: start transaction
#2024-04-25 21:43:34: client0035: SQLrun: INFO: Executing: create table tt_str(s string, t string)
#2024-04-25 21:43:34: client0035: SQLrun: INFO: Executing: copy 3 records into tt_str from stdin delimiters ',',E'\n';
#2024-04-25 21:43:34: client0035: SQLrun: INFO: Executing: copy 1 records into tt_str from stdin delimiters ',',E'\n','"';
#2024-04-25 21:43:34: client0035: SQLrun: INFO: Executing: copy 1 records into tt_str from stdin delimiters ',',E'\n','"';
#2024-04-25 21:43:34: client0035: SQLrun: INFO: Executing: copy 1 records into tt_str from stdin delimiters ',',E'\n','"';
#2024-04-25 21:43:34: client0035: SQLrun: INFO: Executing: select * from tt_str
#2024-04-25 21:43:34: client0035: SQLrun: INFO: Executing: drop table tt_str
#2024-04-25 21:43:34: client0035: SQLrun: INFO: Executing: rollback
#2024-04-25 21:43:34: 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-25 21:43:34: 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-25 21:43:34: client0044: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-25 21:43:34: client0044: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:34: client0044: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-25 21:43:34: client0044: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:34: client0044: SQLrun: INFO: Executing: call sys.setsessiontimeout(60)
#2024-04-25 21:43:34: client0044: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-25 21:43:34: client0044: SQLrun: INFO: Executing: start transaction
#2024-04-25 21:43:34: client0044: SQLrun: INFO: Executing: create table null_as_string (i int, s string, d decimal(5,2))
#2024-04-25 21:43:34: client0044: SQLrun: INFO: Executing: copy 4 records into null_as_string from stdin delimiters ',',E'\n' null as '';
#2024-04-25 21:43:34: client0044: SQLrun: INFO: Executing: select * from null_as_string
#2024-04-25 21:43:34: client0044: SQLrun: INFO: Executing: delete from null_as_string
#2024-04-25 21:43:34: client0044: SQLrun: INFO: Executing: copy 4 records into null_as_string from stdin delimiters ',',E'\n';
#2024-04-25 21:43:34: client0044: SQLrun: INFO: Executing: select * from null_as_string
#2024-04-25 21:43:34: client0044: SQLrun: INFO: Executing: delete from null_as_string
#2024-04-25 21:43:34: client0044: SQLrun: INFO: Executing: copy 4 records into null_as_string from stdin delimiters ',',E'\n' null as E'\\N';
#2024-04-25 21:43:34: client0044: SQLrun: INFO: Executing: select * from null_as_string
#2024-04-25 21:43:34: client0044: SQLrun: INFO: Executing: delete from null_as_string
#2024-04-25 21:43:34: client0044: SQLrun: INFO: Executing: drop table null_as_string
#2024-04-25 21:43:34: client0044: SQLrun: INFO: Executing: rollback
#2024-04-25 21:43:34: 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-25 21:43:34: 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-25 21:43:34: client0051: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: call sys.setsessiontimeout(60)
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: create table null_as_string (i int, s string, d decimal(5,2))
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: copy 1 records into null_as_string from stdin delimiters ',',E'\n' null as '';
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: select * from sys.rejects
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: call sys.clearrejects()
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: copy 1 records into null_as_string from stdin delimiters ',',E'\n' null as '';
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: select * from sys.rejects
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: call sys.clearrejects()
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: copy 1 records into null_as_string from stdin delimiters ',',E'\n' null as '';
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: select * from sys.rejects
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: call sys.clearrejects()
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: copy 1 records into null_as_string from stdin delimiters ',',E'\n' null as '';
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: select * from null_as_string
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: delete from null_as_string
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: select * from sys.rejects
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: call sys.clearrejects()
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: copy 1 records into null_as_string from stdin delimiters ',',E'\n' best effort;
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: select * from sys.rejects
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: call sys.clearrejects()
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: copy 1 records into null_as_string from stdin delimiters ',',E'\n' best effort;
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: select * from sys.rejects
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: call sys.clearrejects()
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: copy 1 records into null_as_string from stdin delimiters ',',E'\n' best effort;
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: select * from sys.rejects
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: call sys.clearrejects()
#2024-04-25 21:43:34: client0051: SQLrun: INFO: Executing: copy 1 records into null_as_string from stdin delimiters ',',E'\n' best effort;
#2024-04-25 21:43:35: client0051: SQLrun: INFO: Executing: select * from null_as_string
#2024-04-25 21:43:35: client0051: SQLrun: INFO: Executing: delete from null_as_string
#2024-04-25 21:43:35: client0051: SQLrun: INFO: Executing: select * from sys.rejects
#2024-04-25 21:43:35: client0051: SQLrun: INFO: Executing: call sys.clearrejects()
#2024-04-25 21:43:35: client0051: SQLrun: INFO: Executing: drop table null_as_string
#2024-04-25 21:43:35: 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-25 21:43:35: 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-25 21:43:35: client0068: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-25 21:43:35: client0068: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0068: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-25 21:43:35: client0068: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0068: SQLrun: INFO: Executing: call sys.setsessiontimeout(60)
#2024-04-25 21:43:35: client0068: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-25 21:43:35: client0068: SQLrun: INFO: Executing: start transaction
#2024-04-25 21:43:35: client0068: SQLrun: INFO: Executing: create table null_as_string (i int, s string, d decimal(5,2))
#2024-04-25 21:43:35: client0068: SQLrun: INFO: Executing: copy 4 records into null_as_string from stdin delimiters ',',E'\n' null as '';
#2024-04-25 21:43:35: client0068: SQLrun: INFO: Executing: copy select * from null_as_string into stdout delimiters ',',E'\n' null as ''
#2024-04-25 21:43:35: client0068: SQLrun: INFO: Executing: delete from null_as_string
#2024-04-25 21:43:35: client0068: SQLrun: INFO: Executing: copy 4 records into null_as_string from stdin delimiters ',',E'\n';
#2024-04-25 21:43:35: client0068: SQLrun: INFO: Executing: copy select * from null_as_string into stdout delimiters ',',E'\n'
#2024-04-25 21:43:35: client0068: SQLrun: INFO: Executing: delete from null_as_string
#2024-04-25 21:43:35: client0068: SQLrun: INFO: Executing: copy 4 records into null_as_string from stdin delimiters ',',E'\n' null as E'\\N';
#2024-04-25 21:43:35: client0068: SQLrun: INFO: Executing: copy select * from null_as_string into stdout delimiters ',',E'\n' null as E'\\N'
#2024-04-25 21:43:35: client0068: SQLrun: INFO: Executing: delete from null_as_string
#2024-04-25 21:43:35: client0068: SQLrun: INFO: Executing: drop table null_as_string
#2024-04-25 21:43:35: client0068: SQLrun: INFO: Executing: rollback
#2024-04-25 21:43:35: 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-25 21:43:35: 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-25 21:43:35: client0075: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: call sys.setsessiontimeout(60)
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: start transaction
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: create table decimals(id int, d decimal(8,2))
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: create table secs(id int, i interval second)
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: create table days(id int, i interval day)
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: create table floats(id int, r real)
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: create table doubles(id int, d double)
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: savepoint tablescreated
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: copy 3 records into decimals from stdin;
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: select d from decimals order by id
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: delete from decimals
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: copy 3 records into decimals from stdin decimal as ',';
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: select d from decimals order by id
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: delete from decimals
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: copy 3 records into decimals from stdin decimal as ',', '_';
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: select d from decimals order by id
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: delete from decimals
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: copy 3 records into decimals from stdin decimal ',', '_';
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: select d from decimals order by id
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: delete from decimals
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: copy 2 records into secs from stdin;
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: select i from secs order by id
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: delete from secs
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: copy 2 records into days from stdin;
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: select i from days order by id
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: delete from days
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: copy 2 records into secs from stdin decimal as ',', '_';
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: select i from secs order by id
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: delete from secs
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: copy 2 records into days from stdin decimal as ',', '_';
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: select i from days order by id
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: delete from days
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: copy 2 records into floats from stdin;
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: select r from floats order by id
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: delete from floats
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: copy 2 records into doubles from stdin;
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: select d from doubles order by id
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: delete from doubles
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: copy 2 records into floats from stdin decimal as ',', '_';
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: select r from floats order by id
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: delete from floats
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: copy 2 records into doubles from stdin decimal as ',', '_';
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: select d from doubles order by id
#2024-04-25 21:43:35: client0075: SQLrun: INFO: Executing: delete from doubles
#2024-04-25 21:43:35: client0100: 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-25 21:43:35: client0100: 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-25 21:43:35: client0100: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: call sys.setsessiontimeout(60)
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: start transaction
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: create table t_int(i int)
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: copy 1 records into t_int from stdin using delimiters ',',E'\n','"' null as '' best effort;
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: select * from t_int
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: select * from sys.rejects
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: call sys.clearrejects()
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: delete from t_int
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: copy 2 records into t_int from stdin using delimiters ',',E'\n','"' null as '' best effort;
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: select * from t_int
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: select * from sys.rejects
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: call sys.clearrejects()
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: delete from t_int
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: copy 3 records into t_int from stdin using delimiters ',',E'\n','"' null as '' best effort;
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: select * from t_int
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: select * from sys.rejects
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: call sys.clearrejects()
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: delete from t_int
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: copy 5 records into t_int from stdin delimiters ',',E'\n' null as '""' best effort;
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: select * from t_int
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: select * from sys.rejects
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: call sys.clearrejects()
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: delete from t_int
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: drop table t_int
#2024-04-25 21:43:35: client0100: SQLrun: INFO: Executing: rollback
#2024-04-25 21:43:35: 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-25 21:43:35: 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-25 21:43:35: client0109: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-25 21:43:35: client0109: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0109: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-25 21:43:35: client0109: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0109: SQLrun: INFO: Executing: call sys.setsessiontimeout(60)
#2024-04-25 21:43:35: client0109: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-25 21:43:35: client0109: SQLrun: INFO: Executing: create table t_int(i int)
#2024-04-25 21:43:35: client0109: SQLrun: INFO: Executing: copy 1 records into t_int from stdin using delimiters ',',E'\n','"' null as '';
#2024-04-25 21:43:35: client0109: SQLrun: INFO: Executing: select * from t_int
#2024-04-25 21:43:35: client0109: SQLrun: INFO: Executing: delete from t_int
#2024-04-25 21:43:35: client0109: SQLrun: INFO: Executing: copy 2 records into t_int from stdin using delimiters ',',E'\n','"' null as '';
#2024-04-25 21:43:35: client0109: SQLrun: INFO: Executing: select * from t_int
#2024-04-25 21:43:35: client0109: SQLrun: INFO: Executing: delete from t_int
#2024-04-25 21:43:35: client0109: SQLrun: INFO: Executing: copy 3 records into t_int from stdin using delimiters ',',E'\n','"' null as '';
#2024-04-25 21:43:35: client0109: SQLrun: INFO: Executing: select * from t_int
#2024-04-25 21:43:35: client0109: SQLrun: INFO: Executing: delete from t_int
#2024-04-25 21:43:35: client0109: SQLrun: INFO: Executing: copy 5 records into t_int from stdin delimiters ',',E'\n','"' null as '';
#2024-04-25 21:43:35: client0109: SQLrun: INFO: Executing: select * from t_int
#2024-04-25 21:43:35: client0109: SQLrun: INFO: Executing: delete from t_int
#2024-04-25 21:43:35: client0109: SQLrun: INFO: Executing: drop table t_int
#2024-04-25 21:43:35: 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-25 21:43:35: 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-25 21:43:35: client0118: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-25 21:43:35: client0118: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0118: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-25 21:43:35: client0118: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0118: SQLrun: INFO: Executing: call sys.setsessiontimeout(60)
#2024-04-25 21:43:35: client0118: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-25 21:43:35: client0118: SQLrun: INFO: Executing: create table "sys"."number" (
#2024-04-25 21:43:35: client0118: SQLrun: INFO: Executing: copy 2 records into "number" from stdin using delimiters ';', E'\n';
#2024-04-25 21:43:35: client0118: SQLrun: INFO: Executing: select * from "number"
#2024-04-25 21:43:35: client0118: SQLrun: INFO: Executing: drop table "number"
#2024-04-25 21:43:35: client0118: SQLrun: INFO: Executing: select * from sys.rejects
#2024-04-25 21:43:35: client0118: SQLrun: INFO: Executing: call sys.clearrejects()
#2024-04-25 21:43:35: client0121: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id
#2024-04-25 21:43:35: client0121: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id
#2024-04-25 21:43:35: client0121: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-25 21:43:35: client0121: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0121: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-25 21:43:35: client0121: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0121: SQLrun: INFO: Executing: call sys.setsessiontimeout(60)
#2024-04-25 21:43:35: client0121: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-25 21:43:35: client0121: SQLrun: INFO: Executing: start transaction
#2024-04-25 21:43:35: client0121: SQLrun: INFO: Executing: set optimizer='minimal_pipe'
#2024-04-25 21:43:35: client0121: SQLrun: INFO: Executing: create table qsotarget(
#2024-04-25 21:43:35: client0121: SQLrun: INFO: Executing: copy 876 records into qsotarget from stdin using delimiters '|',E'\n';
#2024-04-25 21:43:35: client0121: SQLrun: INFO: Executing: set optimizer='default_pipe'
#2024-04-25 21:43:35: client0121: SQLrun: INFO: Executing: rollback
#2024-04-25 21:43:35: 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-25 21:43:35: 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-25 21:43:35: client0124: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-25 21:43:35: client0124: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0124: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-25 21:43:35: client0124: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0124: SQLrun: INFO: Executing: call sys.setsessiontimeout(60)
#2024-04-25 21:43:35: client0124: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-25 21:43:35: client0124: SQLrun: INFO: Executing: start transaction
#2024-04-25 21:43:35: client0124: SQLrun: INFO: Executing: create table orders_1 (o_orderkey int not null, o_custkey int not null, o_orderstatus varchar(1) not null, o_totalprice float not null, o_orderdate date not null, o_orderpriority varchar(15) not null, o_clerk varchar(15) not null, o_shippriority int not null, o_comment varchar(79) not null)
#2024-04-25 21:43:35: client0124: SQLrun: INFO: Executing: create table orders_2 (o_orderkey int not null, o_custkey int not null, o_orderstatus varchar(1) not null, o_totalprice float not null, o_orderdate date not null, o_orderpriority varchar(15) not null, o_clerk varchar(15) not null, o_shippriority int not null, o_comment varchar(79) not null)
#2024-04-25 21:43:35: client0124: SQLrun: INFO: Executing: copy 150 records into orders_1 from stdin using delimiters '|', E'|\n';
#2024-04-25 21:43:35: client0124: SQLrun: INFO: Executing: copy 150 records into orders_2 from stdin (o_orderkey, o_custkey, o_orderstatus, o_totalprice, o_orderdate '%Y-%m-%d', o_orderpriority, o_clerk, o_shippriority, o_comment ) using delimiters '|', E'|\n';
#2024-04-25 21:43:35: client0124: SQLrun: INFO: Executing: select * from orders_1 o1, orders_2 o2 where
#2024-04-25 21:43:35: client0124: SQLrun: INFO: Executing: select count(*) from orders_1
#2024-04-25 21:43:35: client0124: SQLrun: INFO: Executing: select count(*) from orders_2
#2024-04-25 21:43:35: client0124: SQLrun: INFO: Executing: rollback
#2024-04-25 21:43:35: 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-25 21:43:35: 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-25 21:43:35: client0129: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-25 21:43:35: client0129: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0129: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-25 21:43:35: client0129: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0129: SQLrun: INFO: Executing: call sys.setsessiontimeout(60)
#2024-04-25 21:43:35: client0129: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-25 21:43:35: client0129: SQLrun: INFO: Executing: create table cik1(i int, primary key(i))
#2024-04-25 21:43:35: client0129: SQLrun: INFO: Executing: create table cik2(i int, j int, primary key(i,j))
#2024-04-25 21:43:35: client0129: SQLrun: INFO: Executing: copy 4 records into cik1 from stdin using delimiters ',',E'\n','"' null as '';
#2024-04-25 21:43:35: client0129: SQLrun: INFO: Executing: select * from cik1
#2024-04-25 21:43:35: client0129: SQLrun: INFO: Executing: copy 4 records into cik2 from stdin using delimiters ',',E'\n','"' null as '';
#2024-04-25 21:43:35: client0129: SQLrun: INFO: Executing: select * from cik2
#2024-04-25 21:43:35: client0129: SQLrun: INFO: Executing: drop table cik1
#2024-04-25 21:43:35: client0129: SQLrun: INFO: Executing: drop table cik2
#2024-04-25 21:43:35: client0134: SQLrun: INFO: Executing: select s.name, t.name, case when t.type in (select table_type_id from sys.table_types where table_type_name like '%VIEW%') then 'VIEW' else 'TABLE' end from sys.tables t, sys.schemas s where not t.system and t.schema_id = s.id
#2024-04-25 21:43:35: client0134: SQLrun: INFO: Executing: select s.name, f.name, ft.function_type_keyword from functions f, schemas s, function_types ft where not f.system and f.schema_id = s.id and f.type = ft.function_type_id
#2024-04-25 21:43:35: client0134: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-25 21:43:35: client0134: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0134: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-25 21:43:35: client0134: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0134: SQLrun: INFO: Executing: call sys.setsessiontimeout(60)
#2024-04-25 21:43:35: client0134: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-25 21:43:35: client0134: SQLrun: INFO: Executing: create table nonutf8 (s string)
#2024-04-25 21:43:35: client0134: SQLrun: INFO: Executing: copy 2 records into nonutf8 from stdin escape;
#2024-04-25 21:43:35: client0134: SQLrun: INFO: Executing: select * from nonutf8
#2024-04-25 21:43:35: client0134: SQLrun: INFO: Executing: drop table nonutf8
#2024-04-25 21:43:35: 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-25 21:43:35: 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-25 21:43:35: client0137: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-25 21:43:35: client0137: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0137: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-25 21:43:35: client0137: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0137: SQLrun: INFO: Executing: call sys.setsessiontimeout(60)
#2024-04-25 21:43:35: client0137: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-25 21:43:35: client0137: SQLrun: INFO: Executing: start transaction
#2024-04-25 21:43:35: client0137: SQLrun: INFO: Executing: create table t_columns(i int, t string)
#2024-04-25 21:43:35: client0137: SQLrun: INFO: Executing: copy 7 records into t_columns from stdin delimiters ',',E'\n' best effort;
#2024-04-25 21:43:35: client0137: SQLrun: INFO: Executing: select * from t_columns
#2024-04-25 21:43:35: client0137: SQLrun: INFO: Executing: select * from sys.rejects()
#2024-04-25 21:43:35: client0137: SQLrun: INFO: Executing: drop table t_columns
#2024-04-25 21:43:35: client0137: SQLrun: INFO: Executing: rollback
#2024-04-25 21:43:35: 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-25 21:43:35: 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-25 21:43:35: client0140: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-25 21:43:35: client0140: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0140: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-25 21:43:35: client0140: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0140: SQLrun: INFO: Executing: call sys.setsessiontimeout(60)
#2024-04-25 21:43:35: client0140: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-25 21:43:35: client0140: SQLrun: INFO: Executing: create table tbl (i int, s string, d decimal(5, 2))
#2024-04-25 21:43:35: client0140: SQLrun: INFO: Executing: copy 3 records into tbl (i, d) from stdin delimiters ',',E'\n';
#2024-04-25 21:43:35: client0140: SQLrun: INFO: Executing: select * from tbl
#2024-04-25 21:43:35: client0140: SQLrun: INFO: Executing: drop table tbl
#2024-04-25 21:43:35: client0140: SQLrun: INFO: Executing: create table tbl (i int, s string, d decimal(5, 2))
#2024-04-25 21:43:35: client0140: SQLrun: INFO: Executing: copy 3 records into tbl (i, d) from stdin delimiters ',',E'\n';
#2024-04-25 21:43:35: client0140: SQLrun: INFO: Executing: select * from tbl
#2024-04-25 21:43:35: client0140: SQLrun: INFO: Executing: drop table tbl
#2024-04-25 21:43:35: client0140: SQLrun: INFO: Executing: create table tbl (i int, s string, d decimal(5, 2))
#2024-04-25 21:43:35: client0140: SQLrun: INFO: Executing: copy 3 records into tbl (i, d) from stdin (i, d) delimiters ',',E'\n';
#2024-04-25 21:43:35: client0140: SQLrun: INFO: Executing: select * from tbl
#2024-04-25 21:43:35: client0140: SQLrun: INFO: Executing: drop table tbl
#2024-04-25 21:43:35: 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-25 21:43:35: 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-25 21:43:35: client0147: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-25 21:43:35: client0147: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0147: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-25 21:43:35: client0147: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0147: SQLrun: INFO: Executing: call sys.setsessiontimeout(60)
#2024-04-25 21:43:35: client0147: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-25 21:43:35: client0147: SQLrun: INFO: Executing: start transaction
#2024-04-25 21:43:35: client0147: SQLrun: INFO: Executing: create table if not exists json_data (id int, jdata json)
#2024-04-25 21:43:35: client0147: SQLrun: INFO: Executing: copy 4 records into json_data from stdin delimiters E',',E'\n';
#2024-04-25 21:43:35: client0147: SQLrun: INFO: Executing: copy 4 records into json_data from stdin delimiters E',',E'\n' no escape;
#2024-04-25 21:43:35: client0147: SQLrun: INFO: Executing: select * from json_data
#2024-04-25 21:43:35: client0147: SQLrun: INFO: Executing: rollback
#2024-04-25 21:43:35: client0147: SQLrun: INFO: Executing: start transaction
#2024-04-25 21:43:35: client0147: SQLrun: INFO: Executing: create table if not exists str_data (id int, bdata text)
#2024-04-25 21:43:35: client0147: SQLrun: INFO: Executing: copy 5 records into str_data from stdin delimiters E',',E'\n';
#2024-04-25 21:43:35: client0147: SQLrun: INFO: Executing: copy 5 records into str_data from stdin delimiters E',',E'\n' no escape;
#2024-04-25 21:43:35: client0147: SQLrun: INFO: Executing: select * from str_data
#2024-04-25 21:43:35: client0147: SQLrun: INFO: Executing: rollback
#2024-04-25 21:43:35: client0156: 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-25 21:43:35: client0156: 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-25 21:43:35: client0156: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-25 21:43:35: client0156: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0156: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-25 21:43:35: client0156: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0156: SQLrun: INFO: Executing: call sys.setsessiontimeout(60)
#2024-04-25 21:43:35: client0156: SQLrun: INFO: Executing: select * from sys.types where sqlname = 'hugeint'
#2024-04-25 21:43:35: client0156: SQLrun: INFO: Executing: start transaction
#2024-04-25 21:43:35: client0156: SQLrun: INFO: Executing: create table if not exists json_data (id int, jdata json)
#2024-04-25 21:43:35: client0156: SQLrun: INFO: Executing: copy 2 records into json_data from stdin delimiters E',',E'\n',E'|';
#2024-04-25 21:43:35: client0156: SQLrun: INFO: Executing: copy 2 records into json_data from stdin delimiters E',',E'\n',E'|' no escape;
#2024-04-25 21:43:35: client0156: SQLrun: INFO: Executing: select * from json_data
#2024-04-25 21:43:35: client0156: SQLrun: INFO: Executing: rollback
#2024-04-25 21:43:35: client0161: 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-25 21:43:35: client0161: 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-25 21:43:35: client0161: SQLrun: INFO: Executing: select s.name, q.name from sys.sequences q, schemas s where q.schema_id = s.id
#2024-04-25 21:43:35: client0161: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0161: SQLrun: INFO: Executing: select name from sys.schemas where not system
#2024-04-25 21:43:35: client0161: SQLrun: INFO: Executing: select name from sys.users where name not in ('monetdb', '.snapshot')
#2024-04-25 21:43:35: client0162: SQLrun: INFO: Executing: drop table if exists foo
#2024-04-25 21:43:35: client0162: SQLrun: INFO: Executing: create table foo(i int, t text)
#2024-04-25 21:43:35: client0162: SQLrun: INFO: Executing: copy into foo from r'/export/scratch1/home/monet/testing/96f5573643e9-5-1-3/tmp/crlf_test_unix_tad9squo.csv' using delimiters ',', E'\n'
#2024-04-25 21:43:35: client0162: SQLrun: INFO: Executing: select i, length(t) from foo
#2024-04-25 21:43:35: client0162: SQLrun: INFO: Executing: drop table if exists foo
#2024-04-25 21:43:35: client0162: SQLrun: INFO: Executing: create table foo(i int, t text)
#2024-04-25 21:43:35: client0162: SQLrun: INFO: Executing: copy into foo from r'/export/scratch1/home/monet/testing/96f5573643e9-5-1-3/tmp/crlf_test_dos_afpslfd9.csv' using delimiters ',', E'\n'
#2024-04-25 21:43:35: client0162: SQLrun: INFO: Executing: select i, length(t) from foo
#2024-04-25 21:43:35: client0162: SQLrun: INFO: Executing: drop table if exists foo
#2024-04-25 21:43:35: client0162: SQLrun: INFO: Executing: create table foo(i int, t text)
#2024-04-25 21:43:35: client0162: SQLrun: INFO: Executing: copy into foo from r'/export/scratch1/home/monet/testing/96f5573643e9-5-1-3/tmp/crlf_test_dos_as_unix_jsqf_020.csv' using delimiters ',', E'\n'
#2024-04-25 21:43:35: client0162: SQLrun: INFO: Executing: select i, length(t) from foo
#2024-04-25 21:43:35: client0162: SQLrun: INFO: Executing: drop table if exists foo
#2024-04-25 21:43:35: client0162: SQLrun: INFO: Executing: create table foo(i int, t text)
#2024-04-25 21:43:35: client0162: SQLrun: INFO: Executing: copy into foo from r'/export/scratch1/home/monet/testing/96f5573643e9-5-1-3/tmp/crlf_test_unix_as_dos_e61c5gjm.csv' using delimiters ',', E'\r\n'
#2024-04-25 21:43:35: client0162: SQLrun: INFO: Executing: select i, length(t) from foo
#2024-04-25 21:43:35: client0175: SQLrun: INFO: Executing: select count(*), max(id) from sys.bbp()
#SIGUSR1 info start
#Virtual memory allocated: 10994256, of which 8110672 with malloc
#gdk_vm_maxsize: 8589934592, gdk_mem_maxsize: 27393153454
#gdk_mmap_minsize_persistent 262144, gdk_mmap_minsize_transient 1712072090
#Virtual size: 2424438784, anonymous RSS: 61931520, shared RSS: 43384832 (together: 105316352)
#fix, dirty, persistent, loaded, hot: 6 bats, 7168 virtual, 7168 malloc
#fix, dirty, transient, loaded, hot: 1709 bats, 51400 virtual, 51400 malloc
#no fix, dirty, persistent, loaded, hot: 117 bats, 381696 virtual, 381696 malloc
#no fix, dirty, transient, loaded, hot: 57 bats, 65280 virtual, 65280 malloc
#no fix, clean, persistent, loaded, hot: 126 bats, 4131351 virtual, 1247767 malloc
#2140 bats total, 2015 in use, 41 free bats in common shared list
#client0175, tid 175, Thread 0x7ff7a17ee6c0, LWP 2854393, 0 free bats, waiting for nothing, working on exiting
#heartbeat, tid 16, Thread 0x7ff7a19ef6c0, LWP 2854212, 0 free bats, waiting for nothing, working on sleeping
#listenThread, tid 15, Thread 0x7ff7a02196c0, LWP 2854211, 0 free bats, waiting for nothing, working on nothing
#logmanager, tid 14, Thread 0x7ff77694b6c0, LWP 2854209, 18 free bats, waiting for nothing, working on sleeping
#DFLOWworker0011, tid 11, Thread 0x7ff7a1bf06c0, LWP 2854206, 8 free bats, waiting for semaphore todo, working on waiting for work
#DFLOWworker0010, tid 10, Thread 0x7ff7a1df16c0, LWP 2854205, 9 free bats, waiting for semaphore todo, working on waiting for work
#DFLOWworker0009, tid 9, Thread 0x7ff7a1ff26c0, LWP 2854204, 15 free bats, waiting for semaphore todo, working on waiting for work
#DFLOWworker0008, tid 8, Thread 0x7ff7a21f36c0, LWP 2854203, 6 free bats, waiting for semaphore todo, working on waiting for work
#DFLOWworker0007, tid 7, Thread 0x7ff7a23f46c0, LWP 2854202, 5 free bats, waiting for semaphore DFLOWsema0007, working on idle, waiting for new client
#DFLOWworker0006, tid 6, Thread 0x7ff7a25f56c0, LWP 2854201, 6 free bats, waiting for semaphore DFLOWsema0006, working on idle, waiting for new client
#DFLOWworker0005, tid 5, Thread 0x7ff7a27f66c0, LWP 2854200, 6 free bats, waiting for semaphore todo, working on waiting for work
#DFLOWworker0004, tid 4, Thread 0x7ff7a29f76c0, LWP 2854199, 8 free bats, waiting for semaphore todo, working on waiting for work
#DFLOWworker0003, tid 3, Thread 0x7ff7a2bf86c0, LWP 2854198, 3 free bats, waiting for semaphore todo, working on waiting for work
#BBPmanager, tid 2, Thread 0x7ff7ec5a76c0, LWP 2854197, 0 free bats, waiting for nothing, working on sleeping
#main thread, tid 1, Thread 0x7ff7ee34c740, LWP 2854196, 0 free bats, waiting for nothing, working on nothing
#0 active clients, 0 finishing clients, 0 blocked clients
#SQL store oldest pending 535
#logger sql:
#current log file 16, last handled log file 13
#current transaction id 38, saved transaction id 28
#number of flushers: 0
#number of catalog entries 252, of which 0 deleted
#pending range 14: drops 0, last_ts 504, flushed_ts 504, refcount 0
#pending range 15: drops 27, last_ts 526, flushed_ts 526, refcount 0
#pending range 16: drops 0, last_ts 530, flushed_ts 530, refcount 1, file size 830 (current)
#SIGUSR1 info end
Mismatch in free bats: total bats = 2140, #free = 125, #used = 0