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

SHOW TABLE STATUS FROM some_schema Fails with SchemaRouter

    XMLWordPrintable

Details

    Description

      MySQL [(none)]> show table status from some_schema;
      ERROR 1049 (42000): Unknown database 'some_schema';

      This works:
      USE some_schema;
      SHOW TABLE STATUS\G

      Relevant SchemaRouter config:

      [MyShardingService]
      type=service
      router=schemarouter
      auth_all_servers=true
      targets=Shard01,Shard02
      user=my_maxscale_user
      password=my_secure_password
      ignore_tables_regex=/^performance_schema/|/^information_schema/|/^mysql/|/^sys/
      refresh_interval=24h

      Attachments

        Activity

          People

            johan.wikman Johan Wikman
            claudio.nanni Claudio Nanni
            Votes:
            0 Vote for this issue
            Watchers:
            2 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.