~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/transaction_services.cc

  • Committer: Lee Bieber
  • Date: 2011-03-23 01:55:35 UTC
  • mfrom: (2245.1.2 build)
  • Revision ID: kalebral@gmail.com-20110323015535-2aatqy8tyiuqtc2z
Merge Olaf - more code refactoring

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
#include <drizzled/plugin/xa_resource_manager.h>
72
72
#include <drizzled/plugin/xa_storage_engine.h>
73
73
#include <drizzled/internal/my_sys.h>
 
74
#include <drizzled/statistics_variables.h>
 
75
#include <drizzled/system_variables.h>
 
76
#include <drizzled/session/transactions.h>
74
77
 
75
78
#include <vector>
76
79
#include <algorithm>
80
83
using namespace std;
81
84
using namespace google;
82
85
 
83
 
namespace drizzled
84
 
{
 
86
namespace drizzled {
85
87
 
86
88
/**
87
89
 * @defgroup Transactions