1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge from mysql-5.0-bugteam into mysql-5.1-bugteam

This commit is contained in:
Davi Arnaut
2008-10-24 10:50:59 -02:00
7 changed files with 74 additions and 10 deletions

View File

@ -514,7 +514,7 @@ public:
bool send_row_on_empty_set()
{
return (do_send_rows && tmp_table_param.sum_func_count != 0 &&
!group_list);
!group_list && having_value != Item::COND_FALSE);
}
bool change_result(select_result *result);
bool is_top_level_join() const