Bug #119334 Query with DROP TABLE statement removes the table name from schemas, but CREATE TABLE don't restore it
Submitted: 7 Nov 13:52
Reporter: WebSrvMgr IT Email Updates:
Status: Open Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:8.0.43 OS:Windows (Microsoft Windows 10 Pro for Workstations)
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[7 Nov 13:52] WebSrvMgr IT
Description:
Running SQL with DROP TABLE statement, it automatically removes the table name from the list of tables in SCHEMAS window.

Buy if later a CREATE TABLE statement is executed, that table name does not automatically appears in list of tables.

When running SQL dumps that includes both statements, we are forced to refresh list of tables to see it.

How to repeat:
Execute query: DROP TABLE `tableName`
`tableName` is automatically removed from navigator of SCHEMAS
Execute query: CREATE TABLE `tableName`
`tableName` is NOT automatically added to the navigator of SCHEMAS