-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
affects-8.0affects-8.1This bug affects the 8.1.x(LTS) versions.This bug affects the 8.1.x(LTS) versions.component/ddlThis issue is related to DDL of TiDB.This issue is related to DDL of TiDB.report/communityThe community has encountered this bug.The community has encountered this bug.severity/majortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.type/regression
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
mysql> select * from mysql.tidb_mdl_view;
ERROR 1356 (HY000): View 'mysql.tidb_mdl_view' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them
mysql> select host, user, select_priv, process_priv from mysql.user;
+------+------+-------------+--------------+
| host | user | select_priv | process_priv |
+------+------+-------------+--------------+
| % | root | Y | Y |
+------+------+-------------+--------------+
1 row in set (0.00 sec)
2. What did you expect to see? (Required)
No error
3. What did you see instead (Required)
ERROR 1356
4. What is your TiDB version? (Required)
Metadata
Metadata
Assignees
Labels
affects-8.0affects-8.1This bug affects the 8.1.x(LTS) versions.This bug affects the 8.1.x(LTS) versions.component/ddlThis issue is related to DDL of TiDB.This issue is related to DDL of TiDB.report/communityThe community has encountered this bug.The community has encountered this bug.severity/majortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.type/regression