1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

repetable test replaced with inline function

This commit is contained in:
bell@sanja.is.com.ua
2004-05-04 16:37:04 +03:00
parent 5de8c225e2
commit c2f194f243
2 changed files with 7 additions and 5 deletions

View File

@ -299,6 +299,11 @@ class JOIN :public Sql_alloc
void join_free(bool full);
void clear();
bool save_join_tab();
bool send_row_on_empty_set()
{
return (do_send_rows && tmp_table_param.sum_func_count != 0 &&
!group_list);
}
};