mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
9a6e05d8b9
with mysql_change_user) to 5.0.
12 lines
352 B
Text
12 lines
352 B
Text
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
|