summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sysschema/r/v_user_summary_by_statement_latency.result
blob: 36dadc2925bd7699cdbee43475218b760744f72c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESC sys.user_summary_by_statement_latency;
Field	Type	Null	Key	Default	Extra
user	varchar(128)	YES		NULL	
total	decimal(42,0)	YES		NULL	
total_latency	text	YES		NULL	
max_latency	text	YES		NULL	
lock_latency	text	YES		NULL	
rows_sent	decimal(42,0)	YES		NULL	
rows_examined	decimal(42,0)	YES		NULL	
rows_affected	decimal(42,0)	YES		NULL	
full_scans	decimal(43,0)	YES		NULL	
SELECT * FROM sys.user_summary_by_statement_latency;
DESC sys.x$user_summary_by_statement_latency;
Field	Type	Null	Key	Default	Extra
user	varchar(128)	YES		NULL	
total	decimal(42,0)	YES		NULL	
total_latency	decimal(42,0)	YES		NULL	
max_latency	decimal(42,0)	YES		NULL	
lock_latency	decimal(42,0)	YES		NULL	
rows_sent	decimal(42,0)	YES		NULL	
rows_examined	decimal(42,0)	YES		NULL	
rows_affected	decimal(42,0)	YES		NULL	
full_scans	decimal(43,0)	YES		NULL	
SELECT * FROM sys.x$user_summary_by_statement_latency;