~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzletest.cc

  • Committer: Andrew Hutchings
  • Date: 2010-10-27 21:23:31 UTC
  • mto: (1888.1.3 merge)
  • mto: This revision was merged to the branch mainline in revision 1889.
  • Revision ID: andrew@linuxjedi.co.uk-20101027212331-t3u4vg13r8btj7ko
Cleanup drizzledump and drizzle for cppcheck

Show diffs side-by-side

added added

removed removed

Lines of Context:
3318
3318
  bool error= false;
3319
3319
  char *p= command->first_argument;
3320
3320
  char *sleep_start, *sleep_end= command->end;
3321
 
  double sleep_val;
 
3321
  double sleep_val= 0;
3322
3322
 
3323
3323
  while (my_isspace(charset_info, *p))
3324
3324
    p++;