Commit Graph

4 Commits

Author SHA1 Message Date
Tyron Madlener
5ec242bc14 Small improvements:
- Byte value also for query_cache_limit
- In Status and Server variables, '_' and ' ' can be used interchangably, but only worked for the first occurence
- For analysing queries from slow query log, database name is passed on and selected prior to analyzing the query
- Timespan format also for Uptime
2011-08-02 11:25:26 +03:00
Michal Čihař
c3daf8bc52 Wrap long lines and make it more readable 2011-07-25 11:53:02 +02:00
Tyron Madlener
6f4b0f88d2 - Server variables that represent bytes are convert to a byte format (e.g. 16 EiB instead of 18,446,744,073,709,551,616)
- A javascript code snippet that cuts off long strings (such as the optimizer_switch variable) so the whole table stays in view without scrolling.
2011-06-15 20:36:58 +02:00
Samiran Raj Boro
d2bee66fc4 server variables documentation link in server_variables.php
- $doclink is not used anymore as we dont use the value after echo the link
- $VARIABLE_DOC_LINKS is first check isset() because it might not be stored in our ./libraries/server_variables_doc.php

if any new variables are introduced in new version of MySQL it must be added to server_variable_doc.php to display the link
2011-03-16 11:51:09 +01:00