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

Garbage in client output upon CHECK TABLE on Aria table

    XMLWordPrintable

Details

    Description

      MariaDB [test]> create table t (a int) engine=Aria;
      Query OK, 0 rows affected (0.154 sec)
       
      MariaDB [test]> check table t;
      +--------+-------+----------+----------+ stage done
      | Table  | Op    | Msg_type | Msg_text |
      +--------+-------+----------+----------+
      | test.t | check | status   | OK       |
      +--------+-------+----------+----------+
      1 row in set (0.001 sec)
       
      MariaDB [test]> create table ttt (b int) engine=Aria;
      Query OK, 0 rows affected (0.156 sec)              
       
      MariaDB [test]> check table ttt;
      +----------+-------+----------+----------+tage done
      | Table    | Op    | Msg_type | Msg_text |
      +----------+-------+----------+----------+
      | test.ttt | check | status   | OK       |
      +----------+-------+----------+----------+
      1 row in set (0.001 sec)
      

      Note the parts of stage done in the first line.

      Attachments

        Activity

          People

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