~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzletest.cc

  • Committer: Brian Aker
  • Date: 2008-11-03 03:49:00 UTC
  • mfrom: (520.4.50 devel)
  • Revision ID: brian@tangent.org-20081103034900-znhvcgtipr3tlel5
Merging in Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
837
837
  vector<struct st_command *>::iterator iter;
838
838
  for (iter= q_lines.begin() ; iter < q_lines.end() ; iter++)
839
839
  {
840
 
    struct st_command * q_line= *(iter.base());
 
840
    struct st_command * q_line= *iter;
841
841
    if (q_line->query_buf != NULL)
842
842
    {
843
843
      free(q_line->query_buf);