~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-07 19:34:48 UTC
  • mfrom: (1910.1.2 build)
  • Revision ID: kalebral@gmail.com-20101107193448-64kdu912qej354sh
Merge Stewart - including adapting and expanding the "differences from mysql" page from the wiki.
Merge Stewart - fix bug 668143: drizzleslap with --commit runs second iteration data load in a transaction

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"
27
 
#include "plugin/session_dictionary/variables.h"
28
26
 
29
27
#endif /* PLUGIN_SESSION_DICTIONARY_DICTIONARY_H */