~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_reporting.cc

  • 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:
8
8
  void (*report_function)(const char *, ...);
9
9
  char buff[MAX_SLAVE_ERRMSG];
10
10
  char *pbuff= buff;
11
 
  uint32_t pbuffsize= sizeof(buff);
 
11
  uint pbuffsize= sizeof(buff);
12
12
  va_list args;
13
13
  va_start(args, msg);
14
14