~skinny.moey/drizzle/trunk-1475-transaction_log_enabled

« back to all changes in this revision

Viewing changes to drizzled/plugin/xa_storage_engine.cc

  • Committer: Brian Aker
  • Date: 2010-04-14 21:40:03 UTC
  • mfrom: (1452.2.5 use-std-unordered)
  • Revision ID: brian@gaz-20100414214003-30eep6lxph0iq4f7
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include <drizzled/plugin/xa_storage_engine.h>
31
31
#include "drizzled/xid.h"
32
32
 
33
 
#include "drizzled/hash.h"
34
 
 
35
33
#include <string>
36
34
#include <vector>
37
35
#include <algorithm>