~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzletest.cc

  • Committer: mordred
  • Date: 2008-11-01 08:40:42 UTC
  • mto: (575.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 573.
  • Revision ID: mordred@opensolaris-20081101084042-wu2211vwfr8tmvzg
A set of Solaris fixes.

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