~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error_injection.h

  • Committer: Stewart Smith
  • Date: 2008-09-25 10:04:06 UTC
  • mto: This revision was merged to the branch mainline in revision 408.
  • Revision ID: stewart@flamingspork.com-20080925100406-hld92f4dr4nuar3a
Move compression functions (compress, uncompress and compressed_length) out into modules and fix test

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
  char total_str[200];
48
48
  if (_db_strict_keyword_ (dbug_str))
49
49
  {
50
 
    strxmov(total_str, extra_str, dbug_str, NULL);
 
50
    strxmov(total_str, extra_str, dbug_str, NullS);
51
51
    return 1;
52
52
  }
53
53
  return 0;