~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/session_dictionary/dictionary.cc

  • Committer: Brian Aker
  • Date: 2010-11-16 22:52:43 UTC
  • mto: (1934.1.1 build) (1939.1.1 quick)
  • mto: This revision was merged to the branch mainline in revision 1935.
  • Revision ID: brian@tangent.org-20101116225243-0aevw4h95ct5w6ru
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
}