~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzletest.cc

  • Committer: Joseph Daly
  • Date: 2010-10-30 01:01:48 UTC
  • mfrom: (1891 staging)
  • mto: This revision was merged to the branch mainline in revision 1900.
  • Revision ID: skinny.moey@gmail.com-20101030010148-k39lnrftv4bkbux9
merge trunk

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