~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/session_dictionary/dictionary.h

  • Committer: Lee Bieber
  • Date: 2010-11-17 06:06:24 UTC
  • mfrom: (1934.1.2 build)
  • Revision ID: kalebral@gmail.com-20101117060624-ne1hgr0j67io7g67
Merge Brian - Add user_savepoints table function.

Show diffs side-by-side

added added

removed removed

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