diff options
author | monty@hundin.mysql.fi <> | 2002-01-16 01:08:29 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-01-16 01:08:29 +0200 |
commit | bea12d761ae0e3f72b8819c7a52a75d0dd4788c1 (patch) | |
tree | 04255ad8dbcf3e3e29807adb609c4e3e4da328eb /sql/sql_select.h | |
parent | a4b012c2a67deb7892783c40bf66521a45663b18 (diff) | |
parent | 4d10a0cb7eac04d7134537df139c87023453111d (diff) | |
download | mariadb-git-bea12d761ae0e3f72b8819c7a52a75d0dd4788c1.tar.gz |
merge
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r-- | sql/sql_select.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h index dc8c97736a5..9eb287c8845 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -127,12 +127,13 @@ class TMP_TABLE_PARAM { ha_rows end_write_records; uint field_count,sum_func_count,func_count; uint hidden_field_count; - uint group_parts,group_length; + uint group_parts,group_length,group_null_parts; uint quick_group; bool using_indirect_summary_function; TMP_TABLE_PARAM() - :copy_funcs_it(copy_funcs), copy_field(0), group_parts(0), group_length(0) + :copy_funcs_it(copy_funcs), copy_field(0), group_parts(0), + group_length(0), group_null_parts(0) {} ~TMP_TABLE_PARAM() { |