~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Lee Bieber
  • Date: 2010-11-14 05:18:07 UTC
  • mfrom: (1921.4.12 catalogs)
  • Revision ID: kalebral@gmail.com-20101114051807-p69h40jbsn1byf84
Merge Brian - add execute with no return

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,