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

Regression: Bit and hex string literals changed column names in 10.0.14

    XMLWordPrintable

Details

    Description

      Bit and hex string literals unintentionally changed column names in 10.0.14 (possibly a fix for MDEV-6688)

      Before the change:

      mysql> SELECT _utf8 X'63', _utf8 B'01111110';
      +-------------+-------------------+
      | _utf8 X'63' | _utf8 B'01111110' |
      +-------------+-------------------+
      | c           | ~                 |
      +-------------+-------------------+

      after the change:

      mysql> SELECT _utf8 X'63', _utf8 B'01111110';
      +---+---+
      | c | ~ |
      +---+---+
      | c | ~ |
      +---+---+

      Attachments

        Activity

          People

            bar Alexander Barkov
            bar Alexander Barkov
            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.