• Sergei Golubchik's avatar
    MDEV-4029 SELECT on information_schema using a subquery locks up the... · cc74bb31
    Sergei Golubchik authored
    MDEV-4029 SELECT on information_schema using a subquery locks up the information_schema table due to incorrect mutexes handling
    
    Early evaluation of subqueries in the WHERE conditions on I_S.*_STATUS tables,
    otherwise the subquery on this same table will try to acquire LOCK_status twice.
    
    sql/item.h:
      remove unused method
    cc74bb31
information_schema2.test 496 Bytes