~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_delete.cc

Merged fix-headers work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <drizzled/probes.h>
25
25
#include <drizzled/sql_parse.h>
26
26
#include <drizzled/sql_base.h>
 
27
#include <drizzled/lock.h>
27
28
 
28
29
/**
29
30
  Implement DELETE SQL word.