~drizzle-trunk/drizzle/jenkins-Drizzle-Builder-213

« back to all changes in this revision

Viewing changes to drizzled/select_send.h

  • Committer: Olaf van der Spek
  • Date: 2011-06-05 22:41:24 UTC
  • mto: (2318.2.9 rf)
  • mto: This revision was merged to the branch mainline in revision 2333.
  • Revision ID: olafvdspek@gmail.com-20110605224124-2i0s33fnhc9c2rpw
Return void

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
    return false;
52
52
  }
53
53
 
54
 
  bool send_fields(List<Item>& list)
 
54
  void send_fields(List<Item>& list)
55
55
  {
56
56
    session->getClient()->sendFields(list);
57
 
    return false; // return void
58
57
  }
59
58
 
60
59
  /* Send data to client. Returns 0 if ok */