v.20.3Bug Fix
Fix MySQL query hang due to excessive subqueries to the same table
Fix hang of queries with a lot of subqueries to same table ofMySQLengine. Previously, if there were more than 16 subqueries to sameMySQLtable in query, it hang forever. #15299 (Anton Popov).