~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/compression/uncompressed_length.cc

Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  if (!res)
35
35
  {
36
36
    null_value=1;
37
 
    return 0; /* purecov: inspected */
 
37
    return 0;
38
38
  }
39
39
  null_value=0;
40
40
  if (res->is_empty()) return 0;