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

DNAMES: column_list returns an empty string if at least one column has a symbolic name

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • None
    • 10.0.0
    • None
    • None

    Description

      select column_list(column_create('a', 'val1'));
      # +-----------------------------------------+
      # | column_list(column_create('a', 'val1')) |
      # +-----------------------------------------+
      # |                                         |
      # +-----------------------------------------+
      # 1 row in set (0.00 sec)
       
      select length(column_list(column_create('a', 'val1')));
      # +-------------------------------------------------+
      # | length(column_list(column_create('a', 'val1'))) |
      # +-------------------------------------------------+
      # |                                               0 |
      # +-------------------------------------------------+
      # 1 row in set (0.00 sec)
       

      For numeric identifiers seems to work all right:

      select column_list(column_create(1, 'val1'));
       
      # +---------------------------------------+
      # | column_list(column_create(1, 'val1')) |
      # +---------------------------------------+
      # | `1`                                   |
      # +---------------------------------------+
      # 1 row in set (0.00 sec)
       
      select length(column_list(column_create(1, 'val1')));
      # +-----------------------------------------------+
      # | length(column_list(column_create(1, 'val1'))) |
      # +-----------------------------------------------+
      # |                                             3 |
      # +-----------------------------------------------+
      # 1 row in set (0.00 sec)

      bzr version-info

      revision-id: elenst@ubuntu11.home-20120813090607-jtuq5p0umts16h5h
      date: 2012-08-13 13:06:07 +0400
      build-date: 2012-08-16 04:26:14 +0400
      revno: 3490

      Attachments

        Issue Links

          Activity

            People

              sanja Oleksandr Byelkin
              elenst Elena Stepanova
              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.