~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/select_send.h

  • Committer: Brian Aker
  • Date: 2009-02-08 12:39:10 UTC
  • mfrom: (840.1.21 devel)
  • Revision ID: brian@tangent.org-20090208123910-gaodow8xvkw9ed4l
Merging Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
      protocol->remove_last_row();
115
115
      return true;
116
116
    }
117
 
    if (session->vio_ok())
 
117
    if (session->drizzleclient_vio_ok())
118
118
      return(protocol->write());
119
119
    return false;
120
120
  }