~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/session_dictionary/dictionary.cc

  • 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:
27
27
{
28
28
  context.add(new ProcesslistTool);
29
29
  context.add(new session_dictionary::Variables);
 
30
  context.add(new session_dictionary::Savepoints);
30
31
  
31
32
  return 0;
32
33
}