Details
-
Task
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
It could be interresting to be able to reset some of the global statuts values in case some important changes has been made to the MariaDB configuration, on the OS or on the applications using the server and you want to monitor how MariaDB is behaving with the new settings without restarting MariaDB.
For example, these variables could be reset with a FLUSH GLOBAL STATUS : Bytes_received, Bytes_sent, Com_%, Connections, Created_tmp_%, Handler_%, Opened_%, Sort_%, Rows_%, queries, Questions, Select_%.
An old bug/feature request on MySQL for it : http://bugs.mysql.com/bug.php?id=22875.