~jheiss/galera/galera

« back to all changes in this revision

Viewing changes to galera/src/replicator.cpp

  • Committer: Alex Yurchenko
  • Date: 2011-08-20 23:37:05 UTC
  • Revision ID: ayurchen@void-20110820233705-532t7g9ip8ss24sv
References lp:828648 - synced with SVN branch 0.8 r2321

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//
 
2
// Copyright (C) 2010 Codership Oy <info@codership.com>
 
3
//
 
4
 
 
5
#include "replicator.hpp"
 
6
 
 
7
namespace galera
 
8
{
 
9
 
 
10
const char* const
 
11
Replicator::TRIVIAL_SST(GALERA_REPLICATOR_TRIVIAL_SST);
 
12
 
 
13
} /* namespace galera */
 
14