judykula opened a new issue, #21761: URL: https://github.com/apache/shardingsphere/issues/21761
## Bug Report When I delete the table in the real data source, I can still query it on SS, is it cache? mysql> show tables; +----------------+------------+ | Tables_in_test | Table_type | +----------------+------------+ | sbtest9 | BASE TABLE | | sbtest10 | BASE TABLE | | sbtest2 | BASE TABLE | | sbtest1 | BASE TABLE | | sbtest4 | BASE TABLE | | sbtest3 | BASE TABLE | | sbtest6 | BASE TABLE | | t1 | BASE TABLE | | sbtest5 | BASE TABLE | | sbtest8 | BASE TABLE | | sbtest7 | BASE TABLE | +----------------+------------+ 11 rows in set (0.29 sec) mysql> drop table sbtest9; ERROR 1051 (42S02): Unknown table 'test.sbtest9' ### Which version of ShardingSphere did you use? 520 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Proxy -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
