help wantedtype/feature-request
Métricas do repositório
- Stars
- (40.090 stars)
- Métricas de merge de PR
- (Mesclagem média 14d 4h) (346 fundiu PRs em 30d)
Description
Feature Request
When I run the query ANALYZE TABLE t1; in TiDB, it shows nothing.
TiDB> ANALYZE TABLE t1;
Query OK, 0 rows affected (0.05 sec)
My expectation is to give a similar result as in MySQL.
mysql> ANALYZE TABLE t1;
+----------------------+---------+----------+----------+
| Table | Op | Msg_type | Msg_text |
+----------------------+---------+----------+----------+
| invisible_indexes.t1 | analyze | status | OK |
+----------------------+---------+----------+----------+
1 row in set (0.05 sec)