~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzletest.cc

  • Committer: Brian Aker
  • Date: 2011-08-16 23:06:32 UTC
  • mto: This revision was merged to the branch mainline in revision 2401.
  • Revision ID: brian@tangent.org-20110816230632-alsihb0zi99ftotr
This fixes up the valgrind issues (ie path, and the testing of drizzletest)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4141
4141
  command->end= strchr(command->query, '\0');
4142
4142
  command->query_len= (command->end - command->query);
4143
4143
  parser.read_lines++;
 
4144
 
4144
4145
  return(0);
4145
4146
}
4146
4147