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

IS.slave_status column Master_SSL_Verify_Server_Cert requires identifier quoting

    XMLWordPrintable

Details

    • Unexpected results

    Description

      SELECT `Master_SSL_Verify_Server_Cert` FROM information_schema.slave_status;
      #=> No
      SELECT Master_SSL_Verify_Server_Cert FROM information_schema.slave_status;
      #!> ER_PARSE_ERROR (1064): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'Master_SSL_Verify_Server_Cert FROM information_schema.slave_status' at line 1
      

      No other CHANGE MASTER field requires quoting.

      Suspected problem: MASTER_SSL_VERIFY_SERVER_CERT (and only this field) is a keyword in sql/sql_yacc.yy.

      Attachments

        Issue Links

          Activity

            People

              ParadoxV5 Jimmy Hú
              ParadoxV5 Jimmy Hú
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

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