~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/varstring.cc

  • Committer: Brian Aker
  • Date: 2009-04-28 21:46:57 UTC
  • mto: This revision was merged to the branch mainline in revision 1001.
  • Revision ID: brian@gaz-20090428214657-8vxn7n9dc6epb3zy
Renamed TABLE_SHARE to TableShare

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
                                 unsigned char null_bit_arg,
53
53
                                 enum utype unireg_check_arg,
54
54
                                 const char *field_name_arg,
55
 
                                 TABLE_SHARE *share,
 
55
                                 TableShare *share,
56
56
                                 const CHARSET_INFO * const cs)
57
57
  :Field_longstr(ptr_arg, len_arg, null_ptr_arg, null_bit_arg,
58
58
                 unireg_check_arg, field_name_arg, cs),
63
63
 
64
64
Field_varstring::Field_varstring(uint32_t len_arg,bool maybe_null_arg,
65
65
                                 const char *field_name_arg,
66
 
                                 TABLE_SHARE *share,
 
66
                                 TableShare *share,
67
67
                                 const CHARSET_INFO * const cs)
68
68
  :Field_longstr((unsigned char*) 0,len_arg,
69
69
                 maybe_null_arg ? (unsigned char*) "": 0, 0,