~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/transaction_reader.h

  • Committer: Brian Aker
  • Date: 2011-01-18 07:21:16 UTC
  • mfrom: (2079.3.3 session-fix)
  • Revision ID: brian@tangent.org-20110118072116-nuflltzguzhq9rgg
Merge in update so that test-run.pl runs all of test/suite and fix for
create table like and FK.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include "drizzled/plugin/plugin.h"
28
28
#include "drizzled/replication_services.h" /* For global transaction ID typedef */
29
29
 
30
 
#include "drizzled/visibility.h"
31
 
 
32
30
/**
33
31
 * @file Defines the API for a TransactionReader
34
32
 *
46
44
/**
47
45
 * Class which can read Transaction messages from some source
48
46
 */
49
 
class DRIZZLED_API TransactionReader : public Plugin
 
47
class TransactionReader : public Plugin
50
48
{
51
49
  TransactionReader();
52
50
  TransactionReader(const TransactionReader &);