~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/transaction_replicator.h

  • Committer: lbieber
  • Date: 2010-09-11 16:33:45 UTC
  • mfrom: (1757.1.2 build)
  • Revision ID: lbieber@orisndriz03-20100911163345-na1t8m18at9thsjl
Merge Vijay - added utf 8 tamil test case suite and test case for creating a database in tamil
Merge Brian - Small set of refactoring (includes one case of memset on a table object).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
2
2
 *  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
3
3
 *
4
 
 *  Copyright (C) 2008-2009 Sun Microsystems, Inc.
5
 
 *  Copyright (C) 2010 Jay Pipes
 
4
 *  Copyright (C) 2008-2009 Sun Microsystems
 
5
 *  Copyright (c) 2010 Jay Pipes
6
6
 *
7
7
 *  Authors:
8
8
 *
28
28
#include "drizzled/plugin/replication.h"
29
29
#include "drizzled/plugin/plugin.h"
30
30
 
31
 
#include "drizzled/visibility.h"
32
 
 
33
31
/**
34
32
 * @file Defines the API for a TransactionReplicator.  
35
33
 *
57
55
/**
58
56
 * Class which replicates Transaction messages
59
57
 */
60
 
class DRIZZLED_API TransactionReplicator : public Plugin
 
58
class TransactionReplicator : public Plugin
61
59
{
62
60
  TransactionReplicator();
63
61
  TransactionReplicator(const TransactionReplicator &);