• Sergey Petrunya's avatar
    BUG#823930: Wrong result with semijoin materialization and blob fields · fc6b6435
    Sergey Petrunya authored
    - Make subquery_types_allow_materialization() detect a case where 
      create_tmp_table() would create a blob column which would make it 
      impossible to use materialization
      Non-semi-join materialization worked because it detected that this case
      and felt back to use IN->EXISTS. Semi-join Materialization cannot easily
      fallback, so we have to detect this case early.
    fc6b6435
subselect_sj_mat.result 82.9 KB