~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error_injection.h

  • Committer: Lee
  • Date: 2008-10-03 23:31:06 UTC
  • mfrom: (413.2.3 drizzle)
  • mto: This revision was merged to the branch mainline in revision 459.
  • Revision ID: lbieber@lbieber-desktop-20081003233106-tgvzu0fh25gb3xeg
breaking out enum field classes

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;