~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/command/delete.cc

  • Committer: Padraig O'Sullivan
  • Date: 2009-08-07 18:24:33 UTC
  • mto: (1115.3.4 captain)
  • mto: This revision was merged to the branch mainline in revision 1117.
  • Revision ID: osullivan.padraig@gmail.com-20090807182433-izx39nicngj6l23p
Renamed the command namespace where I was declaring all of these commands to
be the statement namespace. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <drizzled/lock.h>
25
25
#include <drizzled/command/delete.h>
26
26
 
27
 
bool drizzled::command::Delete::execute()
 
27
bool drizzled::statement::Delete::execute()
28
28
{
29
29
  TableList *first_table= (TableList *) session->lex->select_lex.table_list.first;
30
30
  TableList *all_tables= session->lex->query_tables;