config root man

Current Path : /home/usr.opt/mysql57/mysql-test/suite/sysschema/r/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //home/usr.opt/mysql57/mysql-test/suite/sysschema/r/v_schema_table_statistics.result

DESC sys.schema_table_statistics;
Field	Type	Null	Key	Default	Extra
table_schema	varchar(64)	YES		NULL	
table_name	varchar(64)	YES		NULL	
total_latency	text	YES		NULL	
rows_fetched	bigint(20) unsigned	NO		NULL	
fetch_latency	text	YES		NULL	
rows_inserted	bigint(20) unsigned	NO		NULL	
insert_latency	text	YES		NULL	
rows_updated	bigint(20) unsigned	NO		NULL	
update_latency	text	YES		NULL	
rows_deleted	bigint(20) unsigned	NO		NULL	
delete_latency	text	YES		NULL	
io_read_requests	decimal(42,0)	YES		NULL	
io_read	text	YES		NULL	
io_read_latency	text	YES		NULL	
io_write_requests	decimal(42,0)	YES		NULL	
io_write	text	YES		NULL	
io_write_latency	text	YES		NULL	
io_misc_requests	decimal(42,0)	YES		NULL	
io_misc_latency	text	YES		NULL	
SELECT * FROM sys.schema_table_statistics;
DESC sys.x$schema_table_statistics;
Field	Type	Null	Key	Default	Extra
table_schema	varchar(64)	YES		NULL	
table_name	varchar(64)	YES		NULL	
total_latency	bigint(20) unsigned	NO		NULL	
rows_fetched	bigint(20) unsigned	NO		NULL	
fetch_latency	bigint(20) unsigned	NO		NULL	
rows_inserted	bigint(20) unsigned	NO		NULL	
insert_latency	bigint(20) unsigned	NO		NULL	
rows_updated	bigint(20) unsigned	NO		NULL	
update_latency	bigint(20) unsigned	NO		NULL	
rows_deleted	bigint(20) unsigned	NO		NULL	
delete_latency	bigint(20) unsigned	NO		NULL	
io_read_requests	decimal(42,0)	YES		NULL	
io_read	decimal(41,0)	YES		NULL	
io_read_latency	decimal(42,0)	YES		NULL	
io_write_requests	decimal(42,0)	YES		NULL	
io_write	decimal(41,0)	YES		NULL	
io_write_latency	decimal(42,0)	YES		NULL	
io_misc_requests	decimal(42,0)	YES		NULL	
io_misc_latency	decimal(42,0)	YES		NULL	
SELECT * FROM sys.x$schema_table_statistics;

Man Man