v.22.8Bug Fix
Only with Ordinary databases, Select may read data from dropped tables with mmap IO cache; fixed.
(Only with the obsolete Ordinary databases) Select might read data of dropped table if cache for mmap IO is used and database engine is Ordinary and new tables was created with the same name as dropped one had. It's fixed. #39708 (Alexander Tokmakov).