summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sysschema/r/v_host_summary_by_statement_latency.result
blob: 882a30b71a10a8b37469faa0d3413af7baa1567f (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.host_summary_by_statement_latency;
Field	Type	Null	Key	Default	Extra
host	varchar(255)	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.host_summary_by_statement_latency;
DESC sys.x$host_summary_by_statement_latency;
Field	Type	Null	Key	Default	Extra
host	varchar(255)	YES		NULL	
total	decimal(42,0)	YES		NULL	
total_latency	decimal(42,0)	YES		NULL	
max_latency	bigint(20) unsigned	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$host_summary_by_statement_latency;