1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fixes for bugs #2508 and #2552

This commit is contained in:
Sinisa@sinisa.nasamreza.org
2004-02-10 21:34:25 +02:00
parent 9e62e21daa
commit 451e423be4
5 changed files with 49 additions and 8 deletions

View File

@ -1075,11 +1075,11 @@ public:
uint hidden_field_count;
uint group_parts,group_length,group_null_parts;
uint quick_group;
bool using_indirect_summary_function;
bool using_indirect_summary_function, all_nulls;
TMP_TABLE_PARAM()
:copy_funcs_it(copy_funcs), copy_field(0), group_parts(0),
group_length(0), group_null_parts(0)
group_length(0), group_null_parts(0), all_nulls(0)
{}
~TMP_TABLE_PARAM()
{