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

Don't let users drop the key system tables. #20767

Open
3pointer opened this issue Nov 2, 2020 · 1 comment
Open

Don't let users drop the key system tables. #20767

3pointer opened this issue Nov 2, 2020 · 1 comment

Comments

@3pointer
Copy link
Contributor

3pointer commented Nov 2, 2020

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

  1. tiup playground nightly --tiflash 0
  2. mysql --host 127.0.0.1 --port 44840 -u root
  3. drop table mysql.GLOBAL_VARIABLES;
  4. exit this session
  5. mysql --host 127.0.0.1 --port 44840 -u root
  6. use mysql;

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

no error

3. What did you see instead (Required)

ERROR 1146 (42S02): Table 'mysql.global_variables' doesn't exist

4. What is your TiDB version? (Required)

master/v4.0.x

@3pointer 3pointer added the type/bug This issue is a bug. label Nov 2, 2020
@bb7133
Copy link
Member

bb7133 commented Nov 2, 2020

PTAL @ilovesoup @zz-jason

@bb7133 bb7133 added type/enhancement and removed type/bug This issue is a bug. labels Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants