[MDEV-20327] Garbage in client output upon CHECK TABLE on Aria table Created: 2019-08-12  Updated: 2019-08-12

Status: Open
Project: MariaDB Server
Component/s: Admin statements, Scripts & Clients, Storage Engine - Aria
Affects Version/s: 5.5, 10.1, 10.2, 10.3, 10.4
Fix Version/s: 10.4

Type: Bug Priority: Minor
Reporter: Elena Stepanova Assignee: Oleksandr Byelkin
Resolution: Unresolved Votes: 0
Labels: None


 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.


Generated at Thu Feb 08 08:58:37 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.