• Michael Widenius's avatar
    Fixed issue with slow query logging where examined rows where wrong · f0c6ce9a
    Michael Widenius authored
    Reset 'examined_rows_count' in union to not count same rows twice
    
    mysql-test/r/subselect_mat_cost.result:
      Test also slow query logging
    mysql-test/t/subselect_mat_cost.test:
      Test also slow query logging
    sql/sql_union.cc:
      Reset 'examined_rows_count' in union to not count same rows twice
    f0c6ce9a
subselect_mat_cost.test 13.4 KB