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_memory_global_by_current_bytes.result

DESC sys.memory_global_by_current_bytes;
Field	Type	Null	Key	Default	Extra
event_name	varchar(128)	NO		NULL	
current_count	bigint(20)	NO		NULL	
current_alloc	text	YES		NULL	
current_avg_alloc	text	YES		NULL	
high_count	bigint(20)	NO		NULL	
high_alloc	text	YES		NULL	
high_avg_alloc	text	YES		NULL	
SELECT * FROM sys.memory_global_by_current_bytes;
DESC sys.x$memory_global_by_current_bytes;
Field	Type	Null	Key	Default	Extra
event_name	varchar(128)	NO		NULL	
current_count	bigint(20)	NO		NULL	
current_alloc	bigint(20)	NO		NULL	
current_avg_alloc	decimal(23,4)	NO		0.0000	
high_count	bigint(20)	NO		NULL	
high_alloc	bigint(20)	NO		NULL	
high_avg_alloc	decimal(23,4)	NO		0.0000	
SELECT * FROM sys.x$memory_global_by_current_bytes;

Man Man