• unknown's avatar
    Fixed a problem where the temp table of a materialized subquery · 16784dfe
    unknown authored
    was not cleaned up between PS re-executions. The reason was two-fold:
    - a merge with mysql-6.0 missed select_union::cleanup() that should
      have cleaned up the temp table, and
    - the subclass of select_union used by materialization didn't call
      the base class cleanup() method.
    16784dfe
subselect_mat.test 33.2 KB