summaryrefslogtreecommitdiff
path: root/mysql-test/r/not_embedded_server.result
blob: edb698ade8359560b06f42ebaf9b71c787119fbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
prepare stmt1 from ' show full processlist ';
execute stmt1;
Id	User	Host	db	Command	Time	State	Info
number	root	localhost	test	Query	time	NULL	show full processlist
deallocate prepare stmt1;
FLUSH STATUS;
SHOW GLOBAL STATUS LIKE 'com_select';
Variable_name	Value
Com_select	101
SHOW GLOBAL STATUS LIKE 'com_select';
Variable_name	Value
Com_select	101