~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzletest.cc

  • Committer: Brian Aker
  • Date: 2010-10-28 20:31:14 UTC
  • mfrom: (1883.3.1 trunk-bug-661040)
  • mto: This revision was merged to the branch mainline in revision 1889.
  • Revision ID: brian@tangent.org-20101028203114-h08nqketge5dk9t0
Merge in Andrew

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++;