Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-7110

Add missing MySQL variable log_bin_basename and log_bin_index

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 10.0.14
    • 10.1.6
    • Replication
    • None

    Description

      I noticed MariaDB does not have corresponding MySQL system variables:

      log_bin_basename and log_bin_index

      Without log_bin_basename, there is no way to tell the location and name of the binary log.

      This is easily identifiable in MySQL:

      mysql> show global variables like 'log_bin%';
      +---------------------------------+---------------------------------------------------------------------+
      | Variable_name                   | Value                                                               |
      +---------------------------------+---------------------------------------------------------------------+
      | log_bin                         | ON                                                                  |
      | log_bin_basename                | C:\Program Files\MySQL\MySQL Server 5.6\Data\chris-laptop-bin       |
      | log_bin_index                   | C:\Program Files\MySQL\MySQL Server 5.6\Data\chris-laptop-bin.index |

      Without these, you can only conform whether binlogging is enabled or not.

      Attachments

        Issue Links

          Activity

            People

              nirbhay_c Nirbhay Choubey (Inactive)
              ccalender Chris Calender (Inactive)
              Votes:
              7 Vote for this issue
              Watchers:
              8 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.