summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-01-16 01:08:29 +0200
committermonty@hundin.mysql.fi <>2002-01-16 01:08:29 +0200
commitbea12d761ae0e3f72b8819c7a52a75d0dd4788c1 (patch)
tree04255ad8dbcf3e3e29807adb609c4e3e4da328eb /sql/sql_select.h
parenta4b012c2a67deb7892783c40bf66521a45663b18 (diff)
parent4d10a0cb7eac04d7134537df139c87023453111d (diff)
downloadmariadb-git-bea12d761ae0e3f72b8819c7a52a75d0dd4788c1.tar.gz
merge
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h5
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()
{