Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stuck when query information_schema.columns #18845

Closed
crazycs520 opened this issue Jul 29, 2020 · 0 comments · Fixed by #18847
Closed

stuck when query information_schema.columns #18845

crazycs520 opened this issue Jul 29, 2020 · 0 comments · Fixed by #18847
Assignees
Labels
severity/major type/bug The issue is confirmed as a bug.
Milestone

Comments

@crazycs520
Copy link
Contributor

crazycs520 commented Jul 29, 2020

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

from https://asktug.com/t/topic/36253

create user 'u2'@'%' identified by '123456';
use test;
create table t1 (a int, b int, c int, unique index (a));

then connection tidb use user u2;

select count(*) from columns;  -- stuck.

2. What did you expect to see? (Required)

3. What did you see instead (Required)

4. Affected version (Required)

  • master, v4.0.3
***************************[ 1. row ]***************************
tidb_version() | Release Version: v4.0.0-beta.2-852-g1e7454c81
Edition: Community
Git Commit Hash: 1e7454c81d1f4fae464e835d1a4023a911cfa87b
Git Branch: master
UTC Build Time: 2020-07-29 03:46:26
GoVersion: go1.14.4
Race Enabled: false
TiKV Min Version: v3.0.0-60965b006877ca7234adaced7890d7b029ed1306
Check Table Before Drop: false

5. Root Cause Analysis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/major type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants