Skip to content

Instantly share code, notes, and snippets.

@knikolla
Created October 23, 2023 14:58
Show Gist options
  • Save knikolla/0c82307a8972c93d3734e662ce629fc6 to your computer and use it in GitHub Desktop.
Save knikolla/0c82307a8972c93d3734e662ce629fc6 to your computer and use it in GitHub Desktop.
Database Queries During Devstack Setup.sh
This file has been truncated, but you can view the full file.
/usr/sbin/mysqld, Version: 8.0.34-0ubuntu0.22.04.1 ((Ubuntu)). started with:
Tcp port: 3306 Unix socket: /var/run/mysqld/mysqld.sock
Time Id Command Argument
# Time: 2023-10-22T17:01:01.741022Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 8
# Query_time: 0.000137 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994061;
select @@version_comment limit 1;
# Time: 2023-10-22T17:01:01.743559Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 8
# Query_time: 0.002469 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994061;
DROP DATABASE IF EXISTS keystone;
# Time: 2023-10-22T17:01:01.743823Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 8
# Query_time: 0.000079 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994061;
SELECT DATABASE();
# Time: 2023-10-22T17:01:01.744287Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 8
# Query_time: 0.000001 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 1
SET timestamp=1697994061;
# administrator command: Quit;
# Time: 2023-10-22T17:01:01.760645Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 9
# Query_time: 0.000085 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994061;
select @@version_comment limit 1;
# Time: 2023-10-22T17:01:01.764605Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 9
# Query_time: 0.003817 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994061;
CREATE DATABASE keystone CHARACTER SET utf8;
# Time: 2023-10-22T17:01:01.765033Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 9
# Query_time: 0.000003 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994061;
# administrator command: Quit;
# Time: 2023-10-22T17:01:02.599506Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.000053 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
use keystone;
SET timestamp=1697994062;
SET NAMES utf8;
# Time: 2023-10-22T17:01:02.599556Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
SET AUTOCOMMIT = 0;
# Time: 2023-10-22T17:01:02.599652Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
SET SESSION sql_mode = 'TRADITIONAL';
# Time: 2023-10-22T17:01:02.601880Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.002158 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994062;
SHOW VARIABLES LIKE 'sql_mode';
# Time: 2023-10-22T17:01:02.602481Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.000045 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
SET NAMES utf8;
# Time: 2023-10-22T17:01:02.602808Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.000070 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994062;
SELECT VERSION();
# Time: 2023-10-22T17:01:02.603168Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.000038 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994062;
SELECT DATABASE();
# Time: 2023-10-22T17:01:02.603429Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.000042 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994062;
SELECT @@transaction_isolation;
# Time: 2023-10-22T17:01:02.603564Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.000036 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994062;
SELECT @@sql_mode;
# Time: 2023-10-22T17:01:02.603733Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.000035 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994062;
SELECT @@lower_case_table_names;
# Time: 2023-10-22T17:01:02.604085Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
ROLLBACK;
# Time: 2023-10-22T17:01:02.604202Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.000038 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
SET SESSION sql_mode = 'TRADITIONAL';
# Time: 2023-10-22T17:01:02.605393Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.000036 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994062;
SELECT 1;
# Time: 2023-10-22T17:01:02.605833Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
ROLLBACK;
# Time: 2023-10-22T17:01:02.606425Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994062;
SELECT 1;
# Time: 2023-10-22T17:01:02.610090Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.001075 Lock_time: 0.000003 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994062;
SELECT COUNT(*) FROM information_schema.tables WHERE table_schema = 'keystone' AND table_name = 'alembic_version';
# Time: 2023-10-22T17:01:02.610749Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.000311 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994062;
SELECT COUNT(*) FROM information_schema.tables WHERE table_schema = 'keystone' AND table_name = 'alembic_version';
# Time: 2023-10-22T17:01:02.624553Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.013439 Lock_time: 0.000006 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
CREATE TABLE alembic_version (
version_num VARCHAR(32) NOT NULL,
CONSTRAINT alembic_version_pkc PRIMARY KEY (version_num)
);
# Time: 2023-10-22T17:01:02.640987Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.005671 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
ALTER DATABASE keystone DEFAULT CHARACTER SET utf8;
# Time: 2023-10-22T17:01:02.657755Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.015732 Lock_time: 0.000007 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
CREATE TABLE application_credential (
internal_id INTEGER NOT NULL AUTO_INCREMENT,
id VARCHAR(64) NOT NULL,
name VARCHAR(255) NOT NULL,
secret_hash VARCHAR(255) NOT NULL,
description TEXT,
user_id VARCHAR(64) NOT NULL,
project_id VARCHAR(64),
expires_at BIGINT,
`system` VARCHAR(64),
unrestricted BOOL,
PRIMARY KEY (internal_id),
CONSTRAINT duplicate_app_cred_constraint UNIQUE (user_id, name)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:02.670199Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.011484 Lock_time: 0.000004 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
CREATE TABLE assignment (
type ENUM('UserProject','GroupProject','UserDomain','GroupDomain') NOT NULL,
actor_id VARCHAR(64) NOT NULL,
target_id VARCHAR(64) NOT NULL,
role_id VARCHAR(64) NOT NULL,
inherited BOOL NOT NULL,
PRIMARY KEY (type, actor_id, target_id, role_id, inherited)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:02.698576Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.014758 Lock_time: 0.000005 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
CREATE TABLE access_rule (
id INTEGER NOT NULL AUTO_INCREMENT,
service VARCHAR(64),
path VARCHAR(128),
method VARCHAR(16),
external_id VARCHAR(64),
user_id VARCHAR(64),
PRIMARY KEY (id),
CONSTRAINT access_rule_external_id_key UNIQUE (external_id),
CONSTRAINT duplicate_access_rule_for_user_constraint UNIQUE (user_id, service, path, method)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:02.732091Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.014382 Lock_time: 0.000004 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
CREATE TABLE config_register (
type VARCHAR(64) NOT NULL,
domain_id VARCHAR(64) NOT NULL,
PRIMARY KEY (type)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:02.745740Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.013113 Lock_time: 0.000005 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
CREATE TABLE consumer (
id VARCHAR(64) NOT NULL,
description VARCHAR(64),
secret VARCHAR(64) NOT NULL,
extra TEXT NOT NULL,
PRIMARY KEY (id)
);
# Time: 2023-10-22T17:01:02.759565Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.012833 Lock_time: 0.000007 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
CREATE TABLE credential (
id VARCHAR(64) NOT NULL,
user_id VARCHAR(64) NOT NULL,
project_id VARCHAR(64),
type VARCHAR(255) NOT NULL,
extra TEXT,
key_hash VARCHAR(64) NOT NULL,
encrypted_blob TEXT NOT NULL,
PRIMARY KEY (id)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:02.774884Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.014743 Lock_time: 0.000006 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
CREATE TABLE `group` (
id VARCHAR(64) NOT NULL,
domain_id VARCHAR(64) NOT NULL,
name VARCHAR(64) NOT NULL,
description TEXT,
extra TEXT,
PRIMARY KEY (id),
CONSTRAINT ixu_group_name_domain_id UNIQUE (domain_id, name)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:02.788470Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.012896 Lock_time: 0.000005 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
CREATE TABLE id_mapping (
public_id VARCHAR(64) NOT NULL,
domain_id VARCHAR(64) NOT NULL,
local_id VARCHAR(255) NOT NULL,
entity_type ENUM('user','group') NOT NULL,
PRIMARY KEY (public_id),
CONSTRAINT domain_id UNIQUE (domain_id, local_id, entity_type)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:02.799760Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.010530 Lock_time: 0.000005 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
CREATE TABLE identity_provider (
id VARCHAR(64) NOT NULL,
enabled BOOL NOT NULL,
description TEXT,
domain_id VARCHAR(64) NOT NULL,
authorization_ttl INTEGER,
PRIMARY KEY (id)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:02.817494Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.017069 Lock_time: 0.000011 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
CREATE TABLE idp_remote_ids (
idp_id VARCHAR(64),
remote_id VARCHAR(255) NOT NULL,
PRIMARY KEY (remote_id),
FOREIGN KEY(idp_id) REFERENCES identity_provider (id) ON DELETE CASCADE
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:02.830216Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.012253 Lock_time: 0.000010 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
CREATE TABLE mapping (
id VARCHAR(64) NOT NULL,
rules TEXT NOT NULL,
PRIMARY KEY (id)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:02.843659Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.012655 Lock_time: 0.000004 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
CREATE TABLE policy (
id VARCHAR(64) NOT NULL,
type VARCHAR(255) NOT NULL,
`blob` TEXT NOT NULL,
extra TEXT,
PRIMARY KEY (id)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:02.860251Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.016017 Lock_time: 0.000006 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
CREATE TABLE policy_association (
id VARCHAR(64) NOT NULL,
policy_id VARCHAR(64) NOT NULL,
endpoint_id VARCHAR(64),
service_id VARCHAR(64),
region_id VARCHAR(64),
PRIMARY KEY (id),
UNIQUE (endpoint_id, service_id, region_id)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:02.876160Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.014851 Lock_time: 0.000006 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
CREATE TABLE project (
id VARCHAR(64) NOT NULL,
name VARCHAR(64) NOT NULL,
extra TEXT,
description TEXT,
enabled BOOL,
domain_id VARCHAR(64) NOT NULL,
parent_id VARCHAR(64),
is_domain BOOL NOT NULL DEFAULT '0',
PRIMARY KEY (id),
CONSTRAINT ixu_project_name_domain_id UNIQUE (domain_id, name),
CONSTRAINT project_domain_id_fkey FOREIGN KEY(domain_id) REFERENCES project (id),
CONSTRAINT project_parent_id_fkey FOREIGN KEY(parent_id) REFERENCES project (id)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:02.888492Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.011794 Lock_time: 0.000076 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
CREATE TABLE project_endpoint (
endpoint_id VARCHAR(64) NOT NULL,
project_id VARCHAR(64) NOT NULL,
PRIMARY KEY (endpoint_id, project_id)
);
# Time: 2023-10-22T17:01:02.900382Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.011279 Lock_time: 0.000009 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
CREATE TABLE project_option (
project_id VARCHAR(64) NOT NULL,
option_id VARCHAR(4) NOT NULL,
option_value TEXT,
PRIMARY KEY (project_id, option_id),
FOREIGN KEY(project_id) REFERENCES project (id) ON DELETE CASCADE
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:02.916142Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.015121 Lock_time: 0.000011 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
CREATE TABLE project_tag (
project_id VARCHAR(64) NOT NULL,
name VARCHAR(255) NOT NULL,
PRIMARY KEY (project_id, name),
UNIQUE (project_id, name),
FOREIGN KEY(project_id) REFERENCES project (id) ON DELETE CASCADE
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:02.930126Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.013346 Lock_time: 0.000005 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
CREATE TABLE region (
id VARCHAR(255) NOT NULL,
description VARCHAR(255) NOT NULL,
parent_region_id VARCHAR(255),
extra TEXT,
PRIMARY KEY (id)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:02.943364Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.012531 Lock_time: 0.000007 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
CREATE TABLE registered_limit (
id VARCHAR(64) NOT NULL,
service_id VARCHAR(255),
region_id VARCHAR(64),
resource_name VARCHAR(255),
default_limit INTEGER NOT NULL,
description TEXT,
internal_id INTEGER NOT NULL AUTO_INCREMENT,
PRIMARY KEY (internal_id),
CONSTRAINT registered_limit_id_key UNIQUE (id)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:02.960069Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.014925 Lock_time: 0.000011 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
CREATE TABLE request_token (
id VARCHAR(64) NOT NULL,
request_secret VARCHAR(64) NOT NULL,
verifier VARCHAR(64),
authorizing_user_id VARCHAR(64),
requested_project_id VARCHAR(64) NOT NULL,
role_ids TEXT,
consumer_id VARCHAR(64) NOT NULL,
expires_at VARCHAR(64),
PRIMARY KEY (id),
FOREIGN KEY(consumer_id) REFERENCES consumer (id)
);
# Time: 2023-10-22T17:01:02.991656Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.014490 Lock_time: 0.000006 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994062;
CREATE TABLE revocation_event (
id INTEGER NOT NULL AUTO_INCREMENT,
domain_id VARCHAR(64),
project_id VARCHAR(64),
user_id VARCHAR(64),
role_id VARCHAR(64),
trust_id VARCHAR(64),
consumer_id VARCHAR(64),
access_token_id VARCHAR(64),
issued_before DATETIME NOT NULL,
expires_at DATETIME,
revoked_at DATETIME NOT NULL,
audit_id VARCHAR(32),
audit_chain_id VARCHAR(32),
PRIMARY KEY (id)
);
# Time: 2023-10-22T17:01:03.106580Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.032330 Lock_time: 0.000009 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
CREATE TABLE `role` (
id VARCHAR(64) NOT NULL,
name VARCHAR(255) NOT NULL,
extra TEXT,
domain_id VARCHAR(64) NOT NULL DEFAULT '<<null>>',
description VARCHAR(255),
PRIMARY KEY (id),
CONSTRAINT ixu_role_name_domain_id UNIQUE (name, domain_id)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:03.133194Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.025685 Lock_time: 0.000037 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
CREATE TABLE role_option (
role_id VARCHAR(64) NOT NULL,
option_id VARCHAR(4) NOT NULL,
option_value TEXT,
PRIMARY KEY (role_id, option_id),
FOREIGN KEY(role_id) REFERENCES `role` (id) ON DELETE CASCADE
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:03.155641Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.021884 Lock_time: 0.000006 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
CREATE TABLE sensitive_config (
domain_id VARCHAR(64) NOT NULL,
`group` VARCHAR(255) NOT NULL,
`option` VARCHAR(255) NOT NULL,
value TEXT NOT NULL,
PRIMARY KEY (domain_id, `group`, `option`)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:03.182717Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.026207 Lock_time: 0.000006 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
CREATE TABLE service (
id VARCHAR(64) NOT NULL,
type VARCHAR(255),
enabled BOOL NOT NULL DEFAULT '1',
extra TEXT,
PRIMARY KEY (id)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:03.198885Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.015061 Lock_time: 0.000007 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
CREATE TABLE service_provider (
auth_url VARCHAR(256) NOT NULL,
id VARCHAR(64) NOT NULL,
enabled BOOL NOT NULL,
description TEXT,
sp_url VARCHAR(256) NOT NULL,
relay_state_prefix VARCHAR(256) NOT NULL DEFAULT 'ss:mem:',
PRIMARY KEY (id)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:03.210113Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.010509 Lock_time: 0.000009 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
CREATE TABLE system_assignment (
type VARCHAR(64) NOT NULL,
actor_id VARCHAR(64) NOT NULL,
target_id VARCHAR(64) NOT NULL,
role_id VARCHAR(64) NOT NULL,
inherited BOOL NOT NULL,
PRIMARY KEY (type, actor_id, target_id, role_id, inherited)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:03.223236Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.012485 Lock_time: 0.000009 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
CREATE TABLE token (
id VARCHAR(64) NOT NULL,
expires DATETIME,
extra TEXT,
valid BOOL NOT NULL,
trust_id VARCHAR(64),
user_id VARCHAR(64),
PRIMARY KEY (id)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:03.281932Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.015914 Lock_time: 0.000007 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
CREATE TABLE trust (
id VARCHAR(64) NOT NULL,
trustor_user_id VARCHAR(64) NOT NULL,
trustee_user_id VARCHAR(64) NOT NULL,
project_id VARCHAR(64),
impersonation BOOL NOT NULL,
deleted_at DATETIME,
expires_at DATETIME,
remaining_uses INTEGER,
extra TEXT,
expires_at_int BIGINT,
redelegated_trust_id VARCHAR(64),
redelegation_count INTEGER,
PRIMARY KEY (id),
CONSTRAINT duplicate_trust_constraint_expanded UNIQUE (trustor_user_id, trustee_user_id, project_id, impersonation, expires_at, expires_at_int)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:03.294208Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.011833 Lock_time: 0.000007 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
CREATE TABLE trust_role (
trust_id VARCHAR(64) NOT NULL,
role_id VARCHAR(64) NOT NULL,
PRIMARY KEY (trust_id, role_id)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:03.312401Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.017548 Lock_time: 0.000008 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
CREATE TABLE user (
id VARCHAR(64) NOT NULL,
extra TEXT,
enabled BOOL,
default_project_id VARCHAR(64),
created_at DATETIME,
last_active_at DATE,
domain_id VARCHAR(64) NOT NULL,
PRIMARY KEY (id),
CONSTRAINT ixu_user_id_domain_id UNIQUE (id, domain_id)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:03.343750Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.017285 Lock_time: 0.000012 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
CREATE TABLE user_group_membership (
user_id VARCHAR(64) NOT NULL,
group_id VARCHAR(64) NOT NULL,
PRIMARY KEY (user_id, group_id),
CONSTRAINT fk_user_group_membership_user_id FOREIGN KEY(user_id) REFERENCES user (id),
CONSTRAINT fk_user_group_membership_group_id FOREIGN KEY(group_id) REFERENCES `group` (id)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:03.384660Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.021375 Lock_time: 0.000013 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
CREATE TABLE user_option (
user_id VARCHAR(64) NOT NULL,
option_id VARCHAR(4) NOT NULL,
option_value TEXT,
PRIMARY KEY (user_id, option_id),
FOREIGN KEY(user_id) REFERENCES user (id) ON DELETE CASCADE
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:03.399485Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.014123 Lock_time: 0.000007 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
CREATE TABLE whitelisted_config (
domain_id VARCHAR(64) NOT NULL,
`group` VARCHAR(255) NOT NULL,
`option` VARCHAR(255) NOT NULL,
value TEXT NOT NULL,
PRIMARY KEY (domain_id, `group`, `option`)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:03.415864Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.015430 Lock_time: 0.000013 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
CREATE TABLE access_token (
id VARCHAR(64) NOT NULL,
access_secret VARCHAR(64) NOT NULL,
authorizing_user_id VARCHAR(64) NOT NULL,
project_id VARCHAR(64) NOT NULL,
role_ids TEXT NOT NULL,
consumer_id VARCHAR(64) NOT NULL,
expires_at VARCHAR(64),
PRIMARY KEY (id),
FOREIGN KEY(consumer_id) REFERENCES consumer (id)
);
# Time: 2023-10-22T17:01:03.451680Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.012409 Lock_time: 0.000007 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
CREATE TABLE application_credential_role (
application_credential_id INTEGER NOT NULL,
role_id VARCHAR(64) NOT NULL,
PRIMARY KEY (application_credential_id, role_id),
FOREIGN KEY(application_credential_id) REFERENCES application_credential (internal_id) ON DELETE CASCADE
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:03.467694Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.015312 Lock_time: 0.000009 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
CREATE TABLE application_credential_access_rule (
application_credential_id INTEGER NOT NULL,
access_rule_id INTEGER NOT NULL,
PRIMARY KEY (application_credential_id, access_rule_id),
FOREIGN KEY(application_credential_id) REFERENCES application_credential (internal_id) ON DELETE CASCADE,
FOREIGN KEY(access_rule_id) REFERENCES access_rule (id) ON DELETE CASCADE
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:03.488428Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.019597 Lock_time: 0.000012 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
CREATE TABLE endpoint (
id VARCHAR(64) NOT NULL,
legacy_endpoint_id VARCHAR(64),
interface VARCHAR(8) NOT NULL,
service_id VARCHAR(64) NOT NULL,
url TEXT NOT NULL,
extra TEXT,
enabled BOOL NOT NULL DEFAULT '1',
region_id VARCHAR(255),
PRIMARY KEY (id),
CONSTRAINT endpoint_service_id_fkey FOREIGN KEY(service_id) REFERENCES service (id),
CONSTRAINT fk_endpoint_region_id FOREIGN KEY(region_id) REFERENCES region (id)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:03.512561Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.010867 Lock_time: 0.000005 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
CREATE TABLE endpoint_group (
id VARCHAR(64) NOT NULL,
name VARCHAR(255) NOT NULL,
description TEXT,
filters TEXT NOT NULL,
PRIMARY KEY (id)
);
# Time: 2023-10-22T17:01:03.534317Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.021033 Lock_time: 0.000013 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
CREATE TABLE expiring_user_group_membership (
user_id VARCHAR(64) NOT NULL,
group_id VARCHAR(64) NOT NULL,
idp_id VARCHAR(64) NOT NULL,
last_verified DATETIME NOT NULL,
PRIMARY KEY (user_id, group_id, idp_id),
FOREIGN KEY(user_id) REFERENCES user (id),
FOREIGN KEY(group_id) REFERENCES `group` (id),
FOREIGN KEY(idp_id) REFERENCES identity_provider (id) ON DELETE CASCADE
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:03.551780Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.016568 Lock_time: 0.000009 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
CREATE TABLE federation_protocol (
id VARCHAR(64) NOT NULL,
idp_id VARCHAR(64) NOT NULL,
mapping_id VARCHAR(64) NOT NULL,
remote_id_attribute VARCHAR(64),
PRIMARY KEY (id, idp_id),
FOREIGN KEY(idp_id) REFERENCES identity_provider (id) ON DELETE CASCADE
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:03.571597Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.018962 Lock_time: 0.000010 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
CREATE TABLE implied_role (
prior_role_id VARCHAR(64) NOT NULL,
implied_role_id VARCHAR(64) NOT NULL,
PRIMARY KEY (prior_role_id, implied_role_id),
CONSTRAINT implied_role_prior_role_id_fkey FOREIGN KEY(prior_role_id) REFERENCES `role` (id) ON DELETE CASCADE,
CONSTRAINT implied_role_implied_role_id_fkey FOREIGN KEY(implied_role_id) REFERENCES `role` (id) ON DELETE CASCADE
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:03.586249Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.014088 Lock_time: 0.000007 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
CREATE TABLE `limit` (
id VARCHAR(64) NOT NULL,
project_id VARCHAR(64),
resource_limit INTEGER NOT NULL,
description TEXT,
internal_id INTEGER NOT NULL AUTO_INCREMENT,
registered_limit_id VARCHAR(64),
domain_id VARCHAR(64),
PRIMARY KEY (internal_id),
CONSTRAINT limit_id_key UNIQUE (id)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:03.607266Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.020352 Lock_time: 0.000012 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
CREATE TABLE local_user (
id INTEGER NOT NULL AUTO_INCREMENT,
user_id VARCHAR(64) NOT NULL,
domain_id VARCHAR(64) NOT NULL,
name VARCHAR(255) NOT NULL,
failed_auth_count INTEGER,
failed_auth_at DATETIME,
PRIMARY KEY (id),
CONSTRAINT local_user_user_id_fkey FOREIGN KEY(user_id, domain_id) REFERENCES user (id, domain_id) ON DELETE CASCADE ON UPDATE CASCADE,
UNIQUE (domain_id, name),
UNIQUE (user_id)
);
# Time: 2023-10-22T17:01:03.629633Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.021765 Lock_time: 0.000008 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
CREATE TABLE nonlocal_user (
domain_id VARCHAR(64) NOT NULL,
name VARCHAR(255) NOT NULL,
user_id VARCHAR(64) NOT NULL,
PRIMARY KEY (domain_id, name),
CONSTRAINT nonlocal_user_user_id_fkey FOREIGN KEY(user_id, domain_id) REFERENCES user (id, domain_id) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT ixu_nonlocal_user_user_id UNIQUE (user_id)
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:03.646083Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.015479 Lock_time: 0.000009 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
CREATE TABLE password (
id INTEGER NOT NULL AUTO_INCREMENT,
local_user_id INTEGER NOT NULL,
expires_at DATETIME,
self_service BOOL NOT NULL DEFAULT '0',
password_hash VARCHAR(255),
created_at_int BIGINT NOT NULL DEFAULT '0',
expires_at_int BIGINT,
created_at DATETIME NOT NULL,
PRIMARY KEY (id),
FOREIGN KEY(local_user_id) REFERENCES local_user (id) ON DELETE CASCADE
);
# Time: 2023-10-22T17:01:03.659876Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.013210 Lock_time: 0.000008 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
CREATE TABLE project_endpoint_group (
endpoint_group_id VARCHAR(64) NOT NULL,
project_id VARCHAR(64) NOT NULL,
PRIMARY KEY (endpoint_group_id, project_id),
FOREIGN KEY(endpoint_group_id) REFERENCES endpoint_group (id)
);
# Time: 2023-10-22T17:01:03.682539Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.021605 Lock_time: 0.000015 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
CREATE TABLE federated_user (
id INTEGER NOT NULL AUTO_INCREMENT,
user_id VARCHAR(64) NOT NULL,
idp_id VARCHAR(64) NOT NULL,
protocol_id VARCHAR(64) NOT NULL,
unique_id VARCHAR(255) NOT NULL,
display_name VARCHAR(255),
PRIMARY KEY (id),
CONSTRAINT federated_user_protocol_id_fkey FOREIGN KEY(protocol_id, idp_id) REFERENCES federation_protocol (id, idp_id) ON DELETE CASCADE,
UNIQUE (idp_id, protocol_id, unique_id),
FOREIGN KEY(user_id) REFERENCES user (id) ON DELETE CASCADE,
FOREIGN KEY(idp_id) REFERENCES identity_provider (id) ON DELETE CASCADE
)ENGINE=InnoDB CHARSET=utf8;
# Time: 2023-10-22T17:01:03.732812Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.000520 Lock_time: 0.000004 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
SHOW CREATE TABLE `project`;
# Time: 2023-10-22T17:01:03.740316Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.006535 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 4780
SET timestamp=1697994063;
select table_schema, table_name, column_name
from information_schema.columns
where (table_schema, table_name, lower(column_name)) in
(('keystone', 'project', 'id'), ('keystone', 'project', 'id'));
# Time: 2023-10-22T17:01:03.741659Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.000180 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
INSERT INTO project (id, name, extra, description, enabled, domain_id, parent_id, is_domain) VALUES ('<<keystone.domain.root>>', '<<keystone.domain.root>>', '{}', '', 0, '<<keystone.domain.root>>', NULL, 1);
# Time: 2023-10-22T17:01:03.742395Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.000206 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
INSERT INTO alembic_version (version_num) VALUES ('27e647c0fad4');
# Time: 2023-10-22T17:01:03.743470Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.000150 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 1
SET timestamp=1697994063;
UPDATE alembic_version SET version_num='e25ffa003242' WHERE alembic_version.version_num = '27e647c0fad4';
# Time: 2023-10-22T17:01:03.767761Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.000163 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 1
SET timestamp=1697994063;
UPDATE alembic_version SET version_num='99de3849d860' WHERE alembic_version.version_num = 'e25ffa003242';
# Time: 2023-10-22T17:01:03.768588Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.000369 Lock_time: 0.000006 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
SHOW CREATE TABLE `project_tag`;
# Time: 2023-10-22T17:01:03.780008Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.000185 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 1
SET timestamp=1697994063;
UPDATE alembic_version SET version_num='c88cdce8f248' WHERE alembic_version.version_num = '99de3849d860';
# Time: 2023-10-22T17:01:03.780909Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.000135 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
INSERT INTO alembic_version (version_num) VALUES ('29e87d24a316');
# Time: 2023-10-22T17:01:03.795338Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.000154 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 1
SET timestamp=1697994063;
UPDATE alembic_version SET version_num='b4f8b3f584e0' WHERE alembic_version.version_num = '29e87d24a316';
# Time: 2023-10-22T17:01:03.804637Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.000131 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 1
SET timestamp=1697994063;
UPDATE alembic_version SET version_num='11c3b243b4cb' WHERE alembic_version.version_num = 'b4f8b3f584e0';
# Time: 2023-10-22T17:01:03.806685Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.001905 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
COMMIT;
# Time: 2023-10-22T17:01:03.806810Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 10
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994063;
ROLLBACK;
# Time: 2023-10-22T17:01:10.196711Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000059 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
SET NAMES utf8;
# Time: 2023-10-22T17:01:10.196830Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000033 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
SET AUTOCOMMIT = 0;
# Time: 2023-10-22T17:01:10.196978Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
SET SESSION sql_mode = 'TRADITIONAL';
# Time: 2023-10-22T17:01:10.197734Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000676 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SHOW VARIABLES LIKE 'sql_mode';
# Time: 2023-10-22T17:01:10.198186Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000041 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
SET NAMES utf8;
# Time: 2023-10-22T17:01:10.198476Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000047 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT VERSION();
# Time: 2023-10-22T17:01:10.198755Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT DATABASE();
# Time: 2023-10-22T17:01:10.198959Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT @@transaction_isolation;
# Time: 2023-10-22T17:01:10.199059Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT @@sql_mode;
# Time: 2023-10-22T17:01:10.199171Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT @@lower_case_table_names;
# Time: 2023-10-22T17:01:10.199331Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.199421Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
SET SESSION sql_mode = 'TRADITIONAL';
# Time: 2023-10-22T17:01:10.200729Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000079 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.201037Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000097 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.248952Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000087 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.250098Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000315 Lock_time: 0.000003 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
INSERT INTO project (id, name, domain_id, description, enabled, extra, parent_id, is_domain) VALUES ('default', 'Default', '<<keystone.domain.root>>', 'The default domain', 1, '{}', NULL, 1);
# Time: 2023-10-22T17:01:10.255474Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.005162 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
COMMIT;
# Time: 2023-10-22T17:01:10.255625Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.256285Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000037 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.257432Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000373 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
SELECT service.id AS service_id, service.type AS service_type, service.enabled AS service_enabled, service.extra AS service_extra
FROM service;
# Time: 2023-10-22T17:01:10.257756Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.257859Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.280083Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000061 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.281066Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000099 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT project.id AS project_id, project.name AS project_name, project.domain_id AS project_domain_id, project.description AS project_description, project.enabled AS project_enabled, project.extra AS project_extra, project.parent_id AS project_parent_id, project.is_domain AS project_is_domain
FROM project
WHERE project.id = 'default';
# Time: 2023-10-22T17:01:10.283857Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000217 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
SELECT project_tag.project_id AS project_tag_project_id, project_tag.name AS project_tag_name, anon_1.project_id AS anon_1_project_id
FROM (SELECT project.id AS project_id
FROM project
WHERE project.id = 'default') AS anon_1 INNER JOIN project_tag ON project_tag.project_id = anon_1.project_id;
# Time: 2023-10-22T17:01:10.285667Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000706 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
SELECT project_option.project_id AS project_option_project_id, project_option.option_id AS project_option_option_id, project_option.option_value AS project_option_option_value, anon_1.project_id AS anon_1_project_id
FROM (SELECT project.id AS project_id
FROM project
WHERE project.id = 'default') AS anon_1 INNER JOIN project_option ON anon_1.project_id = project_option.project_id;
# Time: 2023-10-22T17:01:10.286055Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000082 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.286149Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.286869Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000034 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.287190Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000061 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT project.id AS project_id, project.name AS project_name, project.domain_id AS project_domain_id, project.description AS project_description, project.enabled AS project_enabled, project.extra AS project_extra, project.parent_id AS project_parent_id, project.is_domain AS project_is_domain
FROM project
WHERE project.id = 'default';
# Time: 2023-10-22T17:01:10.288209Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000083 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
SELECT project_tag.project_id AS project_tag_project_id, project_tag.name AS project_tag_name, anon_1.project_id AS anon_1_project_id
FROM (SELECT project.id AS project_id
FROM project
WHERE project.id = 'default') AS anon_1 INNER JOIN project_tag ON project_tag.project_id = anon_1.project_id;
# Time: 2023-10-22T17:01:10.288788Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000062 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
SELECT project_option.project_id AS project_option_project_id, project_option.option_id AS project_option_option_id, project_option.option_value AS project_option_option_value, anon_1.project_id AS anon_1_project_id
FROM (SELECT project.id AS project_id
FROM project
WHERE project.id = 'default') AS anon_1 INNER JOIN project_option ON anon_1.project_id = project_option.project_id;
# Time: 2023-10-22T17:01:10.289026Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.289127Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000013 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.289652Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000033 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.290065Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000135 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
INSERT INTO project (id, name, domain_id, description, enabled, extra, parent_id, is_domain) VALUES ('118dbc7b17bc4c92904a788230c5231a', 'admin', 'default', 'Bootstrap project for initializing the cloud.', 1, '{}', 'default', 0);
# Time: 2023-10-22T17:01:10.293490Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.003259 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
COMMIT;
# Time: 2023-10-22T17:01:10.293595Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.294037Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.294644Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000057 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
SELECT service.id AS service_id, service.type AS service_type, service.enabled AS service_enabled, service.extra AS service_extra
FROM service;
# Time: 2023-10-22T17:01:10.294876Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.294992Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.297024Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000041 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.301973Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.001080 Lock_time: 0.000007 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user INNER JOIN local_user ON user.id = local_user.user_id AND user.domain_id = local_user.domain_id LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE local_user.name = 'admin' AND local_user.domain_id = 'default' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:10.303084Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.303177Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000013 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.328785Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000071 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.329566Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000209 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
INSERT INTO user (id, domain_id, enabled, extra, default_project_id, created_at, last_active_at) VALUES ('04726d20728e486393101c66867e6d8e', 'default', 1, '{}', NULL, '2023-10-22 17:01:10.327916', NULL);
# Time: 2023-10-22T17:01:10.330179Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000105 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
INSERT INTO local_user (user_id, domain_id, name, failed_auth_count, failed_auth_at) VALUES ('04726d20728e486393101c66867e6d8e', 'default', 'admin', 0, NULL);
# Time: 2023-10-22T17:01:10.330752Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000068 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
INSERT INTO password (local_user_id, password_hash, created_at, expires_at, created_at_int, expires_at_int, self_service) VALUES (1, '$2b$04$ucA7siam.kWDQnVhKEzcR.2Jd.JU2r4zuBgFi8kvU2XYBnp66sfby', '2023-10-22 17:01:10.303870', NULL, 1697994070303870, NULL, 0);
# Time: 2023-10-22T17:01:10.333975Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.002960 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
COMMIT;
# Time: 2023-10-22T17:01:10.334793Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.335606Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000119 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.336501Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000073 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
SELECT service.id AS service_id, service.type AS service_type, service.enabled AS service_enabled, service.extra AS service_extra
FROM service;
# Time: 2023-10-22T17:01:10.336724Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.336814Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.337780Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000036 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.338798Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000492 Lock_time: 0.000003 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
INSERT INTO `role` (id, name, description, extra) VALUES ('cb5b902c3e214be7bf114a0953752ef6', 'reader', NULL, '{}');
# Time: 2023-10-22T17:01:10.339662Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000296 Lock_time: 0.000003 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
INSERT INTO role_option (role_id, option_id, option_value) VALUES ('cb5b902c3e214be7bf114a0953752ef6', 'IMMU', 'true');
# Time: 2023-10-22T17:01:10.342784Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.002894 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
COMMIT;
# Time: 2023-10-22T17:01:10.342923Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.343340Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000047 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.343669Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000061 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
SELECT service.id AS service_id, service.type AS service_type, service.enabled AS service_enabled, service.extra AS service_extra
FROM service;
# Time: 2023-10-22T17:01:10.344021Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.344194Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000049 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.345538Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000061 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.345889Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000111 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
INSERT INTO `role` (id, name, description, extra) VALUES ('4af27946ce2f415abc135f5e2003da86', 'member', NULL, '{}');
# Time: 2023-10-22T17:01:10.346369Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000181 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
INSERT INTO role_option (role_id, option_id, option_value) VALUES ('4af27946ce2f415abc135f5e2003da86', 'IMMU', 'true');
# Time: 2023-10-22T17:01:10.349812Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.001882 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
COMMIT;
# Time: 2023-10-22T17:01:10.349941Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.350329Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000033 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.350625Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000056 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
SELECT service.id AS service_id, service.type AS service_type, service.enabled AS service_enabled, service.extra AS service_extra
FROM service;
# Time: 2023-10-22T17:01:10.351000Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.351188Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000046 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.352188Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000039 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.352939Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000098 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:10.354799Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000132 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id = 'cb5b902c3e214be7bf114a0953752ef6') AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:10.355150Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.355237Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.355597Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.355879Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000054 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:10.356651Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000080 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id = '4af27946ce2f415abc135f5e2003da86') AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:10.356931Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.357003Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.357393Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000035 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.358236Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000378 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
INSERT INTO implied_role (prior_role_id, implied_role_id) VALUES ('4af27946ce2f415abc135f5e2003da86', 'cb5b902c3e214be7bf114a0953752ef6');
# Time: 2023-10-22T17:01:10.360503Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.002085 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
COMMIT;
# Time: 2023-10-22T17:01:10.360600Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.362097Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000049 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.362445Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000108 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
INSERT INTO `role` (id, name, description, extra) VALUES ('cc5f25d15f254b099e5127d63f425b67', 'manager', NULL, '{}');
# Time: 2023-10-22T17:01:10.362697Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000061 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
INSERT INTO role_option (role_id, option_id, option_value) VALUES ('cc5f25d15f254b099e5127d63f425b67', 'IMMU', 'true');
# Time: 2023-10-22T17:01:10.365593Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.002721 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
COMMIT;
# Time: 2023-10-22T17:01:10.366312Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.366689Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000033 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.367084Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000138 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
SELECT service.id AS service_id, service.type AS service_type, service.enabled AS service_enabled, service.extra AS service_extra
FROM service;
# Time: 2023-10-22T17:01:10.367368Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.367586Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000033 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.368561Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000032 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.368882Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000070 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:10.369678Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000099 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id = '4af27946ce2f415abc135f5e2003da86') AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:10.370014Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.370119Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.370437Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.370711Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000056 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:10.371542Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000077 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id = 'cc5f25d15f254b099e5127d63f425b67') AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:10.371814Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.371914Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000042 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.372273Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.372620Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000106 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
INSERT INTO implied_role (prior_role_id, implied_role_id) VALUES ('cc5f25d15f254b099e5127d63f425b67', '4af27946ce2f415abc135f5e2003da86');
# Time: 2023-10-22T17:01:10.375116Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.002358 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
COMMIT;
# Time: 2023-10-22T17:01:10.375248Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000042 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.376535Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000043 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.376979Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000102 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
INSERT INTO `role` (id, name, description, extra) VALUES ('3c702f4841684d2b997709997c3cfadf', 'admin', NULL, '{}');
# Time: 2023-10-22T17:01:10.377397Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000058 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
INSERT INTO role_option (role_id, option_id, option_value) VALUES ('3c702f4841684d2b997709997c3cfadf', 'IMMU', 'true');
# Time: 2023-10-22T17:01:10.379399Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.001816 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
COMMIT;
# Time: 2023-10-22T17:01:10.379528Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.379974Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000033 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.380291Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000066 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
SELECT service.id AS service_id, service.type AS service_type, service.enabled AS service_enabled, service.extra AS service_extra
FROM service;
# Time: 2023-10-22T17:01:10.380649Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.380770Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000049 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.381687Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000034 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.381977Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000071 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:10.382837Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000106 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id = 'cc5f25d15f254b099e5127d63f425b67') AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:10.383172Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.383302Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.383634Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.383895Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000053 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:10.384638Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000079 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id = '3c702f4841684d2b997709997c3cfadf') AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:10.384903Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.384983Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.385340Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.385641Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000092 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
INSERT INTO implied_role (prior_role_id, implied_role_id) VALUES ('3c702f4841684d2b997709997c3cfadf', 'cc5f25d15f254b099e5127d63f425b67');
# Time: 2023-10-22T17:01:10.388734Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.002957 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
COMMIT;
# Time: 2023-10-22T17:01:10.388818Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.389734Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000037 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.390338Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000075 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf' AND implied_role.implied_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:10.390584Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.390684Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.391225Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.391598Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000091 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
INSERT INTO `role` (id, name, description, extra) VALUES ('c4622f3bb39341c2996a90bd4eb1075e', 'service', NULL, '{}');
# Time: 2023-10-22T17:01:10.391859Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000056 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
INSERT INTO role_option (role_id, option_id, option_value) VALUES ('c4622f3bb39341c2996a90bd4eb1075e', 'IMMU', 'true');
# Time: 2023-10-22T17:01:10.394988Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.002962 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
COMMIT;
# Time: 2023-10-22T17:01:10.395193Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.395870Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.396239Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000098 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
SELECT service.id AS service_id, service.type AS service_type, service.enabled AS service_enabled, service.extra AS service_extra
FROM service;
# Time: 2023-10-22T17:01:10.396519Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.396620Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000036 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.398179Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000036 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.399286Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000188 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
INSERT INTO assignment (type, actor_id, target_id, role_id, inherited) VALUES ('UserProject', '04726d20728e486393101c66867e6d8e', '118dbc7b17bc4c92904a788230c5231a', '3c702f4841684d2b997709997c3cfadf', 0);
# Time: 2023-10-22T17:01:10.401869Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.002292 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
COMMIT;
# Time: 2023-10-22T17:01:10.402486Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000040 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.402863Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000034 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.403196Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000061 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
SELECT service.id AS service_id, service.type AS service_type, service.enabled AS service_enabled, service.extra AS service_extra
FROM service;
# Time: 2023-10-22T17:01:10.403430Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000046 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.403526Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.404421Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000053 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.405458Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000486 Lock_time: 0.000004 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
INSERT INTO system_assignment (type, actor_id, target_id, role_id, inherited) VALUES ('UserSystem', '04726d20728e486393101c66867e6d8e', 'system', '3c702f4841684d2b997709997c3cfadf', 0);
# Time: 2023-10-22T17:01:10.407917Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.002183 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
COMMIT;
# Time: 2023-10-22T17:01:10.408113Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.409238Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000047 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.410118Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000251 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
SELECT region.id AS region_id, region.description AS region_description, region.parent_region_id AS region_parent_region_id, region.extra AS region_extra
FROM region
WHERE region.id = 'RegionOne';
# Time: 2023-10-22T17:01:10.410476Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000049 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.410608Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.411081Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000040 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.411656Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000111 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
INSERT INTO region (id, description, parent_region_id, extra) VALUES ('RegionOne', '', NULL, '{}');
# Time: 2023-10-22T17:01:10.413885Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.002010 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
COMMIT;
# Time: 2023-10-22T17:01:10.414036Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.415060Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000061 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.415414Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000065 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
SELECT service.id AS service_id, service.type AS service_type, service.enabled AS service_enabled, service.extra AS service_extra
FROM service;
# Time: 2023-10-22T17:01:10.415655Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000033 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.415759Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.416789Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000033 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.417470Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000078 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
SELECT service.id AS service_id, service.type AS service_type, service.enabled AS service_enabled, service.extra AS service_extra
FROM service
WHERE service.type = 'identity';
# Time: 2023-10-22T17:01:10.417713Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.417825Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.418247Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.419104Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000102 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
INSERT INTO service (id, type, enabled, extra) VALUES ('928817ccb4a7453e9233c6fb5bb43f5a', 'identity', 1, '{\"name\": \"keystone\"}');
# Time: 2023-10-22T17:01:10.421246Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.001954 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
COMMIT;
# Time: 2023-10-22T17:01:10.421369Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.421796Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000101 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.422068Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000069 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT service.id AS service_id, service.type AS service_type, service.enabled AS service_enabled, service.extra AS service_extra
FROM service;
# Time: 2023-10-22T17:01:10.422363Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.422550Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000032 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.423547Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000042 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.423894Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000074 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT region.id AS region_id, region.description AS region_description, region.parent_region_id AS region_parent_region_id, region.extra AS region_extra
FROM region
WHERE region.id = 'RegionOne';
# Time: 2023-10-22T17:01:10.424172Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.424262Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.425070Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000032 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.425562Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000073 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT service.id AS service_id, service.type AS service_type, service.enabled AS service_enabled, service.extra AS service_extra
FROM service
WHERE service.id = '928817ccb4a7453e9233c6fb5bb43f5a';
# Time: 2023-10-22T17:01:10.425822Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.425919Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.426462Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.427470Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000183 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
INSERT INTO endpoint (id, legacy_endpoint_id, interface, region_id, service_id, url, enabled, extra) VALUES ('1a72d2172e16416d877db2478f53edb7', NULL, 'public', 'RegionOne', '928817ccb4a7453e9233c6fb5bb43f5a', 'http://192.168.5.15/identity', 1, '{}');
# Time: 2023-10-22T17:01:10.429670Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.002009 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
COMMIT;
# Time: 2023-10-22T17:01:10.429841Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.430259Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT 1;
# Time: 2023-10-22T17:01:10.430566Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000063 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994070;
SELECT service.id AS service_id, service.type AS service_type, service.enabled AS service_enabled, service.extra AS service_extra
FROM service;
# Time: 2023-10-22T17:01:10.430847Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000044 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:10.430986Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 11
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994070;
ROLLBACK;
# Time: 2023-10-22T17:01:11.023238Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000063 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SET NAMES utf8;
# Time: 2023-10-22T17:01:11.023356Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000039 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SET AUTOCOMMIT = 0;
# Time: 2023-10-22T17:01:11.023501Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000034 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SET SESSION sql_mode = 'TRADITIONAL';
# Time: 2023-10-22T17:01:11.024619Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000964 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SHOW VARIABLES LIKE 'sql_mode';
# Time: 2023-10-22T17:01:11.025002Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000034 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SET NAMES utf8;
# Time: 2023-10-22T17:01:11.025228Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000043 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT VERSION();
# Time: 2023-10-22T17:01:11.030599Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000047 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT DATABASE();
# Time: 2023-10-22T17:01:11.030877Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000037 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT @@transaction_isolation;
# Time: 2023-10-22T17:01:11.031382Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000039 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT @@sql_mode;
# Time: 2023-10-22T17:01:11.031573Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT @@lower_case_table_names;
# Time: 2023-10-22T17:01:11.031769Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000032 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.031944Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SET SESSION sql_mode = 'TRADITIONAL';
# Time: 2023-10-22T17:01:11.033378Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000077 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT 1;
# Time: 2023-10-22T17:01:11.033584Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.055528Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000084 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT 1;
# Time: 2023-10-22T17:01:11.059725Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000461 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994071;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user INNER JOIN local_user ON user.id = local_user.user_id AND user.domain_id = local_user.domain_id LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE local_user.name = 'admin' AND local_user.domain_id = 'default' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:11.063782Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000718 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user INNER JOIN local_user ON user.id = local_user.user_id AND user.domain_id = local_user.domain_id
WHERE local_user.name = 'admin' AND local_user.domain_id = 'default') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:11.064281Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000035 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.064417Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.065756Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000032 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT 1;
# Time: 2023-10-22T17:01:11.067398Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000173 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994071;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:11.069049Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000077 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:11.069378Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.069479Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000013 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.069939Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT 1;
# Time: 2023-10-22T17:01:11.070527Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000072 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SELECT federated_user.id AS federated_user_id, federated_user.user_id AS federated_user_user_id, federated_user.idp_id AS federated_user_idp_id, federated_user.protocol_id AS federated_user_protocol_id, federated_user.unique_id AS federated_user_unique_id, federated_user.display_name AS federated_user_display_name
FROM federated_user
WHERE federated_user.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:11.070783Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.070871Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.071426Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT 1;
# Time: 2023-10-22T17:01:11.071810Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000154 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994071;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:11.072962Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000075 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:11.073277Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.073377Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.096847Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000060 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT 1;
# Time: 2023-10-22T17:01:11.097356Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000198 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994071;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:11.098522Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000082 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:11.098812Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.098894Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.104878Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000052 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT 1;
# Time: 2023-10-22T17:01:11.106094Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000172 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT assignment.type AS assignment_type, assignment.actor_id AS assignment_actor_id, assignment.target_id AS assignment_target_id, assignment.role_id AS assignment_role_id, assignment.inherited AS assignment_inherited
FROM assignment
WHERE assignment.actor_id IN ('04726d20728e486393101c66867e6d8e') AND assignment.target_id IN ('118dbc7b17bc4c92904a788230c5231a') AND assignment.type IN ('UserProject') AND assignment.inherited = false;
# Time: 2023-10-22T17:01:11.106413Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.106505Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.106997Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT 1;
# Time: 2023-10-22T17:01:11.107658Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000088 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SELECT assignment.type AS assignment_type, assignment.actor_id AS assignment_actor_id, assignment.target_id AS assignment_target_id, assignment.role_id AS assignment_role_id, assignment.inherited AS assignment_inherited
FROM assignment
WHERE assignment.actor_id IN ('04726d20728e486393101c66867e6d8e') AND assignment.target_id IN ('default') AND assignment.type IN ('UserDomain') AND assignment.inherited = true;
# Time: 2023-10-22T17:01:11.107931Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.108055Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.108518Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT 1;
# Time: 2023-10-22T17:01:11.109344Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000096 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT project.id AS project_id, project.name AS project_name, project.domain_id AS project_domain_id, project.description AS project_description, project.enabled AS project_enabled, project.extra AS project_extra, project.parent_id AS project_parent_id, project.is_domain AS project_is_domain
FROM project
WHERE project.id = '118dbc7b17bc4c92904a788230c5231a';
# Time: 2023-10-22T17:01:11.111079Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000106 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SELECT project_option.project_id AS project_option_project_id, project_option.option_id AS project_option_option_id, project_option.option_value AS project_option_option_value, anon_1.project_id AS anon_1_project_id
FROM (SELECT project.id AS project_id
FROM project
WHERE project.id = '118dbc7b17bc4c92904a788230c5231a') AS anon_1 INNER JOIN project_option ON anon_1.project_id = project_option.project_id;
# Time: 2023-10-22T17:01:11.112255Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000088 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SELECT project_tag.project_id AS project_tag_project_id, project_tag.name AS project_tag_name, anon_1.project_id AS anon_1_project_id
FROM (SELECT project.id AS project_id
FROM project
WHERE project.id = '118dbc7b17bc4c92904a788230c5231a') AS anon_1 INNER JOIN project_tag ON project_tag.project_id = anon_1.project_id;
# Time: 2023-10-22T17:01:11.112796Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000058 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT project.id AS project_id, project.name AS project_name, project.domain_id AS project_domain_id, project.description AS project_description, project.enabled AS project_enabled, project.extra AS project_extra, project.parent_id AS project_parent_id, project.is_domain AS project_is_domain
FROM project
WHERE project.id = 'default';
# Time: 2023-10-22T17:01:11.113720Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000071 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SELECT project_option.project_id AS project_option_project_id, project_option.option_id AS project_option_option_id, project_option.option_value AS project_option_option_value, anon_1.project_id AS anon_1_project_id
FROM (SELECT project.id AS project_id
FROM project
WHERE project.id = 'default') AS anon_1 INNER JOIN project_option ON anon_1.project_id = project_option.project_id;
# Time: 2023-10-22T17:01:11.114179Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000068 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SELECT project_tag.project_id AS project_tag_project_id, project_tag.name AS project_tag_name, anon_1.project_id AS anon_1_project_id
FROM (SELECT project.id AS project_id
FROM project
WHERE project.id = 'default') AS anon_1 INNER JOIN project_tag ON project_tag.project_id = anon_1.project_id;
# Time: 2023-10-22T17:01:11.114513Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.114755Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.115264Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000044 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT 1;
# Time: 2023-10-22T17:01:11.115732Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000090 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SELECT assignment.type AS assignment_type, assignment.actor_id AS assignment_actor_id, assignment.target_id AS assignment_target_id, assignment.role_id AS assignment_role_id, assignment.inherited AS assignment_inherited
FROM assignment
WHERE assignment.actor_id IN ('04726d20728e486393101c66867e6d8e') AND assignment.target_id IN ('default') AND assignment.type IN ('UserProject') AND assignment.inherited = true;
# Time: 2023-10-22T17:01:11.116021Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.116165Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.116668Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000038 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT 1;
# Time: 2023-10-22T17:01:11.117099Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000166 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994071;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:11.118361Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000076 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:11.119953Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000620 Lock_time: 0.000003 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:11.121235Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000316 Lock_time: 0.000003 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:11.121533Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.121610Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.122028Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT 1;
# Time: 2023-10-22T17:01:11.122693Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000162 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:11.122961Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.123154Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.123540Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT 1;
# Time: 2023-10-22T17:01:11.123893Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000057 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:11.124164Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.124390Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.124737Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT 1;
# Time: 2023-10-22T17:01:11.125029Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000055 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:11.125249Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.125349Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.125676Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT 1;
# Time: 2023-10-22T17:01:11.125950Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000051 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:11.126156Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.126256Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.130179Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000036 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT 1;
# Time: 2023-10-22T17:01:11.131828Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000148 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994071;
SELECT service.id AS service_id, service.type AS service_type, service.enabled AS service_enabled, service.extra AS service_extra, endpoint_1.id AS endpoint_1_id, endpoint_1.legacy_endpoint_id AS endpoint_1_legacy_endpoint_id, endpoint_1.interface AS endpoint_1_interface, endpoint_1.region_id AS endpoint_1_region_id, endpoint_1.service_id AS endpoint_1_service_id, endpoint_1.url AS endpoint_1_url, endpoint_1.enabled AS endpoint_1_enabled, endpoint_1.extra AS endpoint_1_extra
FROM service LEFT OUTER JOIN endpoint AS endpoint_1 ON service.id = endpoint_1.service_id
WHERE service.enabled = true;
# Time: 2023-10-22T17:01:11.133856Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000339 Lock_time: 0.000004 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SELECT project_endpoint.endpoint_id AS project_endpoint_endpoint_id, project_endpoint.project_id AS project_endpoint_project_id
FROM project_endpoint
WHERE project_endpoint.project_id = '118dbc7b17bc4c92904a788230c5231a';
# Time: 2023-10-22T17:01:11.134806Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000251 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SELECT project_endpoint_group.endpoint_group_id AS project_endpoint_group_endpoint_group_id, project_endpoint_group.project_id AS project_endpoint_group_project_id
FROM project_endpoint_group
WHERE project_endpoint_group.project_id = '118dbc7b17bc4c92904a788230c5231a';
# Time: 2023-10-22T17:01:11.135044Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.135237Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.136223Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT 1;
# Time: 2023-10-22T17:01:11.136997Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000125 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SELECT service_provider.id AS service_provider_id, service_provider.enabled AS service_provider_enabled, service_provider.description AS service_provider_description, service_provider.auth_url AS service_provider_auth_url, service_provider.sp_url AS service_provider_sp_url, service_provider.relay_state_prefix AS service_provider_relay_state_prefix
FROM service_provider
WHERE service_provider.enabled = true;
# Time: 2023-10-22T17:01:11.236782Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000069 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SET NAMES utf8;
# Time: 2023-10-22T17:01:11.236864Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SET AUTOCOMMIT = 0;
# Time: 2023-10-22T17:01:11.237062Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SET SESSION sql_mode = 'TRADITIONAL';
# Time: 2023-10-22T17:01:11.238922Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.001745 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SHOW VARIABLES LIKE 'sql_mode';
# Time: 2023-10-22T17:01:11.239390Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000039 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SET NAMES utf8;
# Time: 2023-10-22T17:01:11.239598Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000040 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT VERSION();
# Time: 2023-10-22T17:01:11.239996Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000042 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT DATABASE();
# Time: 2023-10-22T17:01:11.240338Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000056 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT @@transaction_isolation;
# Time: 2023-10-22T17:01:11.240554Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT @@sql_mode;
# Time: 2023-10-22T17:01:11.240767Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT @@lower_case_table_names;
# Time: 2023-10-22T17:01:11.240931Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.241049Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000037 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SET SESSION sql_mode = 'TRADITIONAL';
# Time: 2023-10-22T17:01:11.242132Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT 1;
# Time: 2023-10-22T17:01:11.242508Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.261703Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000048 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT 1;
# Time: 2023-10-22T17:01:11.263392Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000269 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SELECT revocation_event.id AS revocation_event_id, revocation_event.domain_id AS revocation_event_domain_id, revocation_event.project_id AS revocation_event_project_id, revocation_event.user_id AS revocation_event_user_id, revocation_event.role_id AS revocation_event_role_id, revocation_event.trust_id AS revocation_event_trust_id, revocation_event.consumer_id AS revocation_event_consumer_id, revocation_event.access_token_id AS revocation_event_access_token_id, revocation_event.issued_before AS revocation_event_issued_before, revocation_event.expires_at AS revocation_event_expires_at, revocation_event.revoked_at AS revocation_event_revoked_at, revocation_event.audit_id AS revocation_event_audit_id, revocation_event.audit_chain_id AS revocation_event_audit_chain_id
FROM revocation_event
WHERE revocation_event.issued_before >= '2023-10-22 17:01:11' AND (revocation_event.user_id IS NULL OR revocation_event.user_id = '04726d20728e486393101c66867e6d8e') AND (revocation_event.project_id IS NULL OR revocation_event.project_id = '118dbc7b17bc4c92904a788230c5231a') AND (revocation_event.audit_id IS NULL OR revocation_event.audit_id = 'lJp2BqqqTouXTYH2UjU1bQ');
# Time: 2023-10-22T17:01:11.263806Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000037 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.263890Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.268874Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000045 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT 1;
# Time: 2023-10-22T17:01:11.269319Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000132 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SELECT revocation_event.id AS revocation_event_id, revocation_event.domain_id AS revocation_event_domain_id, revocation_event.project_id AS revocation_event_project_id, revocation_event.user_id AS revocation_event_user_id, revocation_event.role_id AS revocation_event_role_id, revocation_event.trust_id AS revocation_event_trust_id, revocation_event.consumer_id AS revocation_event_consumer_id, revocation_event.access_token_id AS revocation_event_access_token_id, revocation_event.issued_before AS revocation_event_issued_before, revocation_event.expires_at AS revocation_event_expires_at, revocation_event.revoked_at AS revocation_event_revoked_at, revocation_event.audit_id AS revocation_event_audit_id, revocation_event.audit_chain_id AS revocation_event_audit_chain_id
FROM revocation_event
WHERE revocation_event.issued_before >= '2023-10-22 17:01:11' AND (revocation_event.user_id IS NULL OR revocation_event.user_id = '04726d20728e486393101c66867e6d8e') AND (revocation_event.project_id IS NULL OR revocation_event.project_id = '118dbc7b17bc4c92904a788230c5231a') AND (revocation_event.audit_id IS NULL OR revocation_event.audit_id = 'lJp2BqqqTouXTYH2UjU1bQ');
# Time: 2023-10-22T17:01:11.269614Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.269733Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.280066Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000043 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT 1;
# Time: 2023-10-22T17:01:11.280548Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000114 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SELECT revocation_event.id AS revocation_event_id, revocation_event.domain_id AS revocation_event_domain_id, revocation_event.project_id AS revocation_event_project_id, revocation_event.user_id AS revocation_event_user_id, revocation_event.role_id AS revocation_event_role_id, revocation_event.trust_id AS revocation_event_trust_id, revocation_event.consumer_id AS revocation_event_consumer_id, revocation_event.access_token_id AS revocation_event_access_token_id, revocation_event.issued_before AS revocation_event_issued_before, revocation_event.expires_at AS revocation_event_expires_at, revocation_event.revoked_at AS revocation_event_revoked_at, revocation_event.audit_id AS revocation_event_audit_id, revocation_event.audit_chain_id AS revocation_event_audit_chain_id
FROM revocation_event
WHERE revocation_event.issued_before >= '2023-10-22 17:01:11' AND (revocation_event.user_id IS NULL OR revocation_event.user_id = '04726d20728e486393101c66867e6d8e') AND (revocation_event.project_id IS NULL OR revocation_event.project_id = '118dbc7b17bc4c92904a788230c5231a') AND (revocation_event.audit_id IS NULL OR revocation_event.audit_id = 'lJp2BqqqTouXTYH2UjU1bQ');
# Time: 2023-10-22T17:01:11.280838Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.280926Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.285082Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000041 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SET NAMES utf8;
# Time: 2023-10-22T17:01:11.285180Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000032 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SET AUTOCOMMIT = 0;
# Time: 2023-10-22T17:01:11.285293Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000037 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SET NAMES utf8;
# Time: 2023-10-22T17:01:11.285495Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000032 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SET SESSION sql_mode = 'TRADITIONAL';
# Time: 2023-10-22T17:01:11.285758Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000039 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT 1;
# Time: 2023-10-22T17:01:11.286485Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.287491Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000179 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SELECT revocation_event.id AS revocation_event_id, revocation_event.domain_id AS revocation_event_domain_id, revocation_event.project_id AS revocation_event_project_id, revocation_event.user_id AS revocation_event_user_id, revocation_event.role_id AS revocation_event_role_id, revocation_event.trust_id AS revocation_event_trust_id, revocation_event.consumer_id AS revocation_event_consumer_id, revocation_event.access_token_id AS revocation_event_access_token_id, revocation_event.issued_before AS revocation_event_issued_before, revocation_event.expires_at AS revocation_event_expires_at, revocation_event.revoked_at AS revocation_event_revoked_at, revocation_event.audit_id AS revocation_event_audit_id, revocation_event.audit_chain_id AS revocation_event_audit_chain_id
FROM revocation_event
WHERE revocation_event.issued_before >= '2023-10-22 17:01:11' AND (revocation_event.user_id IS NULL OR revocation_event.user_id = '04726d20728e486393101c66867e6d8e') AND (revocation_event.project_id IS NULL OR revocation_event.project_id = '118dbc7b17bc4c92904a788230c5231a') AND (revocation_event.audit_id IS NULL OR revocation_event.audit_id = 'lJp2BqqqTouXTYH2UjU1bQ');
# Time: 2023-10-22T17:01:11.287971Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.288134Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000033 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.739879Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000094 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT 1;
# Time: 2023-10-22T17:01:11.740596Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000395 Lock_time: 0.000003 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994071;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:11.742000Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000094 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:11.742399Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000035 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.742466Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.799430Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000075 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT 1;
# Time: 2023-10-22T17:01:11.799914Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000166 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SELECT revocation_event.id AS revocation_event_id, revocation_event.domain_id AS revocation_event_domain_id, revocation_event.project_id AS revocation_event_project_id, revocation_event.user_id AS revocation_event_user_id, revocation_event.role_id AS revocation_event_role_id, revocation_event.trust_id AS revocation_event_trust_id, revocation_event.consumer_id AS revocation_event_consumer_id, revocation_event.access_token_id AS revocation_event_access_token_id, revocation_event.issued_before AS revocation_event_issued_before, revocation_event.expires_at AS revocation_event_expires_at, revocation_event.revoked_at AS revocation_event_revoked_at, revocation_event.audit_id AS revocation_event_audit_id, revocation_event.audit_chain_id AS revocation_event_audit_chain_id
FROM revocation_event
WHERE revocation_event.issued_before >= '2023-10-22 17:01:11' AND (revocation_event.user_id IS NULL OR revocation_event.user_id = '04726d20728e486393101c66867e6d8e') AND (revocation_event.project_id IS NULL OR revocation_event.project_id = '118dbc7b17bc4c92904a788230c5231a') AND (revocation_event.audit_id IS NULL OR revocation_event.audit_id = 'LVenQLLfSIuFgcN38dQCmg');
# Time: 2023-10-22T17:01:11.800240Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000034 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.800368Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.804491Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000038 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT 1;
# Time: 2023-10-22T17:01:11.804935Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000111 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SELECT revocation_event.id AS revocation_event_id, revocation_event.domain_id AS revocation_event_domain_id, revocation_event.project_id AS revocation_event_project_id, revocation_event.user_id AS revocation_event_user_id, revocation_event.role_id AS revocation_event_role_id, revocation_event.trust_id AS revocation_event_trust_id, revocation_event.consumer_id AS revocation_event_consumer_id, revocation_event.access_token_id AS revocation_event_access_token_id, revocation_event.issued_before AS revocation_event_issued_before, revocation_event.expires_at AS revocation_event_expires_at, revocation_event.revoked_at AS revocation_event_revoked_at, revocation_event.audit_id AS revocation_event_audit_id, revocation_event.audit_chain_id AS revocation_event_audit_chain_id
FROM revocation_event
WHERE revocation_event.issued_before >= '2023-10-22 17:01:11' AND (revocation_event.user_id IS NULL OR revocation_event.user_id = '04726d20728e486393101c66867e6d8e') AND (revocation_event.project_id IS NULL OR revocation_event.project_id = '118dbc7b17bc4c92904a788230c5231a') AND (revocation_event.audit_id IS NULL OR revocation_event.audit_id = 'LVenQLLfSIuFgcN38dQCmg');
# Time: 2023-10-22T17:01:11.805240Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.805345Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.806833Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000033 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT 1;
# Time: 2023-10-22T17:01:11.807179Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000092 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SELECT revocation_event.id AS revocation_event_id, revocation_event.domain_id AS revocation_event_domain_id, revocation_event.project_id AS revocation_event_project_id, revocation_event.user_id AS revocation_event_user_id, revocation_event.role_id AS revocation_event_role_id, revocation_event.trust_id AS revocation_event_trust_id, revocation_event.consumer_id AS revocation_event_consumer_id, revocation_event.access_token_id AS revocation_event_access_token_id, revocation_event.issued_before AS revocation_event_issued_before, revocation_event.expires_at AS revocation_event_expires_at, revocation_event.revoked_at AS revocation_event_revoked_at, revocation_event.audit_id AS revocation_event_audit_id, revocation_event.audit_chain_id AS revocation_event_audit_chain_id
FROM revocation_event
WHERE revocation_event.issued_before >= '2023-10-22 17:01:11' AND (revocation_event.user_id IS NULL OR revocation_event.user_id = '04726d20728e486393101c66867e6d8e') AND (revocation_event.project_id IS NULL OR revocation_event.project_id = '118dbc7b17bc4c92904a788230c5231a') AND (revocation_event.audit_id IS NULL OR revocation_event.audit_id = 'LVenQLLfSIuFgcN38dQCmg');
# Time: 2023-10-22T17:01:11.807487Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.807586Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.810862Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000057 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994071;
SELECT 1;
# Time: 2023-10-22T17:01:11.811343Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000132 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
SELECT revocation_event.id AS revocation_event_id, revocation_event.domain_id AS revocation_event_domain_id, revocation_event.project_id AS revocation_event_project_id, revocation_event.user_id AS revocation_event_user_id, revocation_event.role_id AS revocation_event_role_id, revocation_event.trust_id AS revocation_event_trust_id, revocation_event.consumer_id AS revocation_event_consumer_id, revocation_event.access_token_id AS revocation_event_access_token_id, revocation_event.issued_before AS revocation_event_issued_before, revocation_event.expires_at AS revocation_event_expires_at, revocation_event.revoked_at AS revocation_event_revoked_at, revocation_event.audit_id AS revocation_event_audit_id, revocation_event.audit_chain_id AS revocation_event_audit_chain_id
FROM revocation_event
WHERE revocation_event.issued_before >= '2023-10-22 17:01:11' AND (revocation_event.user_id IS NULL OR revocation_event.user_id = '04726d20728e486393101c66867e6d8e') AND (revocation_event.project_id IS NULL OR revocation_event.project_id = '118dbc7b17bc4c92904a788230c5231a') AND (revocation_event.audit_id IS NULL OR revocation_event.audit_id = 'LVenQLLfSIuFgcN38dQCmg');
# Time: 2023-10-22T17:01:11.811652Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:11.811772Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994071;
ROLLBACK;
# Time: 2023-10-22T17:01:12.333870Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000102 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.334480Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000309 Lock_time: 0.000003 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.336538Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000113 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.336929Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000038 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.337046Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.339703Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000041 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.340452Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000528 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.341679Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000121 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.342266Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000106 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.342640Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000066 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.342903Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000043 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.343066Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.343550Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.344412Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000161 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.344735Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.344850Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.345316Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.346057Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000101 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.347721Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000141 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.348094Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000035 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.348207Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.348713Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000041 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.349076Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000087 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.349332Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.349477Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.349930Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.350300Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000102 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.350598Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000032 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.350712Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.351128Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.351432Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000071 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.351672Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000032 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.351760Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.352116Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.352489Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000069 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.352703Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.352811Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.354723Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000040 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.355183Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000206 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.356613Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000106 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.357234Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000091 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.357698Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000060 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.357978Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000033 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.358119Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.358536Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.358891Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000115 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.359190Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000045 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.359290Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.359695Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000032 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.360044Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000087 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.361018Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000141 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.361369Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.361484Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.361899Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000033 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.362218Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000082 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.362447Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.362556Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.362940Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000034 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.363301Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000097 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.363626Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000053 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.363725Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.364247Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000045 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.364725Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000102 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.364981Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000035 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.365082Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.365548Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000043 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.365894Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000094 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.366130Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.366243Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.367765Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000060 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.368298Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000242 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT service.id AS service_id, service.type AS service_type, service.enabled AS service_enabled, service.extra AS service_extra, endpoint_1.id AS endpoint_1_id, endpoint_1.legacy_endpoint_id AS endpoint_1_legacy_endpoint_id, endpoint_1.interface AS endpoint_1_interface, endpoint_1.region_id AS endpoint_1_region_id, endpoint_1.service_id AS endpoint_1_service_id, endpoint_1.url AS endpoint_1_url, endpoint_1.enabled AS endpoint_1_enabled, endpoint_1.extra AS endpoint_1_extra
FROM service LEFT OUTER JOIN endpoint AS endpoint_1 ON service.id = endpoint_1.service_id
WHERE service.enabled = true;
# Time: 2023-10-22T17:01:12.368985Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000042 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.369114Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.385808Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000079 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.386349Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000266 Lock_time: 0.000003 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.387763Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000091 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.388155Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000040 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.388297Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.390964Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000053 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.391474Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000275 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.392796Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000097 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.393380Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000076 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.393834Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000071 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.394057Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.394165Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.394540Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.394805Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000060 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.395025Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.395090Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.395489Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.395734Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000050 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.396611Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000096 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.396945Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.397055Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.397397Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.397632Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000053 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.397836Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.397944Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.398302Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.398597Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000058 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.398857Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.398969Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.399249Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.399457Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000044 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.399653Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.399825Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.400147Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.400466Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000058 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.400680Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.400784Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.402262Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.402616Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000164 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.403766Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000071 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.404236Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000059 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.404607Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000045 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.404809Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.404945Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.405410Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.405791Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000076 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.406052Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.406159Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.406488Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.406730Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000045 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.407423Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000073 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.407698Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.407763Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.408096Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000036 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.408406Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000060 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.408632Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.408740Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.409063Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.409282Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000050 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.409477Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.409588Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.409924Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.410214Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000060 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.410470Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.410595Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.410895Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.411112Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000046 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.411361Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000089 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.411472Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.425598Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000058 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.429875Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000430 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.433227Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000173 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.434519Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000127 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.435379Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000082 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.435674Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000035 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.435783Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.436277Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.437188Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000111 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.437505Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.437625Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.438113Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.439120Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000098 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.440695Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000126 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.441660Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.441783Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.442265Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000036 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.442845Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000102 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.443084Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.443210Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.443628Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.443911Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000065 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.444144Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.444266Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000013 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.444722Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.445006Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000059 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.445220Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.445328Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000013 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.445700Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.446028Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000053 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.446256Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.446390Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.447690Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.448202Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000254 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.449575Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000091 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.450144Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000075 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.450581Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000060 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.450769Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.450836Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.451267Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.451557Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000066 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.451767Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.451830Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000013 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.452165Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.452485Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000050 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.453268Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000074 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.453598Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.453713Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000013 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.454091Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.454396Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000056 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.454614Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.454736Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000013 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.455096Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.455399Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000061 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.455623Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.455720Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.456037Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.456370Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000104 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.456615Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.456720Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.457196Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.457550Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000079 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.457746Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.457868Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000013 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.458584Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.459282Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000120 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT revocation_event.id AS revocation_event_id, revocation_event.domain_id AS revocation_event_domain_id, revocation_event.project_id AS revocation_event_project_id, revocation_event.user_id AS revocation_event_user_id, revocation_event.role_id AS revocation_event_role_id, revocation_event.trust_id AS revocation_event_trust_id, revocation_event.consumer_id AS revocation_event_consumer_id, revocation_event.access_token_id AS revocation_event_access_token_id, revocation_event.issued_before AS revocation_event_issued_before, revocation_event.expires_at AS revocation_event_expires_at, revocation_event.revoked_at AS revocation_event_revoked_at, revocation_event.audit_id AS revocation_event_audit_id, revocation_event.audit_chain_id AS revocation_event_audit_chain_id
FROM revocation_event
WHERE revocation_event.issued_before >= '2023-10-22 17:01:12' AND (revocation_event.user_id IS NULL OR revocation_event.user_id = '04726d20728e486393101c66867e6d8e') AND revocation_event.project_id IS NULL AND (revocation_event.audit_id IS NULL OR revocation_event.audit_id = 'cdLqyGCaT5azJPeYuDcxUA');
# Time: 2023-10-22T17:01:12.459614Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.459726Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.460114Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.460505Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000169 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.461850Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000094 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.462389Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000067 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.462762Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000054 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.462957Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.463025Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.463393Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.463721Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000069 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.463995Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.464104Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.464552Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.464864Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000054 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.465831Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000117 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.466185Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.466268Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.466627Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000035 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.466952Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000077 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.467199Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.467266Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.467736Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.467887Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000044 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.468048Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000073 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.468392Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000224 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.468434Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.468581Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.468947Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.469218Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000062 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.469446Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.469553Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.469873Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000087 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.469938Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.470219Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000062 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.470396Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.470448Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000076 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.470552Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.470873Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000058 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.471196Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.471356Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.471803Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000038 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.471966Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000033 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.472182Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000081 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.472432Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000221 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.472509Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.472652Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.473064Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.473390Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000058 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.473739Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000081 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.474183Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000087 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.474249Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000066 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.474523Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.474636Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.474670Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000059 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.474880Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.474972Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.475010Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.475254Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000060 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.475411Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.475483Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.475639Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.475815Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000071 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.476013Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000033 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.476065Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.476195Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.476356Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000123 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.476610Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.476716Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.476782Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.477043Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000057 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.477172Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.477479Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000062 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.477698Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.477822Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.477849Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000080 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.478144Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.478190Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.478273Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.478489Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000057 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.478626Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.478771Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000059 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.478839Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000052 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.478954Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.479141Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.479210Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000013 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.479464Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.479620Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.479842Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000161 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.479924Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000057 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.480158Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.480433Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000133 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.480753Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.481045Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000066 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.481091Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000070 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.481260Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.481376Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000013 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.481709Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000067 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.481756Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.482050Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000064 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.482067Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000058 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.482254Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.482305Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.482373Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.482473Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.482914Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.483285Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000073 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.483691Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.483842Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.484179Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.484528Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000060 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.485382Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000035 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.485520Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000094 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.485812Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.485927Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.485948Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000074 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id = 'admin';
# Time: 2023-10-22T17:01:12.486306Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.486574Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.486676Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000074 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.486798Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.486912Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.486980Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.487327Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.487608Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000066 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.487623Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.487877Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.488088Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000035 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.488101Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000210 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id = 'admin';
# Time: 2023-10-22T17:01:12.488533Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.488704Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.488846Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000062 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.488882Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.489181Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000034 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.489323Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.489660Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.489963Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000079 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.490225Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.490358Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.490968Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000032 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.491775Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000135 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT revocation_event.id AS revocation_event_id, revocation_event.domain_id AS revocation_event_domain_id, revocation_event.project_id AS revocation_event_project_id, revocation_event.user_id AS revocation_event_user_id, revocation_event.role_id AS revocation_event_role_id, revocation_event.trust_id AS revocation_event_trust_id, revocation_event.consumer_id AS revocation_event_consumer_id, revocation_event.access_token_id AS revocation_event_access_token_id, revocation_event.issued_before AS revocation_event_issued_before, revocation_event.expires_at AS revocation_event_expires_at, revocation_event.revoked_at AS revocation_event_revoked_at, revocation_event.audit_id AS revocation_event_audit_id, revocation_event.audit_chain_id AS revocation_event_audit_chain_id
FROM revocation_event
WHERE revocation_event.issued_before >= '2023-10-22 17:01:12' AND (revocation_event.user_id IS NULL OR revocation_event.user_id = '04726d20728e486393101c66867e6d8e') AND revocation_event.project_id IS NULL AND (revocation_event.audit_id IS NULL OR revocation_event.audit_id = 'IO_iNOWwTbeBTJbqQdpE7w');
# Time: 2023-10-22T17:01:12.492200Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.492452Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.493643Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000055 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.494217Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000234 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.494386Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.494930Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000147 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.496096Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000110 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.496428Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000161 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.496904Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000080 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.497091Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000070 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.497372Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000057 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.497520Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000059 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.497630Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.497720Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.497776Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.497876Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.498232Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.498264Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.498586Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000073 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.498645Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000045 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.498883Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.499078Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000088 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.499155Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.499231Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.499675Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.499683Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000040 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.500001Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000059 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.500029Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000045 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.500949Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000085 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.501000Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000073 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.501338Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.501389Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000079 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.501442Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.501595Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.501859Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.502046Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.502210Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000067 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.502416Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000060 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.502495Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.502652Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.502706Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000075 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.502850Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.503060Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.503230Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.503431Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000095 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.503490Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000059 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.503725Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.503808Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000074 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.503864Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.503949Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000036 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.504256Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.504309Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.504646Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000059 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.504750Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000055 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.504864Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.504970Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.504990Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.505086Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.505358Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.505392Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.505665Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000059 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.505689Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000056 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.505864Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000043 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.505954Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.506051Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.506096Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.506609Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.507028Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000177 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.507091Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000038 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.507546Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000143 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.508240Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000085 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.508924Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000077 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.509032Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000070 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.509429Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000062 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.509460Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000072 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.509667Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000032 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.509832Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.509941Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000060 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.510167Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.510262Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.510317Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.510635Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000074 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.510677Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.510971Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.511006Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000066 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.511159Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.511377Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.511528Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000056 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.511570Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.511881Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000057 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.511908Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.512284Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000051 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.512767Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000084 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.513082Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000074 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.513089Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.513241Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.513406Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.513517Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.513658Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.513881Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.514027Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000062 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.514173Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000056 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.514266Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.514409Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.514464Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.514523Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.514871Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000034 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.514900Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.515140Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000061 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.515349Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000106 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.515409Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.515536Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.515564Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.515660Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.515960Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.516069Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.516300Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000059 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.516363Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000081 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.516615Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.516631Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.516739Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.516748Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.517078Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.517130Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.517322Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000052 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.517419Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000053 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.517534Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.517672Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.517688Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.518008Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000213 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.518368Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.518751Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000109 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT revocation_event.id AS revocation_event_id, revocation_event.domain_id AS revocation_event_domain_id, revocation_event.project_id AS revocation_event_project_id, revocation_event.user_id AS revocation_event_user_id, revocation_event.role_id AS revocation_event_role_id, revocation_event.trust_id AS revocation_event_trust_id, revocation_event.consumer_id AS revocation_event_consumer_id, revocation_event.access_token_id AS revocation_event_access_token_id, revocation_event.issued_before AS revocation_event_issued_before, revocation_event.expires_at AS revocation_event_expires_at, revocation_event.revoked_at AS revocation_event_revoked_at, revocation_event.audit_id AS revocation_event_audit_id, revocation_event.audit_chain_id AS revocation_event_audit_chain_id
FROM revocation_event
WHERE revocation_event.issued_before >= '2023-10-22 17:01:12' AND (revocation_event.user_id IS NULL OR revocation_event.user_id = '04726d20728e486393101c66867e6d8e') AND revocation_event.project_id IS NULL AND (revocation_event.audit_id IS NULL OR revocation_event.audit_id = 'cdLqyGCaT5azJPeYuDcxUA');
# Time: 2023-10-22T17:01:12.519130Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000043 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.519258Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.519705Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.520099Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000167 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.521442Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000096 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.522187Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000079 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.522241Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000034 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.522633Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000060 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.522885Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.523004Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.523165Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000137 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
INSERT INTO project (id, name, domain_id, description, enabled, extra, parent_id, is_domain) VALUES ('a97a619dd2da4ed18a8b32689ef53cd8', 'Default', '<<keystone.domain.root>>', '', 1, '{}', NULL, 1);
# Time: 2023-10-22T17:01:12.523415Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.523858Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000161 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.524123Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.525574Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.526005Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.002465 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.526032Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.526181Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.526396Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000063 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.527231Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000102 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.527532Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.527708Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000050 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.528081Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000039 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.528447Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000073 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.528665Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.528762Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.529227Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000057 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.529523Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000077 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.529741Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.529845Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.530176Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.530450Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000056 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.530703Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.530800Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.531150Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.531425Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000065 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.533113Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.533291Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.534415Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000044 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.535035Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000264 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.535130Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.535607Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000188 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.536237Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000107 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.537128Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000101 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.537528Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000083 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.537552Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000065 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.537812Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.537946Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.538131Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000071 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.538435Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.538546Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000056 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.538857Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000066 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.538873Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.539087Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.539183Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.539290Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.539554Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.539810Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.539939Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000072 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.540206Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000056 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.540219Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.540423Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.540838Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.541081Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000087 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.541133Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000037 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.541401Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.541495Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.541923Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000078 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.541957Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.542242Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.542311Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000054 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.542336Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.542561Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.542736Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.542749Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.543136Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000100 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.543143Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000035 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.543444Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.543491Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000058 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.543600Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000066 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.543775Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000039 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.543873Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.543962Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.544204Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.544248Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000065 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.544605Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000054 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.544629Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.544722Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.544859Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.544991Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.545041Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.545336Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000047 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.545436Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.545648Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.545744Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000054 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.545898Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.546021Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.546134Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.546275Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.546555Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000056 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.546806Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.546927Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.547466Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.547930Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000184 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.549287Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000106 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.549935Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000110 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.549974Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.550450Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000063 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.550640Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000061 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.name = 'admin' AND `role`.domain_id = '<<null>>';
# Time: 2023-10-22T17:01:12.550726Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.550822Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.551277Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.551621Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000075 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.551852Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.551941Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.552153Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000088 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.name = 'admin' AND `role`.domain_id = '<<null>>') AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.552459Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000152 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.552576Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.552692Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.552797Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000060 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.553624Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000105 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.553983Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.554101Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.554483Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000034 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.554831Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000078 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.555074Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000045 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.555178Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.555624Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.555918Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000070 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.556165Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.556222Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000045 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.556469Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.556680Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000168 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.556899Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000042 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.557187Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000062 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.557429Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.557539Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.557914Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000044 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.557968Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000082 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.558211Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000054 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.558429Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.558588Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.558735Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000092 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.559139Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000065 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.559242Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.559389Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.559589Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.559705Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000103 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT revocation_event.id AS revocation_event_id, revocation_event.domain_id AS revocation_event_domain_id, revocation_event.project_id AS revocation_event_project_id, revocation_event.user_id AS revocation_event_user_id, revocation_event.role_id AS revocation_event_role_id, revocation_event.trust_id AS revocation_event_trust_id, revocation_event.consumer_id AS revocation_event_consumer_id, revocation_event.access_token_id AS revocation_event_access_token_id, revocation_event.issued_before AS revocation_event_issued_before, revocation_event.expires_at AS revocation_event_expires_at, revocation_event.revoked_at AS revocation_event_revoked_at, revocation_event.audit_id AS revocation_event_audit_id, revocation_event.audit_chain_id AS revocation_event_audit_chain_id
FROM revocation_event
WHERE revocation_event.issued_before >= '2023-10-22 17:01:12' AND (revocation_event.user_id IS NULL OR revocation_event.user_id = '04726d20728e486393101c66867e6d8e') AND revocation_event.project_id IS NULL AND (revocation_event.audit_id IS NULL OR revocation_event.audit_id = 'IO_iNOWwTbeBTJbqQdpE7w');
# Time: 2023-10-22T17:01:12.559995Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.560088Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.560281Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000045 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.560490Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000259 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.560701Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.560790Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.560950Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.561125Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000156 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.561329Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.561655Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000067 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.562293Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000083 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.562686Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000075 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.563170Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000040 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.563313Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.563808Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000098 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.563844Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.564177Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000057 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.564266Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000057 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.564623Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000073 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.564671Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000077 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.564760Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.564803Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.565209Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.565213Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.565563Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000078 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.565568Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000054 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.565834Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.565838Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.565999Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.566116Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.566412Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.566515Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.566712Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000062 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.566861Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000059 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.566968Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000035 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.567075Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.567426Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.567645Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000087 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.567730Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000055 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.567933Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.568086Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.568173Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000079 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.568497Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.568850Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.568931Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.569340Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000171 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.569404Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000045 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.569644Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.569770Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.570121Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.570425Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000063 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.570499Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000060 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.570667Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.570854Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000086 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.571167Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000076 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.571208Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.571523Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000058 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.571589Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000056 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.571807Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.571814Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.571928Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.572042Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.572389Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000093 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.572552Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.572775Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000077 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.572868Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000055 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.573021Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.573081Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.573147Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.573234Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.573529Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.573930Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000061 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.574203Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.574598Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000177 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.574782Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000075 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.575128Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000050 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.575249Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.575739Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000081 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.575797Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000044 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.576103Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000058 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.576463Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000151 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.576491Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.576583Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.576971Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.577041Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000061 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.577390Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000084 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.577430Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.577527Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.577647Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.577744Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.577945Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.578068Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.578314Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000059 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.578324Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000070 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.578543Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.578576Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.578680Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000032 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.578702Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.579056Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.579077Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.579326Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000061 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.579421Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000059 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.579567Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.579680Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.580264Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000092 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.580289Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.580653Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.580734Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000101 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT revocation_event.id AS revocation_event_id, revocation_event.domain_id AS revocation_event_domain_id, revocation_event.project_id AS revocation_event_project_id, revocation_event.user_id AS revocation_event_user_id, revocation_event.role_id AS revocation_event_role_id, revocation_event.trust_id AS revocation_event_trust_id, revocation_event.consumer_id AS revocation_event_consumer_id, revocation_event.access_token_id AS revocation_event_access_token_id, revocation_event.issued_before AS revocation_event_issued_before, revocation_event.expires_at AS revocation_event_expires_at, revocation_event.revoked_at AS revocation_event_revoked_at, revocation_event.audit_id AS revocation_event_audit_id, revocation_event.audit_chain_id AS revocation_event_audit_chain_id
FROM revocation_event
WHERE revocation_event.issued_before >= '2023-10-22 17:01:12' AND (revocation_event.user_id IS NULL OR revocation_event.user_id = '04726d20728e486393101c66867e6d8e') AND revocation_event.project_id IS NULL AND (revocation_event.audit_id IS NULL OR revocation_event.audit_id = 'cdLqyGCaT5azJPeYuDcxUA');
# Time: 2023-10-22T17:01:12.580785Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000032 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.581047Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.581169Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.581198Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.581524Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000065 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.581556Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.581863Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.582026Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000146 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.582051Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.582380Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.582605Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000048 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.582770Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000013 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.582814Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000007 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.583154Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000081 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.583188Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.583505Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000054 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.583740Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.583805Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.584145Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.584463Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000057 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.584497Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000069 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.584639Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000013 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.584682Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.584921Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000056 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.585176Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.585298Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000013 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.585799Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.586228Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000080 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.586471Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.586552Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.586624Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.586779Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000065 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT project.id AS project_id, project.name AS project_name, project.domain_id AS project_domain_id, project.description AS project_description, project.enabled AS project_enabled, project.extra AS project_extra, project.parent_id AS project_parent_id, project.is_domain AS project_is_domain
FROM project
WHERE project.id = 'Default';
# Time: 2023-10-22T17:01:12.587161Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.587478Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000056 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.588109Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000094 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT project_option.project_id AS project_option_project_id, project_option.option_id AS project_option_option_id, project_option.option_value AS project_option_option_value, anon_1.project_id AS anon_1_project_id
FROM (SELECT project.id AS project_id
FROM project
WHERE project.id = 'Default') AS anon_1 INNER JOIN project_option ON anon_1.project_id = project_option.project_id;
# Time: 2023-10-22T17:01:12.588316Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000074 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.588781Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000079 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT project_tag.project_id AS project_tag_project_id, project_tag.name AS project_tag_name, anon_1.project_id AS anon_1_project_id
FROM (SELECT project.id AS project_id
FROM project
WHERE project.id = 'Default') AS anon_1 INNER JOIN project_tag ON project_tag.project_id = anon_1.project_id;
# Time: 2023-10-22T17:01:12.588848Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.588958Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.589098Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.589216Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.589334Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.589720Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000067 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.589972Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000013 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.590121Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.590525Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.590561Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.590797Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000061 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.590930Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000095 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT project.id AS project_id, project.name AS project_name, project.domain_id AS project_domain_id, project.description AS project_description, project.enabled AS project_enabled, project.extra AS project_extra, project.parent_id AS project_parent_id, project.is_domain AS project_is_domain
FROM project
WHERE project.id = 'Default';
# Time: 2023-10-22T17:01:12.591192Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000046 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.591308Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.591680Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.592008Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000071 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.592058Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000110 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT project_option.project_id AS project_option_project_id, project_option.option_id AS project_option_option_id, project_option.option_value AS project_option_option_value, anon_1.project_id AS anon_1_project_id
FROM (SELECT project.id AS project_id
FROM project
WHERE project.id = 'Default') AS anon_1 INNER JOIN project_option ON anon_1.project_id = project_option.project_id;
# Time: 2023-10-22T17:01:12.592221Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.592452Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.592606Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000093 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT project_tag.project_id AS project_tag_project_id, project_tag.name AS project_tag_name, anon_1.project_id AS anon_1_project_id
FROM (SELECT project.id AS project_id
FROM project
WHERE project.id = 'Default') AS anon_1 INNER JOIN project_tag ON project_tag.project_id = anon_1.project_id;
# Time: 2023-10-22T17:01:12.592838Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.592895Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.593115Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000050 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.593145Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000132 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.593382Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.593477Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.594443Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000037 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.594843Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000189 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.596469Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000226 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.597100Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000102 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.597506Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000060 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.597753Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.597884Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.598035Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.598312Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.598447Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000167 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.598672Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000072 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.598971Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000061 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.599100Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.599498Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.599793Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000082 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.599869Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000057 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.600412Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000114 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.600780Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000080 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.602903Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.601128Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000135 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.603020Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.603129Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000071 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.603204Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.603619Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000034 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.603827Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.604138Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000079 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.604301Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000062 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.604424Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.604584Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.604676Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.604758Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.604977Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.605174Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.605235Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000047 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.605483Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000066 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.605525Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.605679Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.606099Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.606372Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000063 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.606475Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000160 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.606637Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.606741Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.606912Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.607017Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.607154Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.607502Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.607573Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000064 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.607811Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000087 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.607843Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.607981Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.608091Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.608260Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000039 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.608751Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.609170Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000061 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.609463Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.609626Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000032 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.610081Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.610459Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000068 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.610781Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.610891Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.611285Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.611617Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000068 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.611855Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.612087Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.612750Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000034 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.613272Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000255 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.614723Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000138 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.614808Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000032 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.615229Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000169 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.615499Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000070 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.615966Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000060 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.616298Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000036 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.616479Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.616652Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000094 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.617020Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000048 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.617358Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000070 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.617391Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000068 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.617673Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.617822Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000052 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.617891Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000053 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.618136Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.618270Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.618296Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.618607Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000064 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.618721Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.619051Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000074 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.619384Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000080 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.619415Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.619563Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000037 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.619751Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.619847Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.619979Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.620267Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.620462Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000182 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.620590Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000064 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.620835Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.620958Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.621249Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000088 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.621290Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.621570Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000059 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.621582Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.621699Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.621860Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.621939Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.622072Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.622404Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.622414Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000060 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.622652Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000033 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.622697Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000056 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.622772Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.623027Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.623191Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.623286Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.623475Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000058 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.623721Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.623729Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.623855Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.624100Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000054 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.624269Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.624507Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.624676Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000054 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.624729Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000036 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.624949Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.625068Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.625425Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.625441Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.625768Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000061 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.625855Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000145 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT revocation_event.id AS revocation_event_id, revocation_event.domain_id AS revocation_event_domain_id, revocation_event.project_id AS revocation_event_project_id, revocation_event.user_id AS revocation_event_user_id, revocation_event.role_id AS revocation_event_role_id, revocation_event.trust_id AS revocation_event_trust_id, revocation_event.consumer_id AS revocation_event_consumer_id, revocation_event.access_token_id AS revocation_event_access_token_id, revocation_event.issued_before AS revocation_event_issued_before, revocation_event.expires_at AS revocation_event_expires_at, revocation_event.revoked_at AS revocation_event_revoked_at, revocation_event.audit_id AS revocation_event_audit_id, revocation_event.audit_chain_id AS revocation_event_audit_chain_id
FROM revocation_event
WHERE revocation_event.issued_before >= '2023-10-22 17:01:12' AND (revocation_event.user_id IS NULL OR revocation_event.user_id = '04726d20728e486393101c66867e6d8e') AND revocation_event.project_id IS NULL AND (revocation_event.audit_id IS NULL OR revocation_event.audit_id = 'IO_iNOWwTbeBTJbqQdpE7w');
# Time: 2023-10-22T17:01:12.625982Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.626054Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.626143Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.626308Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.626730Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.626762Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.627228Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000166 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.627245Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000148 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.628418Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000157 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.628479Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000185 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.629046Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000078 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.629224Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000065 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.629606Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000052 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.629614Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000055 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.629834Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.629885Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.629975Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.630142Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000057 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.630534Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.630539Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.630860Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000071 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.630907Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000064 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.631141Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.631277Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.631292Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.631453Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.631786Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.631857Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.632094Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000064 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.632154Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000043 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.632924Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000090 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.633163Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000067 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.633238Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000038 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.633351Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.633556Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.633669Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.633749Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.634062Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000066 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.634092Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.634402Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000037 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.634472Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000055 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.634587Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.634796Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.634957Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.634984Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.635266Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000061 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.635276Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.635547Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000068 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.635553Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.635678Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.635800Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.635898Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.636034Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.636305Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.636309Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000060 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.636592Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.636687Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000060 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.636916Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000094 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.637059Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.637156Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.637298Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000049 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.637505Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000032 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.637568Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000050 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.637805Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000054 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.637860Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.637995Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.638087Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.638236Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.638940Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.639069Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.639570Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000172 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.639620Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000317 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT revocation_event.id AS revocation_event_id, revocation_event.domain_id AS revocation_event_domain_id, revocation_event.project_id AS revocation_event_project_id, revocation_event.user_id AS revocation_event_user_id, revocation_event.role_id AS revocation_event_role_id, revocation_event.trust_id AS revocation_event_trust_id, revocation_event.consumer_id AS revocation_event_consumer_id, revocation_event.access_token_id AS revocation_event_access_token_id, revocation_event.issued_before AS revocation_event_issued_before, revocation_event.expires_at AS revocation_event_expires_at, revocation_event.revoked_at AS revocation_event_revoked_at, revocation_event.audit_id AS revocation_event_audit_id, revocation_event.audit_chain_id AS revocation_event_audit_chain_id
FROM revocation_event
WHERE revocation_event.issued_before >= '2023-10-22 17:01:12' AND (revocation_event.user_id IS NULL OR revocation_event.user_id = '04726d20728e486393101c66867e6d8e') AND revocation_event.project_id IS NULL AND (revocation_event.audit_id IS NULL OR revocation_event.audit_id = 'cdLqyGCaT5azJPeYuDcxUA');
# Time: 2023-10-22T17:01:12.639944Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.640129Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.640714Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.640999Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000092 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.641088Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000133 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.641602Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000077 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.642031Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000061 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.642213Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000076 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.642297Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.642436Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.642815Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000083 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.642860Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.643221Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000072 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.643252Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000057 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.643528Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.643554Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000081 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.643612Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.643664Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.644037Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.644052Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.644481Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000180 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.644555Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000058 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.644822Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.644951Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000035 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.645290Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000087 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.645323Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.645645Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000043 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.645726Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.645837Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.646212Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.646434Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000080 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.646508Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000042 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.646802Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.646831Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.646920Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.647023Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.647429Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.647452Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.647727Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000064 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.647765Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000054 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.647940Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.648032Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.648071Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.648210Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.648433Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.648635Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.648765Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000060 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.648963Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000054 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.649042Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.649135Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.649231Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000038 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.649356Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.649491Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.649797Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.649827Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000059 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.650083Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.650122Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000055 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.650205Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.650344Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.650457Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.650808Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000044 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.651116Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000077 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.651380Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000041 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.651527Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.652611Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000035 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.653087Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000187 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.654180Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000041 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.654499Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000097 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.654892Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000077 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT project.id AS project_id, project.name AS project_name, project.domain_id AS project_domain_id, project.description AS project_description, project.enabled AS project_enabled, project.extra AS project_extra, project.parent_id AS project_parent_id, project.is_domain AS project_is_domain
FROM project
WHERE project.id != '<<keystone.domain.root>>' AND project.name = 'Default' AND project.is_domain = true;
# Time: 2023-10-22T17:01:12.655078Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000072 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.655510Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000048 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.655816Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.655927Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000013 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.656438Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.656814Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000103 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 2
SET timestamp=1697994072;
SELECT project_option.project_id AS project_option_project_id, project_option.option_id AS project_option_option_id, project_option.option_value AS project_option_option_value, anon_1.project_id AS anon_1_project_id
FROM (SELECT project.id AS project_id
FROM project
WHERE project.id != '<<keystone.domain.root>>' AND project.name = 'Default' AND project.is_domain = true) AS anon_1 INNER JOIN project_option ON anon_1.project_id = project_option.project_id;
# Time: 2023-10-22T17:01:12.656879Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000049 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.657185Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000057 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.657343Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.657760Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.657963Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000091 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT project_tag.project_id AS project_tag_project_id, project_tag.name AS project_tag_name, anon_1.project_id AS anon_1_project_id
FROM (SELECT project.id AS project_id
FROM project
WHERE project.id != '<<keystone.domain.root>>' AND project.name = 'Default' AND project.is_domain = true) AS anon_1 INNER JOIN project_tag ON project_tag.project_id = anon_1.project_id;
# Time: 2023-10-22T17:01:12.658245Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.658289Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000057 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.658360Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.659180Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000105 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.659545Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000033 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.659671Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.660103Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.660479Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000082 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.660712Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.660839Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.661241Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000052 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.661602Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000095 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.661860Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.661995Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.662448Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000032 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.662798Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000067 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.663100Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.663202Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.663670Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000044 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.664048Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000098 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.664363Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000064 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.664491Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.671932Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000103 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.672680Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000410 Lock_time: 0.000003 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.674531Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000163 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.675226Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000109 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.675684Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000073 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.675968Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000041 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.676114Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.676706Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000033 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.677284Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000123 Lock_time: 0.000003 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.677611Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.677666Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.679312Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000410 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.680741Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000179 Lock_time: 0.000003 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.682556Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000224 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.683210Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000056 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.683869Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000052 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.684622Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000049 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.685021Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000114 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.685308Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.685366Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.685809Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000057 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.686089Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000087 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.687900Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000046 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.690306Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000087 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.690968Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000046 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.691723Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000221 Lock_time: 0.000003 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.692055Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.692110Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.692778Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000119 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.693287Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000124 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.693603Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000032 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.693697Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.694418Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000045 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.694941Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000247 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.696682Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000159 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.697654Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000122 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.698179Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000080 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.698418Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.698472Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.698952Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000042 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.699325Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000095 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.699697Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.699801Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.700258Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.700653Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000070 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.701575Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000119 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.701926Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.701979Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.702452Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000039 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.702820Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000096 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.703132Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.703249Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.703615Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.703881Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000068 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.704068Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.704114Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.704571Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000033 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.704897Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000080 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.705151Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.705256Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.705570Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.705826Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000062 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.706035Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000039 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.706094Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.706840Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000036 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.707265Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000134 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT revocation_event.id AS revocation_event_id, revocation_event.domain_id AS revocation_event_domain_id, revocation_event.project_id AS revocation_event_project_id, revocation_event.user_id AS revocation_event_user_id, revocation_event.role_id AS revocation_event_role_id, revocation_event.trust_id AS revocation_event_trust_id, revocation_event.consumer_id AS revocation_event_consumer_id, revocation_event.access_token_id AS revocation_event_access_token_id, revocation_event.issued_before AS revocation_event_issued_before, revocation_event.expires_at AS revocation_event_expires_at, revocation_event.revoked_at AS revocation_event_revoked_at, revocation_event.audit_id AS revocation_event_audit_id, revocation_event.audit_chain_id AS revocation_event_audit_chain_id
FROM revocation_event
WHERE revocation_event.issued_before >= '2023-10-22 17:01:12' AND (revocation_event.user_id IS NULL OR revocation_event.user_id = '04726d20728e486393101c66867e6d8e') AND revocation_event.project_id IS NULL AND (revocation_event.audit_id IS NULL OR revocation_event.audit_id = 'cdLqyGCaT5azJPeYuDcxUA');
# Time: 2023-10-22T17:01:12.707576Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000054 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.707781Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.708186Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.708832Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000210 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.710442Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000158 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.711344Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000108 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.711795Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000055 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.712003Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.712054Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.712562Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000039 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.712970Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000098 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.713281Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.713402Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.713768Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.714049Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000065 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.714892Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000109 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.715200Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.715267Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.715691Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000034 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.716040Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000084 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.716288Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.716430Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.716803Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.717123Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000073 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.717319Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.717366Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000007 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.717741Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000035 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.718126Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000100 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.718402Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000034 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.718511Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.718927Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000033 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.719239Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000088 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.719431Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.719478Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000007 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.720700Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000048 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.721193Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000241 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994072;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:12.722496Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000122 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:12.723307Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000114 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.723772Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000076 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:12.724036Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000034 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.724135Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.724774Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.725124Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000092 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:12.725382Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.725430Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.725918Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000036 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.726313Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000081 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:12.727306Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000130 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:12.727723Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000041 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.727826Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.728222Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.728594Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000083 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:12.728794Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.728871Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.729248Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.729551Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000071 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:12.729794Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.729905Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.730255Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.730489Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000059 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:12.730673Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.730721Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.731090Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.731427Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000069 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:12.731641Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.731758Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.735573Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000045 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.736397Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000254 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
INSERT INTO assignment (type, actor_id, target_id, role_id, inherited) VALUES ('UserDomain', '04726d20728e486393101c66867e6d8e', 'default', '3c702f4841684d2b997709997c3cfadf', 0);
# Time: 2023-10-22T17:01:12.763393Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.026748 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
COMMIT;
# Time: 2023-10-22T17:01:12.763625Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000065 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.765062Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000080 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT 1;
# Time: 2023-10-22T17:01:12.765641Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000099 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994072;
SELECT service.id AS service_id, service.type AS service_type, service.enabled AS service_enabled, service.extra AS service_extra
FROM service;
# Time: 2023-10-22T17:01:12.765964Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:12.766082Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994072;
ROLLBACK;
# Time: 2023-10-22T17:01:13.285893Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000097 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.286642Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000458 Lock_time: 0.000004 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.288418Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000249 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.288918Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000048 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.288991Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.292141Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000069 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.292797Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000251 Lock_time: 0.000003 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.294170Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000143 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.294919Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000149 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.295424Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000098 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.295650Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000034 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.295722Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.296206Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000040 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.296602Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000140 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:13.296837Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.296902Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.297355Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000047 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.297755Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000127 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:13.298734Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000156 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:13.299114Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000039 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.299186Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.299601Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000040 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.299939Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000106 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:13.300145Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.300207Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.300645Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000050 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.300975Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000097 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:13.301234Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000038 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.301341Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.301913Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000044 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.302266Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000098 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:13.302562Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000037 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.302652Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.303139Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000050 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.303473Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000093 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:13.303671Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.303734Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.305615Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000072 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.306249Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000309 Lock_time: 0.000003 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.308214Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000239 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.309225Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000152 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.309834Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000107 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.310157Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000043 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.310260Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.310925Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000078 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.311369Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000140 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:13.311756Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000044 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.311827Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.312418Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000140 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.312775Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000093 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:13.313829Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000157 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:13.314210Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000032 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.314301Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000013 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.314794Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000042 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.315170Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000101 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:13.315430Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.315524Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.316023Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000042 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.316462Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000161 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:13.320898Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000077 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.320980Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.321504Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000051 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.321860Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000134 Lock_time: 0.000003 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:13.322076Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.322139Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.322521Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.322780Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000062 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:13.322963Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.323034Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.331914Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000091 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.332574Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000393 Lock_time: 0.000003 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.334177Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000140 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.334540Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000035 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.334625Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.337648Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000051 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.342685Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.001868 Lock_time: 0.000004 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.343592Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000860 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.344192Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000567 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.344868Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000626 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.345082Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000155 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.345908Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000284 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.346231Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000306 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:13.346302Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000057 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.346681Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000368 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.346715Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.001621 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.346962Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000241 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.347850Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000876 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:13.348311Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000418 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:13.348567Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000092 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.349220Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000238 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.349489Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000254 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:13.349545Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000045 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.349875Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000322 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.349923Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.001342 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.350149Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000220 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.350423Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000238 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:13.350456Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.350508Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000009 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.350836Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.351090Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000064 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:13.351275Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.351321Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000009 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.351681Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.351934Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000059 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:13.352099Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.352143Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.353487Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000042 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.353951Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000221 Lock_time: 0.000003 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.355385Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000116 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.355992Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000088 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.356453Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000070 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.356699Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.356754Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000010 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.357234Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.357550Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000084 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:13.357798Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.357847Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000009 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.358234Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.358541Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000066 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:13.359382Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000103 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:13.359686Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.359737Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000009 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.360092Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.360445Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000130 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:13.360636Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.360683Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.361035Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.361281Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000062 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:13.361475Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.361522Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.361838Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.362095Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000062 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:13.362272Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.362316Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.362645Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.362897Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000070 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:13.363088Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.363136Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.396596Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000091 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.397247Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000291 Lock_time: 0.000003 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.399096Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000157 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.399903Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000102 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.400452Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000084 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.400750Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000036 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.400843Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.401448Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000038 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.401837Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000095 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:13.402127Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.402213Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000013 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.402626Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.402950Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000061 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:13.403660Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000032 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.403787Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000095 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:13.404130Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000180 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.405707Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000040 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.405776Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000116 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.405813Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000010 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.406133Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.406188Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.406408Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.407861Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000104 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:13.408144Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.408206Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.408697Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000044 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.409033Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000094 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:13.409070Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.409289Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000034 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.409354Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.409506Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000190 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.409721Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000043 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.410003Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000061 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:13.410231Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.410292Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.410666Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.410728Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000098 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.411333Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000086 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.411722Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000057 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.411824Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000053 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:13.411964Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.412018Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.412049Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.412113Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.412676Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000032 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.413013Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000092 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:13.413256Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.413307Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.413396Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.413749Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.413858Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000194 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.414036Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000048 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:13.414890Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000106 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:13.415150Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000090 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.415197Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.415796Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000557 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.416063Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000088 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.416207Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.416564Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000065 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.416608Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000053 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:13.416817Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.416859Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000037 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.416864Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.416963Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.417206Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.417382Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.417464Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000061 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:13.417656Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.417704Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.417720Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000069 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:13.417997Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.418036Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.418085Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.418291Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000057 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:13.418478Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.418505Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.418524Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000007 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.418842Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000086 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:13.418859Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.419090Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000047 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:13.419254Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.419299Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000009 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.419719Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000096 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:13.420469Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.420894Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000205 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.421326Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000040 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.421420Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.421852Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.422228Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000092 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:13.422496Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.422561Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.422806Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000096 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.422931Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000042 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.423420Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000077 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.423801Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000046 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.423808Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000070 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:13.423995Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.424047Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000009 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.424100Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.424173Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.424599Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000033 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.424682Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.424936Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000088 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:13.425039Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000053 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:13.425169Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.425219Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.425325Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.425425Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.425615Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.425823Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000035 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.425912Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000062 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:13.426127Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000059 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:13.426372Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.426457Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000038 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.426752Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000098 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:13.427065Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.427118Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.427167Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.427479Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.427642Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000174 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT revocation_event.id AS revocation_event_id, revocation_event.domain_id AS revocation_event_domain_id, revocation_event.project_id AS revocation_event_project_id, revocation_event.user_id AS revocation_event_user_id, revocation_event.role_id AS revocation_event_role_id, revocation_event.trust_id AS revocation_event_trust_id, revocation_event.consumer_id AS revocation_event_consumer_id, revocation_event.access_token_id AS revocation_event_access_token_id, revocation_event.issued_before AS revocation_event_issued_before, revocation_event.expires_at AS revocation_event_expires_at, revocation_event.revoked_at AS revocation_event_revoked_at, revocation_event.audit_id AS revocation_event_audit_id, revocation_event.audit_chain_id AS revocation_event_audit_chain_id
FROM revocation_event
WHERE revocation_event.issued_before >= '2023-10-22 17:01:13' AND (revocation_event.user_id IS NULL OR revocation_event.user_id = '04726d20728e486393101c66867e6d8e') AND revocation_event.project_id IS NULL AND (revocation_event.audit_id IS NULL OR revocation_event.audit_id = '1a4HbfLwTj26GA_IPQm45A');
# Time: 2023-10-22T17:01:13.427778Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000057 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:13.427983Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.427996Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.428032Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.428060Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.428439Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.428559Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.428729Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000072 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:13.428923Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.428971Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.429025Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000178 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.429312Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.429566Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000061 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:13.429771Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.429818Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000007 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.430176Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.430384Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000110 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.430419Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000045 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:13.430604Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.430651Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000007 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.431057Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000088 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.431549Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000059 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.431797Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.431856Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000010 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.432265Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.433453Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000125 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:13.433902Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000036 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.434023Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.434806Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000040 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.438885Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000106 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:13.440076Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000144 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:13.440558Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000034 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.440594Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.440661Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.441103Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.441173Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000236 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.441393Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000056 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:13.441608Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.441676Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000012 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.442026Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.442278Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000065 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:13.442491Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.442545Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.442732Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000097 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.442885Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.443128Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000054 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:13.443309Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.443343Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000070 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.443355Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.443680Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.443950Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000060 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:13.444125Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.444171Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.444749Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000083 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.445079Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.445143Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000012 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.445656Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000036 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.445749Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.446003Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000094 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:13.446146Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000170 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.446242Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.446290Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000009 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.446674Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.446980Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000062 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:13.447608Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000098 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.447829Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000083 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:13.448149Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.448200Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.448212Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000069 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.448691Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.448723Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000060 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.448943Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.448979Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000058 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:13.448996Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.449187Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.449235Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.449393Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.449578Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.449670Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000075 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:13.449820Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000049 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:13.449890Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.449936Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.450000Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000012 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.450046Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.450272Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.450344Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.450549Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000061 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:13.450603Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000050 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:13.450793Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.450839Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.451159Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.451356Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000086 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:13.451390Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000046 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:13.451549Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.451594Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.451656Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.451712Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.452054Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.452167Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.452284Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000060 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:13.452528Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.452576Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000007 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.452891Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.453178Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000075 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:13.453394Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.453461Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000242 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.453467Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000011 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.453789Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.454096Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000071 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:13.454340Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.454403Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.454718Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000033 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.455013Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000067 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:13.455142Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000067 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.455181Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.455303Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.456041Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000078 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.456699Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000069 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.456920Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.458180Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000044 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.458273Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.458726Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.459041Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000103 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:13.459274Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.459470Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000156 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT project.id AS project_id, project.name AS project_name, project.domain_id AS project_domain_id, project.description AS project_description, project.enabled AS project_enabled, project.extra AS project_extra, project.parent_id AS project_parent_id, project.is_domain AS project_is_domain
FROM project
WHERE project.id = 'Default';
# Time: 2023-10-22T17:01:13.459537Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000012 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.459918Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.460179Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000056 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:13.461261Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000141 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:13.461631Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.461829Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000143 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT project_option.project_id AS project_option_project_id, project_option.option_id AS project_option_option_id, project_option.option_value AS project_option_option_value, anon_1.project_id AS anon_1_project_id
FROM (SELECT project.id AS project_id
FROM project
WHERE project.id = 'Default') AS anon_1 INNER JOIN project_option ON anon_1.project_id = project_option.project_id;
# Time: 2023-10-22T17:01:13.461875Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000011 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.462269Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.462537Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000070 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:13.462750Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.462799Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.463042Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000129 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT project_tag.project_id AS project_tag_project_id, project_tag.name AS project_tag_name, anon_1.project_id AS anon_1_project_id
FROM (SELECT project.id AS project_id
FROM project
WHERE project.id = 'Default') AS anon_1 INNER JOIN project_tag ON project_tag.project_id = anon_1.project_id;
# Time: 2023-10-22T17:01:13.463334Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.463373Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.463451Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.463674Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000061 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:13.463863Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.463909Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.465686Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000049 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.466124Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.466403Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000082 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:13.466597Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.466645Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.466894Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000070 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT project.id AS project_id, project.name AS project_name, project.domain_id AS project_domain_id, project.description AS project_description, project.enabled AS project_enabled, project.extra AS project_extra, project.parent_id AS project_parent_id, project.is_domain AS project_is_domain
FROM project
WHERE project.id = 'Default';
# Time: 2023-10-22T17:01:13.467074Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.467319Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000055 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:13.467514Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.467561Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.468106Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000107 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT project_option.project_id AS project_option_project_id, project_option.option_id AS project_option_option_id, project_option.option_value AS project_option_option_value, anon_1.project_id AS anon_1_project_id
FROM (SELECT project.id AS project_id
FROM project
WHERE project.id = 'Default') AS anon_1 INNER JOIN project_option ON anon_1.project_id = project_option.project_id;
# Time: 2023-10-22T17:01:13.468436Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.468816Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000116 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT revocation_event.id AS revocation_event_id, revocation_event.domain_id AS revocation_event_domain_id, revocation_event.project_id AS revocation_event_project_id, revocation_event.user_id AS revocation_event_user_id, revocation_event.role_id AS revocation_event_role_id, revocation_event.trust_id AS revocation_event_trust_id, revocation_event.consumer_id AS revocation_event_consumer_id, revocation_event.access_token_id AS revocation_event_access_token_id, revocation_event.issued_before AS revocation_event_issued_before, revocation_event.expires_at AS revocation_event_expires_at, revocation_event.revoked_at AS revocation_event_revoked_at, revocation_event.audit_id AS revocation_event_audit_id, revocation_event.audit_chain_id AS revocation_event_audit_chain_id
FROM revocation_event
WHERE revocation_event.issued_before >= '2023-10-22 17:01:13' AND (revocation_event.user_id IS NULL OR revocation_event.user_id = '04726d20728e486393101c66867e6d8e') AND revocation_event.project_id IS NULL AND (revocation_event.audit_id IS NULL OR revocation_event.audit_id = 'CKf5aJ9oTcKH-SJ-rsX7Nw');
# Time: 2023-10-22T17:01:13.468899Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000064 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT project_tag.project_id AS project_tag_project_id, project_tag.name AS project_tag_name, anon_1.project_id AS anon_1_project_id
FROM (SELECT project.id AS project_id
FROM project
WHERE project.id = 'Default') AS anon_1 INNER JOIN project_tag ON project_tag.project_id = anon_1.project_id;
# Time: 2023-10-22T17:01:13.469183Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.469222Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.469290Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.469315Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000013 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.469710Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.470112Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000204 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.471512Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000127 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.472483Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000217 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.472978Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000084 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.473223Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.473281Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.473759Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.474076Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000088 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:13.474308Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.474357Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000009 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.474672Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000040 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.474812Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.475148Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000214 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.475328Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000046 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:13.476219Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000115 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:13.476669Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.476802Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000086 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.476842Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000009 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.477253Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.477513Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000088 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.477659Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000055 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:13.477892Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.477991Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000060 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.478046Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000009 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.478242Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.478361Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.478515Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.478784Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000069 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:13.478826Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.479019Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.479112Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000065 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:13.479162Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.479345Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.479410Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.479596Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.480451Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000037 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.480851Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000080 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:13.481726Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000111 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:13.482054Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.482177Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000012 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.482568Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.482826Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000073 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:13.483017Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.483080Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000012 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.483446Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.483558Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000086 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:13.483700Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000049 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:13.483990Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.484289Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.484508Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.484919Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.485206Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000079 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:13.485406Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.485454Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.485759Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.485988Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000064 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:13.486165Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.486211Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.486716Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.486846Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000073 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.487784Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000230 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.488219Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000041 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.488624Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000086 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:13.488842Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.488907Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.490780Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000143 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.490833Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000041 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.491326Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000204 Lock_time: 0.000004 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.492710Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000151 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.493665Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000121 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.494560Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000125 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.494835Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000063 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.495069Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000062 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.495236Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000035 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.495306Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.495398Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.495461Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.495860Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000036 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.495958Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000032 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.496260Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000092 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:13.496627Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000066 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:13.496864Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.496928Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.496978Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.497054Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.497454Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.498842Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000047 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.499228Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000072 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:13.499228Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000076 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:13.500269Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000131 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:13.501383Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000138 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:13.502380Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000050 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.502505Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.502997Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000034 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.503128Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.503390Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000038 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.503708Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000034 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.503991Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000109 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:13.504171Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000070 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:13.504436Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000119 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.504527Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.504725Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000046 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.504969Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.505552Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000043 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.505906Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000106 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:13.506192Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000034 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.506454Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.507317Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000094 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:13.507551Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.507777Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.507845Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.508148Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000035 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.508317Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.508859Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000139 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:13.509182Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000037 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.509267Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.509441Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000102 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:13.509782Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.509884Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.510005Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000039 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.510329Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000090 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:13.510564Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.510657Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.510749Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.511067Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000074 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:13.511416Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.511504Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.513645Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000055 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.514375Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000181 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT revocation_event.id AS revocation_event_id, revocation_event.domain_id AS revocation_event_domain_id, revocation_event.project_id AS revocation_event_project_id, revocation_event.user_id AS revocation_event_user_id, revocation_event.role_id AS revocation_event_role_id, revocation_event.trust_id AS revocation_event_trust_id, revocation_event.consumer_id AS revocation_event_consumer_id, revocation_event.access_token_id AS revocation_event_access_token_id, revocation_event.issued_before AS revocation_event_issued_before, revocation_event.expires_at AS revocation_event_expires_at, revocation_event.revoked_at AS revocation_event_revoked_at, revocation_event.audit_id AS revocation_event_audit_id, revocation_event.audit_chain_id AS revocation_event_audit_chain_id
FROM revocation_event
WHERE revocation_event.issued_before >= '2023-10-22 17:01:13' AND (revocation_event.user_id IS NULL OR revocation_event.user_id = '04726d20728e486393101c66867e6d8e') AND revocation_event.project_id IS NULL AND (revocation_event.audit_id IS NULL OR revocation_event.audit_id = '1a4HbfLwTj26GA_IPQm45A');
# Time: 2023-10-22T17:01:13.514703Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.515605Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.515643Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000090 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id = 'admin';
# Time: 2023-10-22T17:01:13.515749Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000011 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.516488Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.516579Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000009 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.516882Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.517180Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.517391Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000256 Lock_time: 0.000003 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.517458Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000045 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id = 'admin';
# Time: 2023-10-22T17:01:13.518045Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.518132Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000009 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.518835Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000126 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.519606Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000087 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.520009Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000053 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.520258Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000038 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.520310Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.520822Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.521110Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000073 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:13.521344Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.521416Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000013 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.522036Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000049 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.522360Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000070 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:13.522616Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000042 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.523101Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000236 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.523229Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000161 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:13.523777Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000032 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.523845Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000009 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.524318Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000037 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.524693Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000089 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:13.524763Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000095 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.524909Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.524958Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.525340Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.525422Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000094 Lock_time: 0.000003 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.525606Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000053 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:13.525812Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.525815Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000051 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.525880Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.526059Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.526114Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000009 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.526223Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.526504Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000070 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:13.526570Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.526714Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.526763Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.526865Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000067 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:13.527090Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.527092Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.527164Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000009 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.527342Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000052 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:13.527502Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000013 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.527546Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000007 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.528155Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.528595Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000095 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:13.529030Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000118 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.529577Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000226 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.529592Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000132 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:13.529939Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.529994Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.530370Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.530650Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000071 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:13.530855Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.530902Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.531213Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.531452Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000055 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:13.531634Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.531681Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.531962Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.532107Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000103 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.532186Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000052 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:13.532490Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.533301Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000072 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.533307Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.533663Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000045 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.533708Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.533860Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.533939Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000013 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.534022Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000088 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:13.534216Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.534263Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.534327Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.534577Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000055 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:13.534753Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000012 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.534783Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.534796Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.535084Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.535133Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000177 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.535302Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000039 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:13.535970Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000063 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:13.536197Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000075 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.536203Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000013 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.536429Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.536905Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.537002Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000088 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.537185Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000049 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:13.537370Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000047 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.537401Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.537446Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000007 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.537562Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.537617Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.537754Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.537967Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.537979Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000048 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:13.538147Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000013 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.538191Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.538219Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000060 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:13.538416Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000013 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.538461Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000009 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.538474Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.538694Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000056 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:13.538794Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.538875Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.538918Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.539032Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000049 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:13.539222Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.539447Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000051 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:13.539616Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.539664Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000007 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.539833Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000088 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:13.540285Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.540407Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.540935Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000034 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.541269Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000088 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:13.541483Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.541534Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.541890Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.542144Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000066 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:13.542334Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.542383Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.542728Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.542953Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.542985Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000071 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:13.543175Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.543221Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.543556Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000027 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.543800Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000043 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:13.543801Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000112 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT project.id AS project_id, project.name AS project_name, project.domain_id AS project_domain_id, project.description AS project_description, project.enabled AS project_enabled, project.extra AS project_extra, project.parent_id AS project_parent_id, project.is_domain AS project_is_domain
FROM project
WHERE project.id != '<<keystone.domain.root>>' AND project.name = 'Default' AND project.is_domain = true;
# Time: 2023-10-22T17:01:13.543986Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.544048Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000012 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.546143Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000028 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.546202Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000167 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 2
SET timestamp=1697994073;
SELECT project_option.project_id AS project_option_project_id, project_option.option_id AS project_option_option_id, project_option.option_value AS project_option_option_value, anon_1.project_id AS anon_1_project_id
FROM (SELECT project.id AS project_id
FROM project
WHERE project.id != '<<keystone.domain.root>>' AND project.name = 'Default' AND project.is_domain = true) AS anon_1 INNER JOIN project_option ON anon_1.project_id = project_option.project_id;
# Time: 2023-10-22T17:01:13.546619Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000114 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT revocation_event.id AS revocation_event_id, revocation_event.domain_id AS revocation_event_domain_id, revocation_event.project_id AS revocation_event_project_id, revocation_event.user_id AS revocation_event_user_id, revocation_event.role_id AS revocation_event_role_id, revocation_event.trust_id AS revocation_event_trust_id, revocation_event.consumer_id AS revocation_event_consumer_id, revocation_event.access_token_id AS revocation_event_access_token_id, revocation_event.issued_before AS revocation_event_issued_before, revocation_event.expires_at AS revocation_event_expires_at, revocation_event.revoked_at AS revocation_event_revoked_at, revocation_event.audit_id AS revocation_event_audit_id, revocation_event.audit_chain_id AS revocation_event_audit_chain_id
FROM revocation_event
WHERE revocation_event.issued_before >= '2023-10-22 17:01:13' AND (revocation_event.user_id IS NULL OR revocation_event.user_id = '04726d20728e486393101c66867e6d8e') AND revocation_event.project_id IS NULL AND (revocation_event.audit_id IS NULL OR revocation_event.audit_id = '-CU_iUN6SV-1NgO3FnFr1Q');
# Time: 2023-10-22T17:01:13.546910Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.546960Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.547336Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.547559Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000121 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT project_tag.project_id AS project_tag_project_id, project_tag.name AS project_tag_name, anon_1.project_id AS anon_1_project_id
FROM (SELECT project.id AS project_id
FROM project
WHERE project.id != '<<keystone.domain.root>>' AND project.name = 'Default' AND project.is_domain = true) AS anon_1 INNER JOIN project_tag ON project_tag.project_id = anon_1.project_id;
# Time: 2023-10-22T17:01:13.547707Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000196 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.547859Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.547913Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.549130Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000157 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.550018Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000121 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.550473Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000068 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.550687Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.550738Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.551367Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000041 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.551694Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.551706Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000101 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:13.551993Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.552263Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000225 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.552607Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.553071Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000036 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.553404Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000078 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:13.554026Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000114 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.554276Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000088 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:13.554610Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.554666Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.554729Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000086 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.555040Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.555166Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000060 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.555300Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000053 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:13.555387Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.555445Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.555492Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000012 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.555537Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.555872Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000025 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.555886Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.556115Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000067 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:13.556166Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000056 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:13.556299Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.556426Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.556526Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.556585Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000009 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.556911Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.557034Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000036 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.557361Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000073 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:13.557809Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000079 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:13.558017Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.558064Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.558324Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000120 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:13.558383Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.558580Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000043 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:13.558647Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.558701Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.558724Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000012 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.558765Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000007 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.559057Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000023 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.559322Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000067 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:13.559628Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.559682Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000007 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.559717Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.560095Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.560126Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000200 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.560442Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000155 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:13.560744Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000029 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.560801Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000009 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.561225Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.561512Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000076 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:13.561631Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000085 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.561720Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.561771Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.562109Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.562352Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000051 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:13.562361Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000072 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.562510Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000013 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.562564Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.563177Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000034 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.563653Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000228 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.563662Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000050 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.563880Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.563934Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.564519Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000037 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.564864Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000099 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:13.565101Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.565149Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.565278Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000085 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.565533Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.565782Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000053 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:13.566002Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000067 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.566381Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000050 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.566569Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000074 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:13.566576Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.566662Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.566903Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.566953Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.567103Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.567299Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.567410Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000080 Lock_time: 0.000003 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:13.567555Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000053 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:13.567653Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.567698Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000007 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.567748Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.567807Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000010 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.568091Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.568110Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.568496Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000204 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:13.568687Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.568731Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000007 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.569042Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.569252Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000051 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:13.569359Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000060 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:13.569424Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.569468Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.569764Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.569990Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000057 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:13.570145Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.570188Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.570228Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000078 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:13.570539Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.570589Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.570954Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000024 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.571205Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000062 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:13.571396Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000015 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.571448Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.571787Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.572025Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000061 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:13.572217Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.572261Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.572596Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.572832Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000055 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '4af27946ce2f415abc135f5e2003da86';
# Time: 2023-10-22T17:01:13.573013Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000013 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.573057Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.573373Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.573604Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000056 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cb5b902c3e214be7bf114a0953752ef6';
# Time: 2023-10-22T17:01:13.573760Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000014 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.573805Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000007 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.574496Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000031 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.574886Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000130 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT revocation_event.id AS revocation_event_id, revocation_event.domain_id AS revocation_event_domain_id, revocation_event.project_id AS revocation_event_project_id, revocation_event.user_id AS revocation_event_user_id, revocation_event.role_id AS revocation_event_role_id, revocation_event.trust_id AS revocation_event_trust_id, revocation_event.consumer_id AS revocation_event_consumer_id, revocation_event.access_token_id AS revocation_event_access_token_id, revocation_event.issued_before AS revocation_event_issued_before, revocation_event.expires_at AS revocation_event_expires_at, revocation_event.revoked_at AS revocation_event_revoked_at, revocation_event.audit_id AS revocation_event_audit_id, revocation_event.audit_chain_id AS revocation_event_audit_chain_id
FROM revocation_event
WHERE revocation_event.issued_before >= '2023-10-22 17:01:13' AND (revocation_event.user_id IS NULL OR revocation_event.user_id = '04726d20728e486393101c66867e6d8e') AND revocation_event.project_id IS NULL AND (revocation_event.audit_id IS NULL OR revocation_event.audit_id = 'CKf5aJ9oTcKH-SJ-rsX7Nw');
# Time: 2023-10-22T17:01:13.575167Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.575214Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000007 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.575269Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000026 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.575633Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.575980Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000178 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
INSERT INTO `role` (id, name, description, extra) VALUES ('0c3e1a6d81a04c9593893a5900fa2fd8', 'service', NULL, '{}');
# Time: 2023-10-22T17:01:13.576047Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000215 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.577883Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000132 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.579788Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.003630 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.579955Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 12
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.580012Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000119 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.580611Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000083 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.580855Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000020 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.580916Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.581394Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000032 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.581720Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000091 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT system_assignment.type AS system_assignment_type, system_assignment.actor_id AS system_assignment_actor_id, system_assignment.target_id AS system_assignment_target_id, system_assignment.role_id AS system_assignment_role_id, system_assignment.inherited AS system_assignment_inherited
FROM system_assignment
WHERE system_assignment.actor_id = '04726d20728e486393101c66867e6d8e' AND system_assignment.target_id = 'system' AND system_assignment.type = 'UserSystem';
# Time: 2023-10-22T17:01:13.581964Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000019 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.582013Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.582589Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000030 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.582953Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000071 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT `role`.id AS role_id, `role`.name AS role_name, `role`.domain_id AS role_domain_id, `role`.description AS role_description, `role`.extra AS role_extra
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf');
# Time: 2023-10-22T17:01:13.583580Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000032 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.583875Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000106 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT role_option.role_id AS role_option_role_id, role_option.option_id AS role_option_option_id, role_option.option_value AS role_option_option_value, anon_1.role_id AS anon_1_role_id
FROM (SELECT `role`.id AS role_id
FROM `role`
WHERE `role`.id IN ('3c702f4841684d2b997709997c3cfadf')) AS anon_1 INNER JOIN role_option ON anon_1.role_id = role_option.role_id;
# Time: 2023-10-22T17:01:13.584021Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000197 Lock_time: 0.000002 Rows_sent: 1 Rows_examined: 2
SET timestamp=1697994073;
SELECT user.enabled AS user_enabled, user.id AS user_id, user.domain_id AS user_domain_id, user.extra AS user_extra, user.default_project_id AS user_default_project_id, user.created_at AS user_created_at, user.last_active_at AS user_last_active_at, password_1.created_at AS password_1_created_at, password_1.expires_at AS password_1_expires_at, password_1.id AS password_1_id, password_1.local_user_id AS password_1_local_user_id, password_1.password_hash AS password_1_password_hash, password_1.created_at_int AS password_1_created_at_int, password_1.expires_at_int AS password_1_expires_at_int, password_1.self_service AS password_1_self_service, local_user_1.id AS local_user_1_id, local_user_1.user_id AS local_user_1_user_id, local_user_1.domain_id AS local_user_1_domain_id, local_user_1.name AS local_user_1_name, local_user_1.failed_auth_count AS local_user_1_failed_auth_count, local_user_1.failed_auth_at AS local_user_1_failed_auth_at, federated_user_1.id AS federated_user_1_id, federated_user_1.user_id AS federated_user_1_user_id, federated_user_1.idp_id AS federated_user_1_idp_id, federated_user_1.protocol_id AS federated_user_1_protocol_id, federated_user_1.unique_id AS federated_user_1_unique_id, federated_user_1.display_name AS federated_user_1_display_name, nonlocal_user_1.domain_id AS nonlocal_user_1_domain_id, nonlocal_user_1.name AS nonlocal_user_1_name, nonlocal_user_1.user_id AS nonlocal_user_1_user_id
FROM user LEFT OUTER JOIN local_user AS local_user_1 ON user.id = local_user_1.user_id AND user.domain_id = local_user_1.domain_id LEFT OUTER JOIN password AS password_1 ON local_user_1.id = password_1.local_user_id LEFT OUTER JOIN federated_user AS federated_user_1 ON user.id = federated_user_1.user_id LEFT OUTER JOIN nonlocal_user AS nonlocal_user_1 ON user.domain_id = nonlocal_user_1.domain_id AND user.id = nonlocal_user_1.user_id
WHERE user.id = '04726d20728e486393101c66867e6d8e' ORDER BY password_1.created_at_int;
# Time: 2023-10-22T17:01:13.584251Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.584487Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000016 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.585090Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000036 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.585397Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000085 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = '3c702f4841684d2b997709997c3cfadf';
# Time: 2023-10-22T17:01:13.585601Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000017 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.585650Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.585783Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000141 Lock_time: 0.000002 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT user_option.user_id AS user_option_user_id, user_option.option_id AS user_option_option_id, user_option.option_value AS user_option_option_value, anon_1.user_id AS anon_1_user_id
FROM (SELECT user.id AS user_id
FROM user
WHERE user.id = '04726d20728e486393101c66867e6d8e') AS anon_1 INNER JOIN user_option ON anon_1.user_id = user_option.user_id;
# Time: 2023-10-22T17:01:13.585980Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000021 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.586234Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000064 Lock_time: 0.000001 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT implied_role.prior_role_id AS implied_role_prior_role_id, implied_role.implied_role_id AS implied_role_implied_role_id
FROM implied_role
WHERE implied_role.prior_role_id = 'cc5f25d15f254b099e5127d63f425b67';
# Time: 2023-10-22T17:01:13.586479Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000018 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.586529Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000008 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.586626Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000091 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT `group`.id AS group_id, `group`.name AS group_name, `group`.domain_id AS group_domain_id, `group`.description AS group_description, `group`.extra AS group_extra
FROM `group` INNER JOIN user_group_membership ON `group`.id = user_group_membership.group_id
WHERE user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.588553Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000122 Lock_time: 0.000001 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
SELECT expiring_user_group_membership.user_id AS expiring_user_group_membership_user_id, expiring_user_group_membership.group_id AS expiring_user_group_membership_group_id, expiring_user_group_membership.idp_id AS expiring_user_group_membership_idp_id, expiring_user_group_membership.last_verified AS expiring_user_group_membership_last_verified
FROM expiring_user_group_membership
WHERE expiring_user_group_membership.user_id = '04726d20728e486393101c66867e6d8e';
# Time: 2023-10-22T17:01:13.588853Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000022 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1697994073;
ROLLBACK;
# Time: 2023-10-22T17:01:13.586914Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 13
# Query_time: 0.000064 Lock_time: 0.000000 Rows_sent: 1 Rows_examined: 1
SET timestamp=1697994073;
SELECT 1;
# Time: 2023-10-22T17:01:13.588913Z
# User@Host: root[root] @ localhost [127.0.0.1] Id: 14
# Query_time: 0.000009 Lock_time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment