~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/session_dictionary/savepoints.cc

  • Committer: Olaf van der Spek
  • Date: 2011-03-21 20:18:40 UTC
  • mto: (2245.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2246.
  • Revision ID: olafvdspek@gmail.com-20110321201840-izqw5whmv3acex6x
Refactor Session::transaction (partial)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 */
20
20
 
21
21
#include <config.h>
22
 
 
 
22
#include <drizzled/session/transactions.h>
23
23
#include <plugin/session_dictionary/dictionary.h>
24
24
 
25
25
namespace session_dictionary {