~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

Added the Table Based Invalidation and its test suite

Show diffs side-by-side

added added

removed removed

Lines of Context:
731
731
  }
732
732
  if (not res)
733
733
  {
734
 
    cout << "results retrived from cache for the query : " << session->query << endl;
735
734
    return;
736
735
  }
737
736
  LEX *lex= session->lex;