~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/field/set.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_set :public Field_enum {
27
27
public:
28
 
  Field_set(uchar *ptr_arg, uint32 len_arg, uchar *null_ptr_arg,
 
28
  Field_set(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
 
            uint32 packlength_arg,
 
31
            uint32_t packlength_arg,
32
32
            TYPELIB *typelib_arg, CHARSET_INFO *charset_arg)
33
33
    :Field_enum(ptr_arg, len_arg, null_ptr_arg, null_bit_arg,
34
34
                    unireg_check_arg, field_name_arg,