Uploaded image for project: 'MariaDB MaxScale'
  1. MariaDB MaxScale
  2. MXS-4315

Access to maxscale status/config from within the database cli

    XMLWordPrintable

Details

    Description

      This is a request to expose some status and config variables of maxscale from within the database cli (mariadb/mysql/etc). The general idea is to log in to the database through the maxscale instance, and while within that database cli, commands could be issued that would return status values from the overlying maxscale instance.

      example

      $> mariadb -u username -h maxscale-host -P 4006
       
      MariaDB [(none)]> show maxscle status like 'causal_r%';
      +---------------+-------+
      | Variable_name | Value |
      +---------------+-------+
      | causal_reads | ON    |
      +---------------+-------+
      1 row in set (0.005 sec)
      

      This could allow for SkySQL clients to be able to view maxscale information.

      Attachments

        Activity

          People

            toddstoffel Todd Stoffel (Inactive)
            ivenn Isaac Venn (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.