~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/select_send.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-14 12:50:58 UTC
  • mto: This revision was merged to the branch mainline in revision 2407.
  • Revision ID: olafvdspek@gmail.com-20110814125058-ok57zo2mixy9mpuy
Remove unused Session::query_cache_key var

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())