~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/session_dictionary/dictionary.h

  • Committer: David Shrewsbury
  • Date: 2011-02-28 14:33:56 UTC
  • mfrom: (2207 bootstrap)
  • mto: (2208.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2209.
  • Revision ID: shrewsbury.dave@gmail.com-20110228143356-ws2m2tp7an44egkd
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <drizzled/plugin/table_function.h>
25
25
#include <plugin/session_dictionary/processlist.h>
26
26
#include <plugin/session_dictionary/savepoints.h>
 
27
#include <plugin/session_dictionary/sessions.h>
27
28
#include <plugin/session_dictionary/variables.h>
28
29
 
29
30
#endif /* PLUGIN_SESSION_DICTIONARY_DICTIONARY_H */