~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/compression/uncompress.cc

  • Committer: Brian Aker
  • Date: 2011-01-16 20:38:08 UTC
  • mto: (2088.1.1 merge)
  • mto: This revision was merged to the branch mainline in revision 2089.
  • Revision ID: brian@gir-3-20110116203808-dl1dvpoarmkug1no
Entire convert over to time_t.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
  String *res= args[0]->val_str(str);
36
36
  ulong new_size;
37
37
  int err;
38
 
  uint32_t code;
 
38
  drizzled::error_t code;
39
39
 
40
40
  if (!res)
41
41
    goto err;