-
Kailasnath Nagarkar authored
ISSUE: Using aggregate function with distinct, results in wrong results. This happens because, while handling the final distinct, write_func gets set to end_write_group instead of end_write. FIX: In JOIN::make_tmp_tables_info() unset sort_and_group while creating group table.
Kailasnath Nagarkar authoredISSUE: Using aggregate function with distinct, results in wrong results. This happens because, while handling the final distinct, write_func gets set to end_write_group instead of end_write. FIX: In JOIN::make_tmp_tables_info() unset sort_and_group while creating group table.
Loading