~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/create_field.h

  • Committer: Jay Pipes
  • Date: 2009-08-21 22:49:14 UTC
  • mto: This revision was merged to the branch mainline in revision 1145.
  • Revision ID: jpipes@serialcoder-20090821224914-fo46nvoehmskqbc8
Removes the FIELDFLAG_DECIMAL, the f_is_dec() macro, and unscrews the unsigned flag in various places.

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 maybe_null,
86
 
                          bool is_unsigned);
 
85
                          bool maybe_null);
87
86
 
88
87
  /**
89
88
    Initialize field definition for create.