~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/field/set.cc

  • 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:
41
41
  int err= 0;
42
42
  char *not_used;
43
43
  uint not_used2;
44
 
  uint32 not_used_offset;
 
44
  uint32_t not_used_offset;
45
45
  char buff[STRING_BUFFER_USUAL_SIZE];
46
46
  String tmpstr(buff,sizeof(buff), &my_charset_bin);
47
47