~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/select.cc

  • Committer: Padraig O'Sullivan
  • Date: 2009-08-10 18:03:39 UTC
  • mto: (1115.3.4 captain)
  • mto: This revision was merged to the branch mainline in revision 1117.
  • Revision ID: osullivan.padraig@gmail.com-20090810180339-c7h4bw0boa9mi8o9
Various updates after great code review from Jay. Thanks Jay!

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include <drizzled/session.h>
23
23
#include <drizzled/statement/select.h>
24
24
 
25
 
bool drizzled::statement::Select::execute()
 
25
using namespace drizzled;
 
26
 
 
27
bool statement::Select::execute()
26
28
{
27
29
  TableList *all_tables= session->lex->query_tables;
28
30
  session->status_var.last_query_cost= 0.0;