~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/select_send.h

  • Committer: Mark Atwood
  • Date: 2011-08-17 19:14:47 UTC
  • mfrom: (2385.3.17 rf)
  • Revision ID: me@mark.atwood.name-20110817191447-h86yzddvycd0xmof
mergeĀ lp:~olafvdspek/drizzle/refactor6

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
      item->send(session->getClient(), &buffer);
83
83
    }
84
84
    /* Insert this record to the Resultset into the cache */
 
85
    /*
85
86
    if (session->query_cache_key != "" && session->getResultsetMessage() != NULL)
86
87
      plugin::QueryCache::insertRecord(session, items);
 
88
    */
87
89
 
88
90
    session->sent_row_count++;
89
91
    if (session->is_error())