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

Cursor protocol gives incorrect result with the utf8mb4 character set in COLUMN_LIST function

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • 10.4, 10.5, 10.6, 10.9, 10.10, 11.0, 11.1, 11.2
    • 10.4, 10.5, 10.6, 11.1, 11.2
    • None
    • None

    Description

      Testcase (run MTR test with --cursor-protocol):

      SET NAMES utf8mb4;
      SELECT COLUMN_LIST(COLUMN_CREATE(_utf8mb4 0xF09F9982, 1));
      

      Expected result:
      COLUMN_LIST(COLUMN_CREATE(_utf8mb4 0xF09F9982, 1))
      ``

      Actual result:
      COLUMN_LIST(COLUMN_CREATE(_utf8mb4 0xF09F9982, 1))
      `????`

      Attachments

        Issue Links

          Activity

            People

              bar Alexander Barkov
              lstartseva Lena Startseva
              Votes:
              0 Vote for this issue
              Watchers:
              1 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.