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

SHOW ... result columns are right-aligned

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 10.2, 10.3, 10.4, 10.5, 10.6, 10.7
    • 10.2.42, 10.3.33, 10.4.23, 10.5.14, 10.6.6
    • None

    Description

      Not sure if this is intentional? I don't think it's an improvement ...!

      MariaDB [(none)]> SHOW DATABASES;
      +--------------------+
      | Database           |
      +--------------------+
      | information_schema |
      |              mysql |
      | performance_schema |
      |                sys |
      +--------------------+
      4 rows in set (0.001 sec)
       
      MariaDB [(none)]> SHOW VARIABLES LIKE 'version%';
      +-------------------------+---------------------------------------------------------+
      | Variable_name           | Value                                                   |
      +-------------------------+---------------------------------------------------------+
      |                 version | 10.8.0-MariaDB-ea9489536911b083c5e28b15c071cf6931247b7e |
      |         version_comment |                         mariadb.org binary distribution |
      | version_compile_machine |                                                  x86_64 |
      |      version_compile_os |                                        debian-linux-gnu |
      |  version_malloc_library |                                                  system |
      | version_source_revision |                ea9489536911b083c5e28b15c071cf6931247b7e |
      |     version_ssl_library |                             OpenSSL 1.1.1f  31 Mar 2020 |
      +-------------------------+---------------------------------------------------------+
      7 rows in set (0.002 sec)
      

      Note: If using the mariadb 10.8 CLI the columns are left-aligned. The above is using mariadb CLI from 10.5.

      Attachments

        Issue Links

          Activity

            People

              serg Sergei Golubchik
              karll Karl Levik
              Votes:
              0 Vote for this issue
              Watchers:
              4 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.