~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/create_field.h

  • Committer: Stewart Smith
  • Date: 2009-09-23 01:22:47 UTC
  • mto: This revision was merged to the branch mainline in revision 1145.
  • Revision ID: stewart@flamingspork.com-20090923012247-37wvbe2bftkxtmg8
Fix maybe_null for CreateField created for temp table in item/sum.cc (Item_sum_distinct)
which was causing valgrind warning on linux x86 and sum_distinct test failures on
Solaris sparc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
  void init_for_tmp_table(enum_field_types sql_type_arg,
83
83
                          uint32_t max_length,
84
84
                          uint32_t decimals,
85
 
                          bool);
 
85
                          bool maybe_null);
86
86
 
87
87
  /**
88
88
    Initialize field definition for create.