~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/compression/uncompressed_length.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:
38
38
    return 0;
39
39
  }
40
40
  null_value=0;
41
 
  if (res->is_empty()) return 0;
 
41
  if (res->empty()) return 0;
42
42
 
43
43
  /*
44
44
    res->ptr() using is safe because we have tested that string is not empty,