~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/select_send.h

  • Committer: Brian Aker
  • Date: 2009-04-05 19:53:29 UTC
  • mfrom: (971.3.11 eday-dev)
  • Revision ID: brian@tangent.org-20090405195329-k2vpiwhlri9oaedq
MergeĀ fromĀ Eric.

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->drizzleclient_vio_ok())
 
117
    if (protocol->io_ok())
118
118
      return(protocol->write());
119
119
    return false;
120
120
  }