~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/compression/uncompress.cc

  • Committer: Mark Atwood
  • Date: 2011-07-13 22:28:29 UTC
  • mfrom: (2318.7.25 refactor1)
  • Revision ID: me@mark.atwood.name-20110713222829-sswp061b5ts7tc1k
mergeĀ lp:~olafvdspek/drizzle/refactor1

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
  if (!res)
43
43
    goto err;
44
44
  null_value= 0;
45
 
  if (res->is_empty())
 
45
  if (res->empty())
46
46
    return res;
47
47
 
48
48
  /* If length is less than 4 bytes, data is corrupt */