~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/transaction_log.h

  • Committer: pcrews
  • Date: 2011-05-24 17:36:24 UTC
  • mfrom: (1099.4.232 drizzle)
  • Revision ID: pcrews@lucid32-20110524173624-mwr1bvq6fa1r01ao
Updated translations + 2011.05.18 tarball tag

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 * the TransactionLogApplier plugin(s).
36
36
 */
37
37
 
38
 
#ifndef PLUGIN_TRANSACTION_LOG_TRANSACTION_LOG_H
39
 
#define PLUGIN_TRANSACTION_LOG_TRANSACTION_LOG_H
 
38
#pragma once
40
39
 
41
40
#include <drizzled/atomics.h>
42
41
#include <drizzled/replication_services.h>
210
209
  bool do_checksum; ///< Do a CRC32 checksum when writing Transaction message to log?
211
210
};
212
211
 
213
 
#endif /* PLUGIN_TRANSACTION_LOG_TRANSACTION_LOG_H */