~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/shutdown_function/shutdown.cc

  • Committer: Lee Bieber
  • Date: 2011-03-13 16:37:38 UTC
  • mfrom: (2227.4.18 session2)
  • Revision ID: kalebral@gmail.com-20110313163738-7ti21zk40o2xi3ew
Merge Olaf - Refactor Session

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
#include <signal.h>
40
40
#include <drizzled/session.h>
 
41
#include <drizzled/sql_base.h>
41
42
#include <drizzled/function/str/strfunc.h>
42
43
#include <drizzled/plugin/function.h>
43
44