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

MariaDB10 binlog router compatibilty

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 1.1.0
    • 1.2.0
    • binlogrouter
    • None

    Description

      In the binlog router machine for MariaDB10 compatibility SELECT VERSION and SELECT @@version_comment limit 1 were missing: those queries are now sent to master and the reply cached.

      https://github.com/mariadb-corporation/MaxScale/tree/binlog_router_mariadb10

      Now binlog router could be used with MariaDB 10 with this steps in maxscale.cnf:

      [Binlog_Service]
      type=service
      router=binlogrouter
      servers=master
      version_string=10.0.17-MariaDB-log
      router_options=mariadb10-compatibility=1,server-id=3,binlogdir=/usr/local/mariadb-maxscale/Binlog_Service

      Currently MariaDB 10 compatibility doesn’t show all the MariaDB specific replication events via maxadmin “show services” and may be some fields in MySQL>SHOW SLAVE STATUS should be updated/added.

      Attachments

        Issue Links

          Activity

            People

              Massimiliano Pinto Massimiliano Pinto (Inactive)
              Massimiliano Pinto Massimiliano Pinto (Inactive)
              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.