~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Brian Aker
  • Date: 2010-11-11 23:42:09 UTC
  • mto: (1932.2.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 1930.
  • Revision ID: brian@tangent.org-20101111234209-u3j07lya1dhcon45
Adding in concurrent execute support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
  }
220
220
  case COM_QUERY:
221
221
  {
222
 
    if (! session->readAndStoreQuery(packet, packet_length))
 
222
    if (not session->readAndStoreQuery(packet, packet_length))
223
223
      break;                                    // fatal error is set
224
224
    DRIZZLE_QUERY_START(session->query.c_str(),
225
225
                        session->thread_id,