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

Bad column name for SELECT '8bit-string' when "SET NAMES binary"

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • 5.3.12, 5.5.39, 10.0.13
    • 5.5
    • None
    • None

    Description

      Run this SQL script in a UTF8 console:

      SET NAMES binary;
      SELECT 'aa','aä','äa','ää';

      The output is:

      +----+-----+-----+------+
      | aa | aä  | a   |      |
      +----+-----+-----+------+
      | aa | aä  | äa  | ää   |
      +----+-----+-----+------+

      Column names for the third and the fourth columns are wrong.

      Attachments

        Activity

          People

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