~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/transaction_log.h

  • Committer: Jay Pipes
  • Date: 2009-11-26 02:50:58 UTC
  • mto: (1234.1.1 push) (1237.2.10 push)
  • mto: This revision was merged to the branch mainline in revision 1229.
  • Revision ID: jpipes@serialcoder-20091126025058-gb502pid4gq9l7d8
Fixes information schema tests, adds a hexdump UDF for the transaction message.

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
  void clearError();
172
172
 
173
173
  int log_file; ///< Handle for our log file
174
 
  enum Status state; ///< The state the log is in
 
174
  Status state; ///< The state the log is in
175
175
  drizzled::atomic<bool> do_checksum; ///< Do a CRC32 checksum when writing Transaction message to log?
176
176
  const std::string log_file_path; ///< Full path to the log file
177
177
  std::string log_file_name; ///< Name of the log file