Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Dev/20141208 status metrics #40

Conversation

JesperWisborgKrogh
Copy link
Contributor

Adds the following:

  • The ucfirst() function which takes a string and converts the first character to upper case and the rest to lower case.
  • The view metrics which is a union of:
    • information_schema.GLOBAL_STATUS
    • information_schema.INNODB_METRICS
    • NOW()
    • UNIX_TIMESTAMP()
      The view uses the ucfirst() function to have all the global status variables and the InnoDB metrics names using the same convention as for the old SHOW GLOBAL STATUS.
      An Enabled column is included to make it easy to filter so just the enabled metrics are included.

@JesperWisborgKrogh
Copy link
Contributor Author

Replaced by #59

@JesperWisborgKrogh JesperWisborgKrogh deleted the dev/20141208_status_metrics branch June 3, 2015 13:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants