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

[bug] Unknown database 'db1' when drop table #236

Closed
BohuTANG opened this issue Mar 8, 2019 · 1 comment
Closed

[bug] Unknown database 'db1' when drop table #236

BohuTANG opened this issue Mar 8, 2019 · 1 comment
Assignees
Labels
P0 High priority type: bug Something isn't working
Milestone

Comments

@BohuTANG
Copy link
Contributor

BohuTANG commented Mar 8, 2019

Summary

mysql> create database db1;
Query OK, 2 rows affected (0.00 sec)

mysql> use db1;

mysql> DROP TABLE IF EXISTS `t1`;
ERROR 1049 (42000): Unknown database 'db1'

@BohuTANG BohuTANG added type: bug Something isn't working P0 High priority labels Mar 8, 2019
@BohuTANG BohuTANG added this to the v1.0.6 milestone Mar 8, 2019
@BohuTANG BohuTANG self-assigned this Mar 8, 2019
@BohuTANG BohuTANG modified the milestones: v1.0.6, v1.0.5 Mar 8, 2019
@BohuTANG BohuTANG assigned andyli029 and unassigned andyli029 Mar 8, 2019
@andyli029
Copy link
Contributor

ACK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P0 High priority type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants