~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 00:09:31 UTC
  • mfrom: (2241.3.9 refactor3)
  • mto: This revision was merged to the branch mainline in revision 2246.
  • Revision ID: kalebral@gmail.com-20110323000931-t13v9s8a91en53de
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