~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/field/year.h

  • Committer: Brian Aker
  • Date: 2008-07-22 18:31:32 UTC
  • Revision ID: brian@tangent.org-20080722183132-ne2ntl7g7mdf2eez
uint32 -> uin32_t

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
class Field_year :public Field_tiny {
27
27
public:
28
 
  Field_year(uchar *ptr_arg, uint32 len_arg, uchar *null_ptr_arg,
 
28
  Field_year(uchar *ptr_arg, uint32_t len_arg, uchar *null_ptr_arg,
29
29
             uchar null_bit_arg,
30
30
             enum utype unireg_check_arg, const char *field_name_arg)
31
31
    :Field_tiny(ptr_arg, len_arg, null_ptr_arg, null_bit_arg,